This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-integration-tests.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-integration-tests/commit/1a5b6ea9ad82ec72250c005924b4e1e824aee1a3
The following commit(s) were added to refs/heads/main by this push:
new 1a5b6ea Bump testcontainers
1a5b6ea is described below
commit 1a5b6ea9ad82ec72250c005924b4e1e824aee1a3
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Nov 25 17:08:13 2025 -0600
Bump testcontainers
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 267b35a..fd977b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
<aws.java.sdk.version>2.33.0</aws.java.sdk.version>
<!-- Testcontainers.com -->
- <testcontainers.version>1.21.3</testcontainers.version>
+ <testcontainers.version>2.0.2</testcontainers.version>
<!-- Apache Commons Net -->
<commons-net.version>3.11.1</commons-net.version>
@@ -161,7 +161,7 @@
<!-- Testcontainers Postgres support : consent storage test -->
<dependency>
<groupId>org.testcontainers</groupId>
- <artifactId>postgresql</artifactId>
+ <artifactId>testcontainers-postgresql</artifactId>
<version>${testcontainers.version}</version>
<scope>test</scope>
<optional>true</optional>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.