Skip to content

Commit

Permalink
Update for Spring Boot 2.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ibmmqmet committed Apr 22, 2022
1 parent 104d679 commit 6783cb4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
Newest updates are at the top of this file

## 2.6.7 (2022-04-22)
- Update dependencies to Spring Boot 2.6.7

## 2.6.6.1 (2022-04-02)
- Correct a dependency

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.6
2.6.7
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ subprojects {

// Direct Dependencies - give versions here
ext.mqVersion = '9.2.5.0'
ext.springVersion = '5.3.18'
ext.springBootVersion = '2.6.6'
ext.springVersion = '5.3.19'
ext.springBootVersion = '2.6.7'

// The pooledJms v2.x level is built against Java 11 so we can't move there yet
ext.pooledJmsVersion = '1.2.2'
Expand Down
2 changes: 1 addition & 1 deletion samples/s1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'java'
apply plugin: 'org.springframework.boot'

// The designated version should match the current version in the root of the repo
ext.starterVersion = '2.6.5'
ext.starterVersion = '2.6.7'


// The local, flatDir configuration lets us use a modified version from
Expand Down
2 changes: 1 addition & 1 deletion samples/s2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'java'
apply plugin: 'org.springframework.boot'

// The designated version should match the current version in the root of the repo
ext.starterVersion = '2.6.5'
ext.starterVersion = '2.6.7'


// The local, flatDir configuration lets us use a modified version from
Expand Down
2 changes: 1 addition & 1 deletion samples/s3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'java'
apply plugin: 'org.springframework.boot'

// The designated version should match the current version in the root of the repo
ext.starterVersion = '2.6.5'
ext.starterVersion = '2.6.7'


// The local, flatDir configuration lets us use a modified version from
Expand Down

0 comments on commit 6783cb4

Please sign in to comment.