This is an automated email from the ASF dual-hosted git repository.
robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git
The following commit(s) were added to refs/heads/master by this push:
new 65c3c485 Update some more deps
65c3c485 is described below
commit 65c3c4858efc72312c0faddb9afe7f5f59bff29d
Author: Robert Lazarski <[email protected]>
AuthorDate: Tue Oct 22 12:28:58 2024 -1000
Update some more deps
---
modules/distribution/pom.xml | 2 +-
modules/rampart-core/pom.xml | 10 +++++-----
modules/rampart-integration/pom.xml | 25 +++++++++++++++----------
modules/rampart-samples/pom.xml | 10 +++++-----
modules/rampart-tests/pom.xml | 10 +++++-----
modules/rampart-trust/pom.xml | 13 ++++++-------
6 files changed, 37 insertions(+), 33 deletions(-)
diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index 5fd5e4d3..8bba47e8 100644
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -80,7 +80,7 @@
<plugin>
<groupId>net.nicoulaj.maven.plugins</groupId>
<artifactId>checksum-maven-plugin</artifactId>
- <version>1.5</version>
+ <version>1.11</version>
<executions>
<execution>
<goals>
diff --git a/modules/rampart-core/pom.xml b/modules/rampart-core/pom.xml
index 0757b1cb..67ca8ea4 100644
--- a/modules/rampart-core/pom.xml
+++ b/modules/rampart-core/pom.xml
@@ -51,28 +51,28 @@
<dependency>
<groupId>org.apache.wss4j</groupId>
<artifactId>wss4j</artifactId>
- <version>3.0.0</version>
+ <version>${wss4j.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.wss4j</groupId>
<artifactId>wss4j-policy</artifactId>
- <version>3.0.0</version>
+ <version>${wss4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.wss4j</groupId>
<artifactId>wss4j-ws-security-stax</artifactId>
- <version>3.0.0</version>
+ <version>${wss4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.wss4j</groupId>
<artifactId>wss4j-ws-security-dom</artifactId>
- <version>3.0.0</version>
+ <version>${wss4j.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
- <version>1.72</version>
+ <version>${bcprov.jdk18.version}</version>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
diff --git a/modules/rampart-integration/pom.xml
b/modules/rampart-integration/pom.xml
index 0f3b4ca2..57209357 100644
--- a/modules/rampart-integration/pom.xml
+++ b/modules/rampart-integration/pom.xml
@@ -512,7 +512,7 @@
<dependency>
<groupId>org.apache.directory.server</groupId>
<artifactId>apacheds-core-annotations</artifactId>
- <version>2.0.0.AM26</version>
+ <version>2.0.0.AM27</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -524,7 +524,7 @@
<dependency>
<groupId>org.apache.directory.server</groupId>
<artifactId>apacheds-protocol-shared</artifactId>
- <version>2.0.0.AM26</version>
+ <version>2.0.0.AM27</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -547,8 +547,13 @@
</dependency>
<dependency>
<groupId>org.apache.directory.server</groupId>
- <artifactId>apacheds-interceptor-kerberos</artifactId>
+ <artifactId>apacheds-kerberos-codec</artifactId>
<version>2.0.0.AM26</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.directory.server</groupId>
+ <artifactId>apacheds-interceptor-kerberos</artifactId>
+ <version>2.0.0.AM27</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -560,12 +565,12 @@
<dependency>
<groupId>org.apache.directory.api</groupId>
<artifactId>api-ldap-codec-standalone</artifactId>
- <version>2.0.0</version>
+ <version>2.1.7</version>
</dependency>
<dependency>
<groupId>org.apache.directory.api</groupId>
<artifactId>api-ldap-extras-codec-api</artifactId>
- <version>2.0.0</version>
+ <version>2.1.7</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
@@ -591,27 +596,27 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jul</artifactId>
- <version>2.23.1</version>
+ <version>2.24.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
- <version>2.23.1</version>
+ <version>2.24.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
- <version>2.23.1</version>
+ <version>2.24.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
- <version>2.23.1</version>
+ <version>2.24.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jcl</artifactId>
- <version>2.23.1</version>
+ <version>2.24.1</version>
</dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
diff --git a/modules/rampart-samples/pom.xml b/modules/rampart-samples/pom.xml
index 0733729b..4a5bf4d7 100644
--- a/modules/rampart-samples/pom.xml
+++ b/modules/rampart-samples/pom.xml
@@ -114,31 +114,31 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jul</artifactId>
- <version>2.23.1</version>
+ <version>2.24.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
- <version>2.23.1</version>
+ <version>2.24.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
- <version>2.23.1</version>
+ <version>2.24.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
- <version>2.23.1</version>
+ <version>2.24.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jcl</artifactId>
- <version>2.23.1</version>
+ <version>2.24.1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/modules/rampart-tests/pom.xml b/modules/rampart-tests/pom.xml
index bc2ba5a8..e93f3ce4 100644
--- a/modules/rampart-tests/pom.xml
+++ b/modules/rampart-tests/pom.xml
@@ -111,31 +111,31 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jul</artifactId>
- <version>2.23.1</version>
+ <version>2.24.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
- <version>2.23.1</version>
+ <version>2.24.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
- <version>2.23.1</version>
+ <version>2.24.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
- <version>2.23.1</version>
+ <version>2.24.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jcl</artifactId>
- <version>2.23.1</version>
+ <version>2.24.1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/modules/rampart-trust/pom.xml b/modules/rampart-trust/pom.xml
index 14ac7d0f..736c32c5 100644
--- a/modules/rampart-trust/pom.xml
+++ b/modules/rampart-trust/pom.xml
@@ -74,7 +74,6 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
- <version>1.72</version>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
@@ -100,7 +99,7 @@
</exclusion>
</exclusions>
<artifactId>esapi</artifactId>
- <version>2.5.1.0</version>
+ <version>2.5.4.0</version>
</dependency>
<dependency>
<groupId>xalan</groupId>
@@ -126,31 +125,31 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jul</artifactId>
- <version>2.23.1</version>
+ <version>2.24.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
- <version>2.23.1</version>
+ <version>2.24.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
- <version>2.23.1</version>
+ <version>2.24.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
- <version>2.23.1</version>
+ <version>2.24.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jcl</artifactId>
- <version>2.23.1</version>
+ <version>2.24.1</version>
<scope>test</scope>
</dependency>
</dependencies>