diff --git a/CHANGELOG.md b/CHANGELOG.md index cd416123f..737061196 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ All notable changes to this project will be documented in this file. ## 3.3.3 - [java-security] - - reduce `HybridTokenFactory` logging noise - in case of missing service configuration warn message will be logged just once + - reduce `HybridTokenFactory` logging noise - in case of missing service configuration warn message will be logged just once + - upgrade jetty ee9 to jetty ee10 - [java-security-test] - fixes version mismatch issue when jetty BoM is used - `JwtGenerator` ensures that claims are always in the same order diff --git a/README.md b/README.md index fc1bb4771..f3a9501a0 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ The SAP Cloud Security Services Integration is published to maven central: https com.sap.cloud.security java-bom - 3.3.2 + 3.3.3 import pom diff --git a/bom/pom.xml b/bom/pom.xml index c5a6b0c24..a8e8048dd 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -8,7 +8,7 @@ com.sap.cloud.security java-bom - 3.3.2 + 3.3.3 pom java-bom diff --git a/env/pom.xml b/env/pom.xml index 720b891dc..265032b1e 100644 --- a/env/pom.xml +++ b/env/pom.xml @@ -9,7 +9,7 @@ com.sap.cloud.security.xsuaa parent - 3.3.2 + 3.3.3 com.sap.cloud.security diff --git a/java-api/README.md b/java-api/README.md index 1f10c6c9f..2d0a5c9cf 100644 --- a/java-api/README.md +++ b/java-api/README.md @@ -5,6 +5,6 @@ com.sap.cloud.security java-api - 3.3.2 + 3.3.3 ``` diff --git a/java-api/pom.xml b/java-api/pom.xml index ac11d3eec..31e20f9f0 100644 --- a/java-api/pom.xml +++ b/java-api/pom.xml @@ -9,7 +9,7 @@ com.sap.cloud.security.xsuaa parent - 3.3.2 + 3.3.3 com.sap.cloud.security diff --git a/java-security-it/pom.xml b/java-security-it/pom.xml index 9cb98582a..845b1e163 100644 --- a/java-security-it/pom.xml +++ b/java-security-it/pom.xml @@ -9,7 +9,7 @@ parent com.sap.cloud.security.xsuaa - 3.3.2 + 3.3.3 java-security-it diff --git a/java-security-test/README.md b/java-security-test/README.md index f40cbabed..14b8cb9cc 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.3.2 + 3.3.3 test ``` diff --git a/java-security-test/pom.xml b/java-security-test/pom.xml index eea8654ce..317c54fc6 100644 --- a/java-security-test/pom.xml +++ b/java-security-test/pom.xml @@ -9,7 +9,7 @@ com.sap.cloud.security.xsuaa parent - 3.3.2 + 3.3.3 com.sap.cloud.security diff --git a/java-security/README.md b/java-security/README.md index d78ab961f..39a3b0f98 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.3.2 + 3.3.3 org.apache.httpcomponents.client5 diff --git a/java-security/pom.xml b/java-security/pom.xml index d12e87e85..547d08d52 100644 --- a/java-security/pom.xml +++ b/java-security/pom.xml @@ -9,7 +9,7 @@ com.sap.cloud.security.xsuaa parent - 3.3.2 + 3.3.3 com.sap.cloud.security diff --git a/pom.xml b/pom.xml index 9f508a2fe..c6d6d24b1 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.sap.cloud.security.xsuaa parent - 3.3.2 + 3.3.3 pom parent diff --git a/samples/java-security-usage-ias/pom.xml b/samples/java-security-usage-ias/pom.xml index 05c539a48..02f1b923d 100755 --- a/samples/java-security-usage-ias/pom.xml +++ b/samples/java-security-usage-ias/pom.xml @@ -6,13 +6,13 @@ 4.0.0 com.sap.cloud.security.xssec.samples java-security-usage-ias - 3.3.2 + 3.3.3 war 17 17 - 3.3.2 + 3.3.3 2.0.5 4.5.14 6.0.0 diff --git a/samples/java-security-usage/pom.xml b/samples/java-security-usage/pom.xml index 4d4a3371a..a025d0997 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.3.2 + 3.3.3 war 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.3.2 + 3.3.3 ``` diff --git a/spring-xsuaa/pom.xml b/spring-xsuaa/pom.xml index c8b377b13..720404d96 100644 --- a/spring-xsuaa/pom.xml +++ b/spring-xsuaa/pom.xml @@ -9,7 +9,7 @@ com.sap.cloud.security.xsuaa parent - 3.3.2 + 3.3.3 spring-xsuaa diff --git a/token-client/README.md b/token-client/README.md index acbfdcc00..7ab674ad3 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.3.2 + 3.3.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.3.2 + 3.3.3 org.apache.httpcomponents @@ -124,7 +124,7 @@ See the [OAuth2ServiceConfiguration](#oauth2serviceconfiguration) section and [H com.sap.cloud.security.xsuaa token-client - 3.3.2 + 3.3.3 org.apache.httpcomponents diff --git a/token-client/pom.xml b/token-client/pom.xml index 9f804bef7..f04c9f97d 100644 --- a/token-client/pom.xml +++ b/token-client/pom.xml @@ -9,7 +9,7 @@ com.sap.cloud.security.xsuaa parent - 3.3.2 + 3.3.3 token-client