File tree Expand file tree Collapse file tree 5 files changed +12
-8
lines changed
Expand file tree Collapse file tree 5 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 11# Changelog
22Newest updates are at the top of this file
33
4+ ## 3.2.4 (2024-04-02)
5+ - Update Spring dependencies
6+
47## 3.2.3 (2024-02-26)
58- Update Spring dependencies
69- Update to MQ 9.3.5.0
Original file line number Diff line number Diff line change 22ext {
33 // Our shipped version - should usually match the Spring Boot Version but
44 // there may be reasons to make it different
5- mqStarterVersion = ' 3.2.3 '
5+ mqStarterVersion = ' 3.2.4 '
66
77 // Direct Dependencies - give versions here
8- springVersion = ' 6.1.4 '
9- springBootVersion = ' 3.2.3 '
8+ springVersion = ' 6.1.5 '
9+ springBootVersion = ' 3.2.4 '
1010
1111 pooledJmsVersion = ' 3.1.4'
1212 jUnitVersion = ' 4.13.2'
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ buildscript {
44 mavenCentral()
55 }
66 dependencies {
7- classpath(" org.springframework.boot:spring-boot-gradle-plugin:3.2.3 " )
7+ classpath(" org.springframework.boot:spring-boot-gradle-plugin:3.2.4 " )
88 }
99}
1010
1111apply plugin : ' java'
1212apply plugin : ' org.springframework.boot'
1313
1414// The designated version should match the current version in the root of the repo
15- ext. starterVersion = ' 3.2.3 '
15+ ext. starterVersion = ' 3.2.4 '
1616// The local, flatDir configuration lets us use a modified version from
1717// this repository without needing it released via maven
1818repositories {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
44 mavenCentral()
55 }
66 dependencies {
7- classpath(" org.springframework.boot:spring-boot-gradle-plugin:3.2.3 " )
7+ classpath(" org.springframework.boot:spring-boot-gradle-plugin:3.2.4 " )
88 }
99}
1010
@@ -13,7 +13,7 @@ apply plugin: 'java'
1313apply plugin : ' org.springframework.boot'
1414
1515// The designated version should match the current version in the root of the repo
16- ext. starterVersion = ' 3.2.3 '
16+ ext. starterVersion = ' 3.2.4 '
1717
1818// The local, flatDir configuration lets us use a modified version from
1919// this repository without needing it released via maven
@@ -23,10 +23,11 @@ repositories {
2323 }
2424 mavenLocal()
2525 // This lets us pick up the pre-release levels of Spring packages, needed for now
26- maven { url " https://repo.spring.io/milestone" }
26+ // maven { url "https://repo.spring.io/milestone" }
2727 mavenCentral()
2828}
2929
3030dependencies {
3131 implementation(group :" com.ibm.mq" , name :" mq-jms-spring-boot-starter" , version :starterVersion)
3232}
33+
You can’t perform that action at this time.
0 commit comments