Skip to content

Commit 250880b

Browse files
committed
Upgrade to RSocket 1.1.3, RxJava 3.1.5, SmallRye Mutiny 1.7, Groovy 4.0.5, Gson 2.9.1, Protobuf 3.21.5, Mockito 4.8, JsonPath 2.7
1 parent 462ffa7 commit 250880b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

framework-platform/framework-platform.gradle

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ dependencies {
1212
api(platform("io.netty:netty-bom:4.1.82.Final"))
1313
api(platform("io.netty:netty5-bom:5.0.0.Alpha3"))
1414
api(platform("io.projectreactor:reactor-bom:2022.0.0-M6"))
15-
api(platform("io.rsocket:rsocket-bom:1.1.2"))
16-
api(platform("org.apache.groovy:groovy-bom:4.0.4"))
15+
api(platform("io.rsocket:rsocket-bom:1.1.3"))
16+
api(platform("org.apache.groovy:groovy-bom:4.0.5"))
1717
api(platform("org.apache.logging.log4j:log4j-bom:2.18.0"))
1818
api(platform("org.eclipse.jetty:jetty-bom:11.0.11"))
1919
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4"))
2020
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.4.0"))
2121
api(platform("org.junit:junit-bom:5.9.0"))
22-
api(platform("org.mockito:mockito-bom:4.7.0"))
22+
api(platform("org.mockito:mockito-bom:4.8.0"))
2323

2424
constraints {
2525
api("com.fasterxml.woodstox:woodstox-core:6.3.0")
@@ -28,11 +28,11 @@ dependencies {
2828
api("com.github.librepdf:openpdf:1.3.29")
2929
api("com.google.code.findbugs:findbugs:3.0.1")
3030
api("com.google.code.findbugs:jsr305:3.0.2")
31-
api("com.google.code.gson:gson:2.9.0")
32-
api("com.google.protobuf:protobuf-java-util:3.21.2")
31+
api("com.google.code.gson:gson:2.9.1")
32+
api("com.google.protobuf:protobuf-java-util:3.21.5")
3333
api("com.googlecode.protobuf-java-format:protobuf-java-format:1.4")
3434
api("com.h2database:h2:2.1.214")
35-
api("com.jayway.jsonpath:json-path:2.6.0")
35+
api("com.jayway.jsonpath:json-path:2.7.0")
3636
api("com.rometools:rome:1.18.0")
3737
api("com.squareup.okhttp3:mockwebserver:3.14.9")
3838
api("com.squareup.okhttp3:okhttp:3.14.9")
@@ -51,11 +51,11 @@ dependencies {
5151
api("io.r2dbc:r2dbc-h2:1.0.0.RC1")
5252
api("io.r2dbc:r2dbc-spi-test:1.0.0.RELEASE")
5353
api("io.r2dbc:r2dbc-spi:1.0.0.RELEASE")
54-
api("io.reactivex.rxjava3:rxjava:3.1.4")
55-
api("io.smallrye.reactive:mutiny:1.4.0")
54+
api("io.reactivex.rxjava3:rxjava:3.1.5")
55+
api("io.smallrye.reactive:mutiny:1.7.0")
5656
api("io.undertow:undertow-core:2.2.19.Final")
57-
api("io.undertow:undertow-servlet-jakarta:2.2.18.Final")
58-
api("io.undertow:undertow-websockets-jsr-jakarta:2.2.18.Final")
57+
api("io.undertow:undertow-servlet-jakarta:2.2.19.Final")
58+
api("io.undertow:undertow-websockets-jsr-jakarta:2.2.19.Final")
5959
api("io.vavr:vavr:0.10.4")
6060
api("jakarta.activation:jakarta.activation-api:2.0.1")
6161
api("jakarta.annotation:jakarta.annotation-api:2.0.0")

0 commit comments

Comments
 (0)