Skip to content

Commit

Permalink
Update Spring to fix Spring4Shell issue
Browse files Browse the repository at this point in the history
Release 2.6.7

Co-authored-by: Marco Geweke <[email protected]>
  • Loading branch information
MediaMarco committed Mar 31, 2022
1 parent fcff428 commit f569df6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## 2.6.7
* **[all]**
* Update to Spring Boot 2.6.6 and Spring Framework 5.3.18 to fix Spring4Shell issue

## 2.6.6
* **[all]**
* Update to Spring Boot 2.6.5
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plugins {
// DO NOT FORGET TO DOCUMENT CHANGES IN CHANGELOG.md
//
// Add a GitHub release for every new release: https://github.com/otto-de/edison-microservice/releases
def edison_version = "2.6.6"
def edison_version = "2.6.7"
//
//
//
Expand Down
4 changes: 2 additions & 2 deletions gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
*/
ext {
versions = [
spring_boot : '2.6.5',
spring : '5.3.17',
spring_boot : '2.6.6',
spring : '5.3.18',
spring_security_core : '5.6.2',
spring_security_web : '5.6.2',
spring_security_oauth : '2.5.1.RELEASE',
Expand Down

0 comments on commit f569df6

Please sign in to comment.