Skip to content

Commit 1e1346d

Browse files
committed
Upgrade to Servlet API 4.0 and AspectJ-1.8.13
1 parent bab8505 commit 1e1346d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ subprojects { subproject ->
8888

8989
ext {
9090
activeMqVersion = '5.15.2'
91-
aspectjVersion = '1.8.12'
91+
aspectjVersion = '1.8.13'
9292
apacheSshdVersion = '1.6.0'
9393
boonVersion = '0.34'
9494
commonsDbcp2Version = '2.1.1'
@@ -126,7 +126,7 @@ subprojects { subproject ->
126126
reactorNettyVersion = '0.7.2.RELEASE'
127127
reactorVersion = '3.1.2.RELEASE'
128128
romeToolsVersion = '1.8.0'
129-
servletApiVersion = '3.1.0'
129+
servletApiVersion = '4.0.0'
130130
slf4jVersion = "1.7.25"
131131
smackVersion = '4.2.2'
132132
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.0.1.RELEASE'

0 commit comments

Comments
 (0)