Skip to content

Commit 699d25f

Browse files
Release 3.6.6 (#1908)
* Release 3.6.6 - update release numbers - update change log
1 parent 033870b commit 699d25f

File tree

33 files changed

+70
-45
lines changed

33 files changed

+70
-45
lines changed

CHANGELOG.md

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

4+
## 3.6.6
5+
6+
- added Token Exchange support to Security Library for ID Token exchange and XSUAA Token exchange
7+
8+
### Dependency upgrades
9+
10+
- Update Spring dependencies (#1907)
11+
- Bump the prod-deps-ver group with 9 updates (#1902)
12+
- Bump the dev-deps group with 3 updates (#1901)
13+
- Bump io.projectreactor:reactor-test from 3.7.11 to 3.8.2 (#1892)
14+
- Configure Dependabot with dependency groups (#1900)
15+
- Bump org.sonatype.central:central-publishing-maven-plugin (#1894)
16+
- Bump org.apache.httpcomponents.client5:httpclient5 from 5.5.1 to 5.6 (#1895)
17+
- Bump org.json:json from 20250517 to 20251224 (#1898)
18+
- Bump ch.qos.logback:logback-core from 1.5.19 to 1.5.25 in /token-client (#1899)
19+
- Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14 (#1873)
20+
- Bump org.apache.maven.plugins:maven-pmd-plugin from 3.27.0 to 3.28.0 (#1874)
21+
- Bump reactor.version from 3.7.11 to 3.7.12 (#1875)
22+
- Bump spring.core.version from 6.2.11 to 6.2.12 (#1878)
23+
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.6.0 to 4.9.8.1 (#1880)
24+
- Bump com.github.spotbugs:spotbugs-annotations from 4.9.6 to 4.9.8 (#1881)
25+
- Bump spring.security.version from 6.5.5 to 6.5.6 (#1882)
26+
- Bump spring.security.oauth2.version from 6.5.5 to 6.5.6 (#1883)
27+
- Bump ch.qos.logback:logback-core from 1.5.13 to 1.5.19 in /token-client (#1884)
28+
429
## 3.6.5
530

631
### Dependency upgrades

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ The SAP Cloud Security Services Integration is published to maven central: https
220220
<dependency>
221221
<groupId>com.sap.cloud.security</groupId>
222222
<artifactId>java-bom</artifactId>
223-
<version>3.6.5</version>
223+
<version>3.6.6</version>
224224
<scope>import</scope>
225225
<type>pom</type>
226226
</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.6.5</version>
11+
<version>3.6.6</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.6.5</version>
12+
<version>3.6.6</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.6.5</version>
8+
<version>3.6.6</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.6.5</version>
12+
<version>3.6.6</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.6.5</version>
12+
<version>3.6.6</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.6.5</version>
43+
<version>3.6.6</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.6.5</version>
12+
<version>3.6.6</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
@@ -69,7 +69,7 @@ Since it requires the Tomcat 10 runtime, it needs to be deployed using the [SAP
6969
<dependency>
7070
<groupId>com.sap.cloud.security</groupId>
7171
<artifactId>java-security</artifactId>
72-
<version>3.6.5</version>
72+
<version>3.6.6</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>org.apache.httpcomponents</groupId>

0 commit comments

Comments
 (0)