You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2023/03/30 11:39:08 UTC

[directory-kerby] 01/03: Updating Nimbus and JUnit

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch 1.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/directory-kerby.git

commit 46138b929773713ffcdcfcd52ae3a2513a5c5e1e
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Mar 30 12:11:47 2023 +0100

    Updating Nimbus and JUnit
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3279a81a..dfd4d469 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,8 +52,8 @@
     <gson.version>2.8.9</gson.version>
     <ldap.api.version>1.0.1</ldap.api.version>
     <log4j.version>1.2.17</log4j.version>
-    <junit.version>4.12</junit.version>
-    <nimbus.jose.version>8.2.1</nimbus.jose.version>
+    <junit.version>4.13.2</junit.version>
+    <nimbus.jose.version>9.30.2</nimbus.jose.version>
     <slf4j.version>1.7.26</slf4j.version>
     <assertj.version>2.6.0</assertj.version>
     <findbugs.version>3.0.4</findbugs.version>