This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-crypto.git
commit 890a3143dff4e669e5040b34c247374c49360e03 Author: Oliver Lietz <[email protected]> AuthorDate: Sun Mar 22 09:37:20 2026 +0100 update test dependencies --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 25c05a8..979b666 100644 --- a/pom.xml +++ b/pom.xml @@ -265,7 +265,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk18on</artifactId> - <version>1.78.1</version> + <version>1.83</version> <scope>test</scope> </dependency> <!-- Jasypt --> @@ -280,7 +280,7 @@ <dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId> - <version>1.18.1</version> + <version>1.22.1</version> <scope>test</scope> </dependency> <!-- nullability --> @@ -310,7 +310,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>5.14.2</version> + <version>5.23.0</version> <scope>test</scope> </dependency> <dependency> @@ -352,7 +352,7 @@ <dependency> <groupId>org.ops4j.pax.url</groupId> <artifactId>pax-url-wrap</artifactId> - <version>2.6.14</version> + <version>2.7.0</version> <scope>test</scope> </dependency> </dependencies>
