Skip to content

Commit

Permalink
chore(deps): update dependency jakarta.xml.bind:jakarta.xml.bind-api …
Browse files Browse the repository at this point in the history
…to v4.0.1
  • Loading branch information
renovate[bot] authored Sep 14, 2023
1 parent 678e7e1 commit 31a4d67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ maven_install(
"io.jsonwebtoken:jjwt-jackson:0.11.5",
"commons-codec:commons-codec:1.16.0",
"org.apache.commons:commons-lang3:3.13.0",
"jakarta.xml.bind:jakarta.xml.bind-api:4.0.0",
"jakarta.xml.bind:jakarta.xml.bind-api:4.0.1",

"org.glassfish.jaxb:jaxb-runtime:4.0.3",
"javax.xml.bind:jaxb-api:2.4.0-b180830.0359",
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.11.5'
implementation 'commons-codec:commons-codec:1.16.0'
implementation 'org.apache.commons:commons-lang3:3.13.0'
implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.0'
implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.1'
// Runtime, com.sun.xml.bind module
implementation 'org.glassfish.jaxb:jaxb-runtime:4.0.3'
implementation 'javax.xml.bind:jaxb-api:2.4.0-b180830.0359'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>
<!-- Runtime, com.sun.xml.bind module -->
<dependency>
Expand Down

0 comments on commit 31a4d67

Please sign in to comment.