Skip to content

Commit e9c402c

Browse files
committed
Upgrade to Hibernate ORM 7.0.5 and Caffeine 3.2.1
1 parent 4ca8a8a commit e9c402c

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
@@ -26,7 +26,7 @@ dependencies {
2626
constraints {
2727
api("com.fasterxml:aalto-xml:1.3.2")
2828
api("com.fasterxml.woodstox:woodstox-core:6.7.0")
29-
api("com.github.ben-manes.caffeine:caffeine:3.2.0")
29+
api("com.github.ben-manes.caffeine:caffeine:3.2.1")
3030
api("com.github.librepdf:openpdf:1.3.43")
3131
api("com.google.code.findbugs:findbugs:3.0.1")
3232
api("com.google.code.findbugs:jsr305:3.0.2")
@@ -124,7 +124,7 @@ dependencies {
124124
api("org.glassfish:jakarta.el:4.0.2")
125125
api("org.graalvm.sdk:graal-sdk:22.3.1")
126126
api("org.hamcrest:hamcrest:3.0")
127-
api("org.hibernate.orm:hibernate-core:7.0.3.Final")
127+
api("org.hibernate.orm:hibernate-core:7.0.5.Final")
128128
api("org.hibernate.validator:hibernate-validator:9.0.1.Final")
129129
api("org.hsqldb:hsqldb:2.7.4")
130130
api("org.htmlunit:htmlunit:4.13.0")

0 commit comments

Comments
 (0)