Skip to content

Commit 787a461

Browse files
authored
Set release version to 3.5.9 (#1736)
1 parent 3a1dc30 commit 787a461

File tree

33 files changed

+69
-45
lines changed

33 files changed

+69
-45
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## 3.5.9
5+
6+
- [env] add domains to equals/hashcode of OAuth2ServiceConfigurationImpl
7+
8+
### Dependency upgrades
9+
10+
- Bump org.wiremock:wiremock-standalone from 3.9.2 to 3.12.1
11+
- Bump com.github.spotbugs:spotbugs-annotations from 4.9.0 to 4.9.2
12+
- Bump org.mockito:mockito-core from 5.15.2 to 5.16.0
13+
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.1.0 to 4.9.2.0
14+
- Bump io.projectreactor:reactor-core from 3.7.3 to 3.7.4
15+
- Bump io.projectreactor:reactor-test from 3.7.3 to 3.7.4
16+
- Bump org.eclipse.jetty.version from 12.0.16 to 12.0.17
17+
- Update spring dependencies:
18+
- spring boot to 3.4.3
19+
- spring core to 6.2.4
20+
- spring security to 6.4.3
21+
- Bump com.github.spotbugs:spotbugs-annotations from 4.8.6 to 4.9.0
22+
- Bump io.projectreactor:reactor-test from 3.7.2 to 3.7.3
23+
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.6 to 4.9.1.0
24+
- Bump io.projectreactor:reactor-core from 3.7.2 to 3.7.3
25+
- Bump com.nimbusds:nimbus-jose-jwt from 10.0.1 to 10.0.2
26+
- Bump slf4j.api.version from 2.0.16 to 2.0.17
27+
428
## 3.5.8
529

630
- [spring-security] Fix error handling for reactive token validation

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The SAP Cloud Security Services Integration is published to maven central: https
126126
<dependency>
127127
<groupId>com.sap.cloud.security</groupId>
128128
<artifactId>java-bom</artifactId>
129-
<version>3.5.8</version>
129+
<version>3.5.9</version>
130130
<scope>import</scope>
131131
<type>pom</type>
132132
</dependency>

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.sap.cloud.security</groupId>
1010
<artifactId>java-bom</artifactId>
11-
<version>3.5.8</version>
11+
<version>3.5.9</version>
1212
<packaging>pom</packaging>
1313
<name>java-bom</name>
1414

env/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.sap.cloud.security.xsuaa</groupId>
1111
<artifactId>parent</artifactId>
12-
<version>3.5.8</version>
12+
<version>3.5.9</version>
1313
</parent>
1414

1515
<groupId>com.sap.cloud.security</groupId>

java-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<dependency>
66
<groupId>com.sap.cloud.security</groupId>
77
<artifactId>java-api</artifactId>
8-
<version>3.5.8</version>
8+
<version>3.5.9</version>
99
</dependency>
1010
```

java-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.sap.cloud.security.xsuaa</groupId>
1111
<artifactId>parent</artifactId>
12-
<version>3.5.8</version>
12+
<version>3.5.9</version>
1313
</parent>
1414

1515
<groupId>com.sap.cloud.security</groupId>

java-security-it/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<artifactId>parent</artifactId>
1111
<groupId>com.sap.cloud.security.xsuaa</groupId>
12-
<version>3.5.8</version>
12+
<version>3.5.9</version>
1313
</parent>
1414

1515
<artifactId>java-security-it</artifactId>

java-security-test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ It is pre-configured with a security filter that only accepts valid tokens. Furt
4040
<dependency>
4141
<groupId>com.sap.cloud.security</groupId>
4242
<artifactId>java-security-test</artifactId>
43-
<version>3.5.8</version>
43+
<version>3.5.9</version>
4444
<scope>test</scope>
4545
</dependency>
4646
```

java-security-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.sap.cloud.security.xsuaa</groupId>
1111
<artifactId>parent</artifactId>
12-
<version>3.5.8</version>
12+
<version>3.5.9</version>
1313
</parent>
1414

1515
<groupId>com.sap.cloud.security</groupId>

java-security/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Since it requires the Tomcat 10 runtime, it needs to be deployed using the [SAP
6868
<dependency>
6969
<groupId>com.sap.cloud.security</groupId>
7070
<artifactId>java-security</artifactId>
71-
<version>3.5.8</version>
71+
<version>3.5.9</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>org.apache.httpcomponents</groupId>

0 commit comments

Comments
 (0)