Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 0225272

Browse files
committed
Update dependencies
1 parent faa7680 commit 0225272

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

java-sdk/build.gradle.kts

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "rs.iggy"
8-
version = "0.1.0"
8+
version = "0.1.1"
99

1010
repositories {
1111
mavenCentral()
@@ -17,20 +17,20 @@ java {
1717
}
1818

1919
dependencies {
20-
implementation("org.apache.httpcomponents.client5:httpclient5:5.2.1")
21-
implementation("com.fasterxml.jackson.core:jackson-databind:2.15.2")
22-
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.2")
23-
implementation("org.apache.commons:commons-lang3:3.13.0")
24-
implementation("org.slf4j:slf4j-api:2.0.9")
20+
implementation("org.apache.httpcomponents.client5:httpclient5:5.4")
21+
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.0")
22+
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.0")
23+
implementation("org.apache.commons:commons-lang3:3.17.0")
24+
implementation("org.slf4j:slf4j-api:2.0.16")
2525
implementation("com.google.code.findbugs:jsr305:3.0.2")
26-
implementation("io.projectreactor:reactor-core:3.5.10")
27-
implementation("io.projectreactor.netty:reactor-netty-core:1.1.11")
28-
testImplementation("org.testcontainers:testcontainers:1.19.0")
29-
testImplementation("org.testcontainers:junit-jupiter:1.19.0")
30-
testImplementation(platform("org.junit:junit-bom:5.9.1"))
26+
implementation("io.projectreactor:reactor-core:3.6.11")
27+
implementation("io.projectreactor.netty:reactor-netty-core:1.1.23")
28+
testImplementation("org.testcontainers:testcontainers:1.20.3")
29+
testImplementation("org.testcontainers:junit-jupiter:1.20.3")
30+
testImplementation(platform("org.junit:junit-bom:5.11.3"))
3131
testImplementation("org.junit.jupiter:junit-jupiter")
32-
testImplementation("org.assertj:assertj-core:3.24.2")
33-
testRuntimeOnly("ch.qos.logback:logback-classic:1.4.11")
32+
testImplementation("org.assertj:assertj-core:3.26.3")
33+
testRuntimeOnly("ch.qos.logback:logback-classic:1.5.11")
3434
}
3535

3636
tasks.withType<Test> {

0 commit comments

Comments
 (0)