File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,15 @@ jmh = "0.7.3"
88jmh-core = " 1.37"
99benchmark = " 0.4.16"
1010junit5-jupiter = " 5.14.3"
11- kotlin = " 2.3.10 "
11+ kotlin = " 2.3.20 "
1212kotlinx-serialization = " 1.10.0"
1313kotlinx-io = " 0.9.0"
1414kxml2 = " 2.3.0"
1515woodstox = " 7.1.1"
1616xmlutil = " 1.0.0-SNAPSHOT"
1717httpComponents = " 4.5.14"
1818httpComponents5 = " 5.6"
19+ atomicfu = " 0.32.0"
1920
2021[libraries ]
2122jmhCore = { module = " org.openjdk.jmh:jmh-core" , version.ref = " jmh-core" }
@@ -33,7 +34,7 @@ benchmark-runtime = { module = "org.jetbrains.kotlinx:kotlinx-benchmark-runtime"
3334serialization-core = { module = " org.jetbrains.kotlinx:kotlinx-serialization-core" , version.ref = " kotlinx-serialization" }
3435serialization-json = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json" , version.ref = " kotlinx-serialization" }
3536kotlinx-io-core = { module =" org.jetbrains.kotlinx:kotlinx-io-core" , version.ref =" kotlinx-io" }
36- kotlinx-atomicfu = { module = " org.jetbrains.kotlinx:atomicfu" , version = " 0.31.0 " }
37+ kotlinx-atomicfu = { module = " org.jetbrains.kotlinx:atomicfu" , version.ref = " atomicfu " }
3738kotlin-test-junit5 = { module = " org.jetbrains.kotlin:kotlin-test-junit5" , version.ref = " kotlin" }
3839
3940[plugins ]
You can’t perform that action at this time.
0 commit comments