File tree Expand file tree Collapse file tree 9 files changed +16
-12
lines changed Expand file tree Collapse file tree 9 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
Newest updates are at the top of this file
3
3
4
+ ## 2.7.13 and 3.1.1 (2023-06-22)
5
+ - Update Spring dependencies
6
+ - Update to MQ 9.3.3.0
7
+
4
8
## 2.7.12 and 3.1.0 (2023-05-24)
5
9
- Update Spring dependencies
6
10
- Update to MQ 9.3.2.1
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ subprojects {
37
37
apply plugin : ' signing'
38
38
39
39
// This is the MQ client version
40
- ext. mqVersion = ' 9.3.2.1 '
40
+ ext. mqVersion = ' 9.3.3.0 '
41
41
ext. mqGroup = ' com.ibm.mq'
42
42
43
43
// The groupid for the compiled jars when uploaded
Original file line number Diff line number Diff line change 1
1
// This file contains the versions of Spring etc to work with a javax.jms-based system
2
2
ext {
3
3
// Our shipped version - should usually match the Spring Boot Version
4
- mqStarterVersion = ' 2.7.12 '
4
+ mqStarterVersion = ' 2.7.13 '
5
5
6
6
// Direct Dependencies - give versions here
7
- springVersion = ' 5.3.27 '
8
- springBootVersion = ' 2.7.12 '
7
+ springVersion = ' 5.3.28 '
8
+ springBootVersion = ' 2.7.13 '
9
9
10
10
// The pooledJms v2.x level is built against Java 11 so we can' t move there
11
11
pooledJmsVersion = ' 1.2.4'
Original file line number Diff line number Diff line change 2
2
ext {
3
3
// Our shipped version - should usually match the Spring Boot Version but
4
4
// we keep it different during the pre-GA releases
5
- mqStarterVersion = ' 3.1.0 '
5
+ mqStarterVersion = ' 3.1.1 '
6
6
7
7
// Direct Dependencies - give versions here
8
- springVersion = ' 6.0.9 '
9
- springBootVersion = ' 3.1.0 '
8
+ springVersion = ' 6.0.10 '
9
+ springBootVersion = ' 3.1.1 '
10
10
11
11
pooledJmsVersion = ' 3.1.0'
12
12
jUnitVersion = ' 4.13.2'
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ apply plugin: 'java'
13
13
apply plugin : ' org.springframework.boot'
14
14
15
15
// The designated version should match the current version in the root of the repo
16
- ext. starterVersion = ' 2.7.12 '
16
+ ext. starterVersion = ' 2.7.13 '
17
17
18
18
// The local, flatDir configuration lets us use a modified version from
19
19
// this repository without needing it released via maven
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ apply plugin: 'java'
13
13
apply plugin : ' org.springframework.boot'
14
14
15
15
// The designated version should match the current version in the root of the repo
16
- ext. starterVersion = ' 2.7.12 '
16
+ ext. starterVersion = ' 2.7.13 '
17
17
18
18
// The local, flatDir configuration lets us use a modified version from
19
19
// this repository without needing it released via maven
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ apply plugin: 'java'
13
13
apply plugin : ' org.springframework.boot'
14
14
15
15
// The designated version should match the current version in the root of the repo
16
- ext. starterVersion = ' 2.7.12 '
16
+ ext. starterVersion = ' 2.7.13 '
17
17
18
18
// The local, flatDir configuration lets us use a modified version from
19
19
// this repository without needing it released via maven
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ apply plugin: 'java'
13
13
apply plugin : ' org.springframework.boot'
14
14
15
15
// The designated version should match the current version in the root of the repo
16
- ext. starterVersion = ' 3.1.0 '
16
+ ext. starterVersion = ' 3.1.1 '
17
17
18
18
19
19
// The local, flatDir configuration lets us use a modified version from
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ apply plugin: 'java'
13
13
apply plugin : ' org.springframework.boot'
14
14
15
15
// The designated version should match the current version in the root of the repo
16
- ext. starterVersion = ' 2.7.12 '
16
+ ext. starterVersion = ' 2.7.13 '
17
17
18
18
// The local, flatDir configuration lets us use a modified version from
19
19
// this repository without needing it released via maven
You can’t perform that action at this time.
0 commit comments