Skip to content

Commit da9f138

Browse files
committed
Upgrade to Caffeine 2.6 and Undertow 1.4.21
1 parent 4dee333 commit da9f138

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ configure(allprojects) { project ->
6060
ext.slf4jVersion = "1.7.25"
6161
ext.tiles3Version = "3.0.7"
6262
ext.tomcatVersion = "8.5.23"
63-
ext.undertowVersion = "1.4.20.Final"
63+
ext.undertowVersion = "1.4.21.Final"
6464

6565
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"
6666

spring-context-support/spring-context-support.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
optional("javax.activation:activation:1.1.1")
1010
optional("javax.mail:javax.mail-api:1.6.0")
1111
optional("javax.cache:cache-api:1.0.0")
12-
optional("com.github.ben-manes.caffeine:caffeine:2.5.6")
12+
optional("com.github.ben-manes.caffeine:caffeine:2.6.0")
1313
optional("net.sf.ehcache:ehcache:2.10.4")
1414
optional("org.quartz-scheduler:quartz:2.3.0")
1515
optional("org.codehaus.fabric3.api:commonj:1.1.0")

0 commit comments

Comments
 (0)