[java-idp-integration-tests] branch main updated: Downgrade AWS SDK

Codeberg noreply at shibboleth.net
Thu Jun 4 22:16:57 UTC 2026


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/abde709e44f49ad11f79dbbb361c592d904d58e2

The following commit(s) were added to refs/heads/main by this push:
     new abde709  Downgrade AWS SDK
abde709 is described below

commit abde709e44f49ad11f79dbbb361c592d904d58e2
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Jun 4 17:15:44 2026 -0500

    Downgrade AWS SDK
    
    To version before the new apache5-client
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5e37243..20d93b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
         <selenium.version>4.44.0</selenium.version>
 
         <!-- AWS SDK -->
-        <aws.java.sdk.version>2.46.3</aws.java.sdk.version>
+        <aws.java.sdk.version>2.45.1</aws.java.sdk.version>
         
         <!-- Testcontainers.com -->
         <testcontainers.version>2.0.5</testcontainers.version>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list