Skip to content

Commit

Permalink
chore(deps): update dependency org.apache.commons:commons-lang3 to v3…
Browse files Browse the repository at this point in the history
….17.0
  • Loading branch information
renovate[bot] authored Aug 29, 2024
1 parent fcf32d6 commit 3dbd506
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 @@ -61,7 +61,7 @@ maven_install(
"io.jsonwebtoken:jjwt-impl:%s" % (Jsonwebtoken_Version),
"io.jsonwebtoken:jjwt-jackson:%s" % (Jsonwebtoken_Version),
"commons-codec:commons-codec:1.17.1",
"org.apache.commons:commons-lang3:3.16.0",
"org.apache.commons:commons-lang3:3.17.0",
"jakarta.xml.bind:jakarta.xml.bind-api:4.0.2",

"org.glassfish.jaxb:jaxb-runtime:4.0.5",
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
runtimeOnly("io.jsonwebtoken:jjwt-impl:${jsonwebtokenVersion}")
runtimeOnly("io.jsonwebtoken:jjwt-jackson:${jsonwebtokenVersion}")
implementation 'commons-codec:commons-codec:1.17.1'
implementation 'org.apache.commons:commons-lang3:3.16.0'
implementation 'org.apache.commons:commons-lang3:3.17.0'
implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.2'
// Runtime, com.sun.xml.bind module
implementation 'org.glassfish.jaxb:jaxb-runtime:4.0.5'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.16.0</version>
<version>3.17.0</version>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
Expand Down

0 comments on commit 3dbd506

Please sign in to comment.