File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ ext {
44
44
assertkVersion = ' 0.24'
45
45
awaitilityVersion = ' 4.2.0'
46
46
commonsCompressVersion = ' 1.20'
47
- commonsHttpClientVersion = ' 5.1.3 '
47
+ commonsHttpClientVersion = ' 5.1.4 '
48
48
commonsPoolVersion = ' 2.11.1'
49
49
hamcrestVersion = ' 2.2'
50
- hibernateValidationVersion = ' 8.0.0 .Final'
50
+ hibernateValidationVersion = ' 8.0.1 .Final'
51
51
jacksonBomVersion = ' 2.14.3'
52
52
jaywayJsonPathVersion = ' 2.7.0'
53
53
junit4Version = ' 4.13.2'
@@ -63,12 +63,12 @@ ext {
63
63
rabbitmqStreamVersion = ' 0.8.0'
64
64
rabbitmqVersion = project. hasProperty(' rabbitmqVersion' ) ? project. rabbitmqVersion : ' 5.16.1'
65
65
reactorVersion = ' 2022.0.16'
66
- snappyVersion = ' 1.1.8.4 '
66
+ snappyVersion = ' 1.1.10.5 '
67
67
springDataVersion = ' 2022.0.11'
68
68
springRetryVersion = ' 2.0.5'
69
69
springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 6.0.13'
70
70
testcontainersVersion = ' 1.19.5'
71
- zstdJniVersion = ' 1.5.0-2 '
71
+ zstdJniVersion = ' 1.5.5-11 '
72
72
73
73
javaProjects = subprojects - project(' :spring-amqp-bom' )
74
74
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' com.gradle.enterprise' version ' 3.14.1'
3
- id ' io.spring.ge.conventions' version ' 0.0.14 '
3
+ id ' io.spring.ge.conventions' version ' 0.0.15 '
4
4
}
5
5
6
6
rootProject. name = ' spring-amqp-dist'
You can’t perform that action at this time.
0 commit comments