Skip to content

Commit 01b24f2

Browse files
committed
Upgrade to Protobuf 4.32, HtmlUnit 4.15, Mockito 5.19
1 parent 4a4cf8a commit 01b24f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

framework-platform/framework-platform.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1"))
2222
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.3"))
2323
api(platform("org.junit:junit-bom:5.13.4"))
24-
api(platform("org.mockito:mockito-bom:5.18.0"))
24+
api(platform("org.mockito:mockito-bom:5.19.0"))
2525

2626
constraints {
2727
api("com.fasterxml:aalto-xml:1.3.2")
@@ -31,7 +31,7 @@ dependencies {
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.31.1")
34+
api("com.google.protobuf:protobuf-java-util:4.32.0")
3535
api("com.h2database:h2:2.3.232")
3636
api("com.jayway.jsonpath:json-path:2.9.0")
3737
api("com.oracle.database.jdbc:ojdbc11:21.9.0.0")
@@ -129,15 +129,15 @@ dependencies {
129129
api("org.hibernate:hibernate-core-jakarta:5.6.15.Final")
130130
api("org.hibernate:hibernate-validator:7.0.5.Final")
131131
api("org.hsqldb:hsqldb:2.7.4")
132-
api("org.htmlunit:htmlunit:4.14.0")
132+
api("org.htmlunit:htmlunit:4.15.0")
133133
api("org.javamoney:moneta:1.4.4")
134134
api("org.jruby:jruby:9.4.13.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")
140-
api("org.seleniumhq.selenium:htmlunit3-driver:4.34.0")
140+
api("org.seleniumhq.selenium:htmlunit3-driver:4.35.0")
141141
api("org.seleniumhq.selenium:selenium-java:4.35.0")
142142
api("org.skyscreamer:jsonassert:1.5.3")
143143
api("org.slf4j:slf4j-api:2.0.17")

0 commit comments

Comments
 (0)