Skip to content

Commit

Permalink
Merge pull request #2962 from liquibase/dependabot/maven/org.glassfis…
Browse files Browse the repository at this point in the history
…h.jaxb-jaxb-core-4.0.0

Bump jaxb-core from 2.3.0.1 to 4.0.0
  • Loading branch information
nvoxland committed Jun 17, 2022
2 parents 9d01f61 + a3c754a commit 687baea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion liquibase-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-core</artifactId>
<version>2.3.0.1</version>
<version>4.0.0</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down
2 changes: 2 additions & 0 deletions liquibase-dist/src/main/assembly/assembly-bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@
<exclude>org.checkerframework:checker-qual:jar:</exclude> <!-- from postgresql -->
<exclude>commons-beanutils:commons-beanutils:jar:</exclude> <!-- from opencsv -->
<exclude>org.glassfish.jaxb:txw2:jar:</exclude> <!-- from jaxb-core -->
<exclude>org.eclipse.angus:angus-activation:jar:</exclude> <!-- from jaxb-core -->
<exclude>com.sun.istack:istack-commons-runtime:jar:</exclude> <!-- from jaxb-core -->
<exclude>jakarta.activation:jakarta.activation-api:jar:</exclude> <!-- from jaxb-core -->
<exclude>jakarta.xml.bind:jakarta.xml.bind-api:jar:</exclude> <!-- from jaxb-runtime -->
<exclude>com.sun.activation:jakarta.activation:jar:</exclude> <!-- from jaxb-runtime -->
<exclude>javax.activation:javax.activation-api:jar:</exclude> <!-- from jaxb-api -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-core</artifactId>
<version>2.3.0.1</version>
<version>4.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 687baea

Please sign in to comment.