Skip to content

Commit 2111bf9

Browse files
committed
Upgrade to Caffeine 3.1.8 and Apache HttpComponents Core Reactive 5.2.2
1 parent c72dd1f commit 2111bf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framework-platform/framework-platform.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
constraints {
2525
api("com.fasterxml:aalto-xml:1.3.2")
2626
api("com.fasterxml.woodstox:woodstox-core:6.5.1")
27-
api("com.github.ben-manes.caffeine:caffeine:3.1.7")
27+
api("com.github.ben-manes.caffeine:caffeine:3.1.8")
2828
api("com.github.librepdf:openpdf:1.3.30")
2929
api("com.google.code.findbugs:findbugs:3.0.1")
3030
api("com.google.code.findbugs:jsr305:3.0.2")
@@ -97,7 +97,7 @@ dependencies {
9797
api("org.apache.derby:derbyclient:10.16.1.1")
9898
api("org.apache.derby:derbytools:10.16.1.1")
9999
api("org.apache.httpcomponents.client5:httpclient5:5.2.1")
100-
api("org.apache.httpcomponents.core5:httpcore5-reactive:5.2.1")
100+
api("org.apache.httpcomponents.core5:httpcore5-reactive:5.2.2")
101101
api("org.apache.poi:poi-ooxml:5.2.3")
102102
api("org.apache.tomcat.embed:tomcat-embed-core:10.1.12")
103103
api("org.apache.tomcat.embed:tomcat-embed-websocket:10.1.12")

0 commit comments

Comments
 (0)