diff --git a/CHANGELOG.md b/CHANGELOG.md index 650f01818..03546551b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Change Log All notable changes to this project will be documented in this file. +## 3.5.3 + +- [java-security] Reenable sap-java-buildpack-api-usage sample using Tomcat 10 + +#### Dependency upgrades + +- Bump spring.security.version from 6.3.1 to 6.3.3 +- Bump io.projectreactor:reactor-core from 3.6.7 to 3.6.9 +- Bump slf4j.api.version from 2.0.13 to 2.0.16 +- Bump org.eclipse.jetty.version from 12.0.7 to 12.0.12 +- Bump spring.core.version from 6.1.10 to 6.1.12 +- Bump spring.boot.version from 3.3.1 to 3.3.2 +- Bump org.wiremock:wiremock-standalone from 3.7.0 to 3.9.1 + ## 3.5.2 - [spring-xsuaa] Remove new X5tCertificateThumbprintValidator from spring-xsuaa validators diff --git a/README.md b/README.md index 0cebba0b1..ddcbb76ea 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ The SAP Cloud Security Services Integration is published to maven central: https com.sap.cloud.security java-bom - 3.5.2 + 3.5.3 import pom diff --git a/bom/pom.xml b/bom/pom.xml index b02f1a970..4707f54a0 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -8,7 +8,7 @@ com.sap.cloud.security java-bom - 3.5.2 + 3.5.3 pom java-bom diff --git a/env/pom.xml b/env/pom.xml index 3a01cdf81..ab5bb074a 100644 --- a/env/pom.xml +++ b/env/pom.xml @@ -9,7 +9,7 @@ com.sap.cloud.security.xsuaa parent - 3.5.2 + 3.5.3 com.sap.cloud.security diff --git a/java-api/README.md b/java-api/README.md index 8bd7abbaa..92fea9d87 100644 --- a/java-api/README.md +++ b/java-api/README.md @@ -5,6 +5,6 @@ com.sap.cloud.security java-api - 3.5.2 + 3.5.3 ``` diff --git a/java-api/pom.xml b/java-api/pom.xml index 6a912cb67..bb4b5ea9f 100644 --- a/java-api/pom.xml +++ b/java-api/pom.xml @@ -9,7 +9,7 @@ com.sap.cloud.security.xsuaa parent - 3.5.2 + 3.5.3 com.sap.cloud.security diff --git a/java-security-it/pom.xml b/java-security-it/pom.xml index c850afd97..8b0dff95b 100644 --- a/java-security-it/pom.xml +++ b/java-security-it/pom.xml @@ -9,7 +9,7 @@ parent com.sap.cloud.security.xsuaa - 3.5.2 + 3.5.3 java-security-it diff --git a/java-security-test/README.md b/java-security-test/README.md index 8c4a3c332..298dcbfc9 100644 --- a/java-security-test/README.md +++ b/java-security-test/README.md @@ -40,7 +40,7 @@ It is pre-configured with a security filter that only accepts valid tokens. Furt com.sap.cloud.security java-security-test - 3.5.2 + 3.5.3 test ``` diff --git a/java-security-test/pom.xml b/java-security-test/pom.xml index 197731ef8..11a41260b 100644 --- a/java-security-test/pom.xml +++ b/java-security-test/pom.xml @@ -9,7 +9,7 @@ com.sap.cloud.security.xsuaa parent - 3.5.2 + 3.5.3 com.sap.cloud.security diff --git a/java-security/README.md b/java-security/README.md index 614691d74..63b9d0c3d 100644 --- a/java-security/README.md +++ b/java-security/README.md @@ -67,7 +67,7 @@ To be able to validate tokens it performs the following tasks: com.sap.cloud.security java-security - 3.5.2 + 3.5.3 org.apache.httpcomponents diff --git a/java-security/pom.xml b/java-security/pom.xml index 95e06a8b7..7fddaee96 100644 --- a/java-security/pom.xml +++ b/java-security/pom.xml @@ -9,7 +9,7 @@ com.sap.cloud.security.xsuaa parent - 3.5.2 + 3.5.3 com.sap.cloud.security diff --git a/pom.xml b/pom.xml index 52229e757..75115cd18 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.sap.cloud.security.xsuaa parent - 3.5.2 + 3.5.3 pom parent diff --git a/samples/java-security-usage-ias/pom.xml b/samples/java-security-usage-ias/pom.xml index 23a198e82..59086bb0e 100755 --- a/samples/java-security-usage-ias/pom.xml +++ b/samples/java-security-usage-ias/pom.xml @@ -6,16 +6,16 @@ 4.0.0 com.sap.cloud.security.xssec.samples java-security-usage-ias - 3.5.2 + 3.5.3 war 17 17 - 3.5.2 + 3.5.3 2.0.5 4.5.14 - 6.0.0 + 6.1.0 3.24.2 5.10.0 diff --git a/samples/java-security-usage/pom.xml b/samples/java-security-usage/pom.xml index e9db64991..72864451b 100755 --- a/samples/java-security-usage/pom.xml +++ b/samples/java-security-usage/pom.xml @@ -6,7 +6,7 @@ 4.0.0 com.sap.cloud.security.xssec.samples java-security-usage - 3.5.2 + 3.5.3 war diff --git a/spring-xsuaa-it/pom.xml b/spring-xsuaa-it/pom.xml index c9a0f2a31..10edbd2b8 100644 --- a/spring-xsuaa-it/pom.xml +++ b/spring-xsuaa-it/pom.xml @@ -14,12 +14,12 @@ spring-xsuaa-it spring-xsuaa-it - 3.5.2 + 3.5.3 4.10.0 17 - 3.5.2 + 3.5.3 diff --git a/spring-xsuaa-starter/pom.xml b/spring-xsuaa-starter/pom.xml index 79a1aaf97..8aff25a12 100644 --- a/spring-xsuaa-starter/pom.xml +++ b/spring-xsuaa-starter/pom.xml @@ -16,7 +16,7 @@ com.sap.cloud.security.xsuaa parent - 3.5.2 + 3.5.3 xsuaa-spring-boot-starter diff --git a/spring-xsuaa-test/README.md b/spring-xsuaa-test/README.md index 0c6dba82e..f43d5d378 100644 --- a/spring-xsuaa-test/README.md +++ b/spring-xsuaa-test/README.md @@ -31,7 +31,7 @@ This includes for example a `JwtGenerator` that generates JSON Web Tokens (JWT) com.sap.cloud.security.xsuaa spring-xsuaa-test - 3.5.2 + 3.5.3 test diff --git a/spring-xsuaa-test/pom.xml b/spring-xsuaa-test/pom.xml index 24ecc03c3..3d73a9a1b 100644 --- a/spring-xsuaa-test/pom.xml +++ b/spring-xsuaa-test/pom.xml @@ -9,7 +9,7 @@ com.sap.cloud.security.xsuaa parent - 3.5.2 + 3.5.3 spring-xsuaa-test diff --git a/spring-xsuaa/README.md b/spring-xsuaa/README.md index 15d02798c..bbcad8225 100644 --- a/spring-xsuaa/README.md +++ b/spring-xsuaa/README.md @@ -39,7 +39,7 @@ These (spring) dependencies need to be provided: com.sap.cloud.security.xsuaa spring-xsuaa - 3.5.2 + 3.5.3 org.apache.logging.log4j @@ -53,7 +53,7 @@ These (spring) dependencies need to be provided: com.sap.cloud.security.xsuaa xsuaa-spring-boot-starter - 3.5.2 + 3.5.3 ``` diff --git a/spring-xsuaa/pom.xml b/spring-xsuaa/pom.xml index d0ff51b3c..6e480b4ed 100644 --- a/spring-xsuaa/pom.xml +++ b/spring-xsuaa/pom.xml @@ -9,7 +9,7 @@ com.sap.cloud.security.xsuaa parent - 3.5.2 + 3.5.3 spring-xsuaa diff --git a/token-client/README.md b/token-client/README.md index f8cfe5600..b3639f627 100644 --- a/token-client/README.md +++ b/token-client/README.md @@ -49,7 +49,7 @@ In context of a Spring Boot application you can leverage autoconfiguration provi com.sap.cloud.security resourceserver-security-spring-boot-starter - 3.5.2 + 3.5.3 ``` In context of Spring Applications you will need the following dependencies: @@ -57,7 +57,7 @@ In context of Spring Applications you will need the following dependencies: com.sap.cloud.security.xsuaa token-client - 3.5.2 + 3.5.3 org.apache.httpcomponents @@ -124,7 +124,7 @@ See the [OAuth2ServiceConfiguration](#oauth2serviceconfiguration) section and [H com.sap.cloud.security.xsuaa token-client - 3.5.2 + 3.5.3 org.apache.httpcomponents diff --git a/token-client/pom.xml b/token-client/pom.xml index c03ec3b08..ed4e1f9dc 100644 --- a/token-client/pom.xml +++ b/token-client/pom.xml @@ -9,7 +9,7 @@ com.sap.cloud.security.xsuaa parent - 3.5.2 + 3.5.3 token-client