Skip to content

Commit 39de72a

Browse files
committed
Merge branch '6.2.x'
# Conflicts: # framework-platform/framework-platform.gradle
2 parents 0389e3e + 1d908f1 commit 39de72a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

framework-platform/framework-platform.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
api(platform("io.netty:netty-bom:4.2.3.Final"))
1313
api(platform("io.projectreactor:reactor-bom:2025.0.0-M5"))
1414
api(platform("io.rsocket:rsocket-bom:1.1.5"))
15-
api(platform("org.apache.groovy:groovy-bom:4.0.27"))
15+
api(platform("org.apache.groovy:groovy-bom:4.0.28"))
1616
api(platform("org.apache.logging.log4j:log4j-bom:3.0.0-beta3"))
1717
api(platform("org.assertj:assertj-bom:3.27.3"))
1818
api(platform("org.eclipse.jetty:jetty-bom:12.1.0.beta2"))
@@ -26,12 +26,12 @@ 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.1")
29+
api("com.github.ben-manes.caffeine:caffeine:3.2.2")
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")
3333
api("com.google.code.gson:gson:2.13.1")
34-
api("com.google.protobuf:protobuf-java-util:4.30.2")
34+
api("com.google.protobuf:protobuf-java-util:4.31.1")
3535
api("com.h2database:h2:2.3.232")
3636
api("com.jayway.jsonpath:json-path:2.9.0")
3737
api("com.networknt:json-schema-validator:1.5.3")
@@ -127,19 +127,19 @@ dependencies {
127127
api("org.hibernate.orm:hibernate-core:7.1.0.Final")
128128
api("org.hibernate.validator:hibernate-validator:9.0.1.Final")
129129
api("org.hsqldb:hsqldb:2.7.4")
130-
api("org.htmlunit:htmlunit:4.13.0")
130+
api("org.htmlunit:htmlunit:4.14.0")
131131
api("org.javamoney:moneta:1.4.4")
132132
api("org.jboss.logging:jboss-logging:3.6.1.Final")
133-
api("org.jruby:jruby:9.4.12.0")
133+
api("org.jruby:jruby:9.4.13.0")
134134
api("org.jspecify:jspecify:1.0.0")
135135
api("org.junit.support:testng-engine:1.0.5")
136136
api("org.mozilla:rhino:1.7.15")
137137
api("org.ogce:xpp3:1.1.6")
138138
api("org.python:jython-standalone:2.7.4")
139139
api("org.quartz-scheduler:quartz:2.3.2")
140140
api("org.reactivestreams:reactive-streams:1.0.4")
141-
api("org.seleniumhq.selenium:htmlunit3-driver:4.33.0")
142-
api("org.seleniumhq.selenium:selenium-java:4.34.0")
141+
api("org.seleniumhq.selenium:htmlunit3-driver:4.34.0")
142+
api("org.seleniumhq.selenium:selenium-java:4.35.0")
143143
api("org.skyscreamer:jsonassert:2.0-rc1")
144144
api("org.testng:testng:7.11.0")
145145
api("org.webjars:underscorejs:1.8.3")

0 commit comments

Comments
 (0)