Skip to content

Commit

Permalink
use latest version 2.11.16 in samples
Browse files Browse the repository at this point in the history
  • Loading branch information
nenaraab committed Apr 21, 2022
1 parent eeebccc commit 6ad4887
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Introduces with `spring-security-compatibility` a compatibility module that prov
#### Dependency upgrades
* Bump spring-boot-starter-parent version from 2.5.2 to 2.6.6 (only in samples)
* Bump reactor-core from 3.4.16 to 3.4.17

* Bump spring.security.version from 5.6.2 to 5.6.3

## 2.11.15
[spring-xsuaa][spring-security]
Expand Down
2 changes: 1 addition & 1 deletion spring-security-compatibility/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.sap.cloud.security.xsuaa</groupId>
<artifactId>parent</artifactId>
<version>2.11.15</version>
<version>2.11.16</version>
</parent>

<groupId>com.sap.cloud.security.xsuaa</groupId>
Expand Down
2 changes: 1 addition & 1 deletion spring-security/Migration_SpringXsuaaProjects.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ It is provided in an extra module. This maven dependency needs to be provided ad
<dependency>
<groupId>com.sap.cloud.security.xsuaa</groupId>
<artifactId>spring-security-compatibility</artifactId>
<version>2.11.15</version>
<version>2.11.16</version>
</dependency>
```

Expand Down

0 comments on commit 6ad4887

Please sign in to comment.