Skip to content

Commit 7f26eb0

Browse files
committed
Updated serialization to 1.7.1, JTS Core to 1.19.0, SLF4J to 2.0.16, JUnit Jupiter to 5.11.0, JUnit Platform to 1.11.0, and Jsoup to 1.18.1.
1 parent 4f391bd commit 7f26eb0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ kover = "0.6.1"
2323
commonsCsv = "1.10.0"
2424
commonsCompress = "1.26.0"
2525
commonsIo = "2.16.1"
26-
serialization = "1.7.0"
26+
serialization = "1.7.1"
2727
fuel = "2.3.1"
2828
poi = "5.2.5"
2929
mariadb = "3.4.1"
@@ -32,20 +32,20 @@ mssql = "12.8.1.jre11"
3232
mysql = "9.0.0"
3333
postgresql = "42.7.4"
3434
sqlite = "3.46.1.0"
35-
jtsCore = "1.18.1"
35+
jtsCore = "1.19.0"
3636
kotlinDatetime = "0.6.0"
3737
openapi = "2.1.20"
3838
kotlinLogging = "7.0.0"
39-
sl4j = "2.0.12"
39+
sl4j = "2.0.16"
4040

4141
junit = "4.13.2"
42-
junit-jupiter = "5.10.2"
43-
junit-platform = "1.10.2"
42+
junit-jupiter = "5.11.0"
43+
junit-platform = "1.11.0"
4444

4545
# TODO 5.8.0 is not possible due to https://github.com/Kotlin/dataframe/issues/595
4646
kotestAsserions = "5.5.4"
4747

48-
jsoup = "1.17.2"
48+
jsoup = "1.18.1"
4949
arrow = "15.0.0"
5050
docProcessor = "0.3.10"
5151
simpleGit = "2.0.3"

plugins/kotlin-dataframe/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ dependencies {
4242
implementation(project(":core"))
4343
implementation(project(":dataframe-excel"))
4444
api(libs.kotlinLogging)
45-
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0-RC")
45+
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1")
4646

4747
testImplementation("org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion")
4848
testImplementation("org.jetbrains.kotlin:kotlin-compiler-internal-test-framework:$kotlinVersion")
4949

50-
testImplementation(platform("org.junit:junit-bom:5.8.0"))
50+
testImplementation(platform("org.junit:junit-bom:5.11.0"))
5151
testImplementation("org.junit.jupiter:junit-jupiter")
5252
testImplementation("org.junit.platform:junit-platform-commons")
5353
testImplementation("org.junit.platform:junit-platform-launcher")

0 commit comments

Comments
 (0)