We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab8505 commit 1e1346dCopy full SHA for 1e1346d
build.gradle
@@ -88,7 +88,7 @@ subprojects { subproject ->
88
89
ext {
90
activeMqVersion = '5.15.2'
91
- aspectjVersion = '1.8.12'
+ aspectjVersion = '1.8.13'
92
apacheSshdVersion = '1.6.0'
93
boonVersion = '0.34'
94
commonsDbcp2Version = '2.1.1'
@@ -126,7 +126,7 @@ subprojects { subproject ->
126
reactorNettyVersion = '0.7.2.RELEASE'
127
reactorVersion = '3.1.2.RELEASE'
128
romeToolsVersion = '1.8.0'
129
- servletApiVersion = '3.1.0'
+ servletApiVersion = '4.0.0'
130
slf4jVersion = "1.7.25"
131
smackVersion = '4.2.2'
132
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.0.1.RELEASE'
0 commit comments