Skip to content

Commit

Permalink
Update to latest Spring Boot and MQ CSU versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ibmmqmet committed May 24, 2023
1 parent 519b583 commit cb42337
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
Newest updates are at the top of this file

## 2.7.12 and 3.1.0 (2023-05-24)
- Update Spring dependencies
- Update to MQ 9.3.2.1

## 2.7.11 and 3.0.6 (2023-04-21)
- Update dependencies to Spring Boot 2.7.11/3.0.6
- Over-enthusiastic conversion to Jakarta names (#91)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ subprojects {
apply plugin: 'signing'

// This is the MQ client version
ext.mqVersion = '9.3.2.0'
ext.mqVersion = '9.3.2.1'
ext.mqGroup = 'com.ibm.mq'

// The groupid for the compiled jars when uploaded
Expand Down
4 changes: 2 additions & 2 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.11'
mqStarterVersion = '2.7.12'

// Direct Dependencies - give versions here
springVersion = '5.3.27'
springBootVersion = '2.7.11'
springBootVersion = '2.7.12'

// 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.6'
mqStarterVersion = '3.1.0'

// Direct Dependencies - give versions here
springVersion = '6.0.8'
springBootVersion = '3.0.6'
springVersion = '6.0.9'
springBootVersion = '3.1.0'

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.11'
ext.starterVersion = '2.7.12'

// 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.11'
ext.starterVersion = '2.7.12'

// 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.11'
ext.starterVersion = '2.7.12'

// 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.6'
ext.starterVersion = '3.1.0'


// 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.11'
ext.starterVersion = '2.7.12'

// 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 cb42337

Please sign in to comment.