We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d944752 commit 5e39082Copy full SHA for 5e39082
build.gradle
@@ -87,7 +87,7 @@ subprojects { subproject ->
87
}
88
89
ext {
90
- activeMqVersion = '5.15.8'
+ activeMqVersion = '5.15.9'
91
apacheSshdVersion = '2.2.0'
92
aspectjVersion = '1.9.2'
93
assertjVersion = '3.12.0'
@@ -121,7 +121,7 @@ subprojects { subproject ->
121
junitPlatformVersion = '1.4.0'
122
jythonVersion = '2.7.0'
123
kryoShadedVersion = '4.0.2'
124
- lettuceVersion = '5.1.4.RELEASE'
+ lettuceVersion = '5.1.6.RELEASE'
125
log4jVersion = '2.11.2'
126
micrometerVersion = '1.1.3'
127
mockitoVersion = '2.24.0'
0 commit comments