Skip to content

Commit

Permalink
Update to latest Spring Boot
Browse files Browse the repository at this point in the history
  • Loading branch information
ibmmqmet committed Mar 24, 2023
1 parent fa8bf8d commit 19d76b5
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 11 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.7.10 and 3.0.5 (2023-03-24)
- Update dependencies to Spring Boot 2.7.10/3.0.5

## 2.7.9 and 3.0.3 (2023-02-23)
- Update dependencies to Spring Boot 2.7.9/3.0.3
- Update dependencies to MQ 9.3.2.0
Expand Down
6 changes: 3 additions & 3 deletions jms2.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// This file contains the versions of Spring etc to work with a javax.jms-based system
ext {
// Our shipped version - should usually match the Spring Boot Version
mqStarterVersion = '2.7.9'
mqStarterVersion = '2.7.10'

// Direct Dependencies - give versions here
springVersion = '5.3.25'
springBootVersion = '2.7.9'
springVersion = '5.3.26'
springBootVersion = '2.7.10'

// The pooledJms v2.x level is built against Java 11 so we can't move there
pooledJmsVersion = '1.2.4'
Expand Down
6 changes: 3 additions & 3 deletions jms3.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
ext {
// Our shipped version - should usually match the Spring Boot Version but
// we keep it different during the pre-GA releases
mqStarterVersion = '3.0.3'
mqStarterVersion = '3.0.5'

// Direct Dependencies - give versions here
springVersion = '6.0.5'
springBootVersion = '3.0.3'
springVersion = '6.0.7'
springBootVersion = '3.0.5'

pooledJmsVersion = '3.1.0'
jUnitVersion = '4.13.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.7.9'
ext.starterVersion = '2.7.10'

// The local, flatDir configuration lets us use a modified version from
// this repository without needing it released via maven
Expand Down
2 changes: 1 addition & 1 deletion samples/s2.tls/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.7.9'
ext.starterVersion = '2.7.10'

// The local, flatDir configuration lets us use a modified version from
// this repository without needing it released via maven
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.7.9'
ext.starterVersion = '2.7.10'

// The local, flatDir configuration lets us use a modified version from
// this repository without needing it released via maven
Expand Down
2 changes: 1 addition & 1 deletion samples/s3.jms3/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 = '3.0.3'
ext.starterVersion = '3.0.5'


// 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.7.9'
ext.starterVersion = '2.7.10'

// The local, flatDir configuration lets us use a modified version from
// this repository without needing it released via maven
Expand Down

0 comments on commit 19d76b5

Please sign in to comment.