@@ -16,7 +16,7 @@ plugins {
16
16
id ' io.spring.nohttp' version ' 0.0.10' apply false
17
17
id ' org.ajoberstar.grgit' version ' 4.1.1'
18
18
id ' io.spring.dependency-management' version ' 1.0.11.RELEASE'
19
- id ' com.jfrog.artifactory' version ' 4.28.1 ' apply false
19
+ id ' com.jfrog.artifactory' version ' 4.28.3 ' apply false
20
20
id ' org.jetbrains.dokka' version ' 1.5.30'
21
21
id ' org.asciidoctor.jvm.pdf' version ' 3.3.2'
22
22
id ' org.asciidoctor.jvm.gems' version ' 3.3.2'
@@ -46,10 +46,10 @@ ext {
46
46
modifiedFiles =
47
47
files(grgit. status(). unstaged. modified). filter{ f -> f. name. endsWith(' .java' ) || f. name. endsWith(' .kt' ) }
48
48
49
- activeMqVersion = ' 5.16.5 '
49
+ activeMqVersion = ' 5.17.1 '
50
50
apacheSshdVersion = ' 2.7.0'
51
51
aspectjVersion = ' 1.9.9.1'
52
- assertjVersion = ' 3.22.0 '
52
+ assertjVersion = ' 3.23.1 '
53
53
assertkVersion = ' 0.25'
54
54
avroVersion = ' 1.10.2'
55
55
awaitilityVersion = ' 4.2.0'
@@ -61,19 +61,19 @@ ext {
61
61
ftpServerVersion = ' 1.1.1'
62
62
googleJsr305Version = ' 3.0.2'
63
63
greenmailVersion = ' 1.6.9'
64
- groovyVersion = ' 3.0.10 '
64
+ groovyVersion = ' 3.0.11 '
65
65
hamcrestVersion = ' 2.2'
66
66
hazelcastVersion = ' 4.2.5'
67
67
hibernateVersion = ' 5.5.9.Final'
68
68
hsqldbVersion = ' 2.6.1'
69
69
h2Version = ' 1.4.200'
70
- jacksonVersion = ' 2.12.6 '
70
+ jacksonVersion = ' 2.12.7 '
71
71
javaxActivationVersion = ' 1.2.0'
72
72
jaxbVersion = ' 2.3.4'
73
73
jeroMqVersion = ' 0.5.2'
74
74
jmsApiVersion = ' 2.0.1'
75
75
jpaApiVersion = ' 2.7.7'
76
- jrubyVersion = ' 9.2.19.0 '
76
+ jrubyVersion = ' 9.2.20.1 '
77
77
jschVersion = ' 0.1.55'
78
78
jsonpathVersion = ' 2.6.0'
79
79
junit4Version = ' 4.13.2'
90
90
pahoMqttClientVersion = ' 1.2.5'
91
91
postgresVersion = ' 42.2.23'
92
92
r2dbch2Version= ' 0.8.5.RELEASE'
93
- reactorVersion = ' 2020.0.17 '
93
+ reactorVersion = ' 2020.0.20 '
94
94
resilience4jVersion = ' 1.7.1'
95
95
romeToolsVersion = ' 1.16.0'
96
96
rsocketVersion = ' 1.1.2'
@@ -102,13 +102,13 @@ ext {
102
102
springDataVersion = project. hasProperty(' springDataVersion' ) ? project. springDataVersion : ' 2021.0.11'
103
103
springKafkaVersion = ' 2.7.14'
104
104
springRetryVersion = ' 1.3.3'
105
- springSecurityVersion = project. hasProperty(' springSecurityVersion' ) ? project. springSecurityVersion : ' 5.5.7 '
106
- springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.3.20 '
105
+ springSecurityVersion = project. hasProperty(' springSecurityVersion' ) ? project. springSecurityVersion : ' 5.5.8 '
106
+ springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.3.21 '
107
107
springWsVersion = ' 3.1.3'
108
- testcontainersVersion = ' 1.17.1 '
109
- tomcatVersion = ' 9.0.63 '
108
+ testcontainersVersion = ' 1.17.2 '
109
+ tomcatVersion = ' 9.0.64 '
110
110
xmlUnitVersion = ' 2.8.2'
111
- xstreamVersion = ' 1.4.17 '
111
+ xstreamVersion = ' 1.4.19 '
112
112
113
113
javaProjects = subprojects - project(' :spring-integration-bom' )
114
114
}
0 commit comments