Skip to content

Commit

Permalink
chore(deps): update dependency commons-codec:commons-codec to v1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 16, 2024
1 parent c6dc6cb commit 840139b
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 @@ -60,7 +60,7 @@ maven_install(
"io.jsonwebtoken:jjwt-api:%s" % (Jsonwebtoken_Version),
"io.jsonwebtoken:jjwt-impl:%s" % (Jsonwebtoken_Version),
"io.jsonwebtoken:jjwt-jackson:%s" % (Jsonwebtoken_Version),
"commons-codec:commons-codec:1.17.0",
"commons-codec:commons-codec:1.17.1",
"org.apache.commons:commons-lang3:3.14.0",
"jakarta.xml.bind:jakarta.xml.bind-api:4.0.2",

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 {
implementation("io.jsonwebtoken:jjwt-api:${jsonwebtokenVersion}")
runtimeOnly("io.jsonwebtoken:jjwt-impl:${jsonwebtokenVersion}")
runtimeOnly("io.jsonwebtoken:jjwt-jackson:${jsonwebtokenVersion}")
implementation 'commons-codec:commons-codec:1.17.0'
implementation 'commons-codec:commons-codec:1.17.1'
implementation 'org.apache.commons:commons-lang3:3.14.0'
implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.2'
// Runtime, com.sun.xml.bind module
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.17.0</version>
<version>1.17.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 840139b

Please sign in to comment.