From 840139b88995250e9d6fb7abfbc628121949fe07 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 16 Jul 2024 00:43:38 +0000
Subject: [PATCH] chore(deps): update dependency commons-codec:commons-codec to
v1.17.1
---
WORKSPACE | 2 +-
build.gradle | 2 +-
pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/WORKSPACE b/WORKSPACE
index 7233409a..e5fafc77 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -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",
diff --git a/build.gradle b/build.gradle
index 1128a7a7..e9c52067 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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
diff --git a/pom.xml b/pom.xml
index 6694e92c..e95c46ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@
commons-codec
commons-codec
- 1.17.0
+ 1.17.1
org.apache.commons