File tree Expand file tree Collapse file tree 2 files changed +24
-4
lines changed
Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ jmh-core = "1.37"
99benchmark = " 0.4.15"
1010junit5-jupiter = " 5.14.1"
1111kotlin = " 2.3.0"
12- kotlinx-serialization = " 1.10.0-RC "
12+ kotlinx-serialization = " 1.10.0"
1313kotlinx-io = " 0.8.2"
1414kxml2 = " 2.3.0"
1515woodstox = " 7.1.1"
@@ -33,7 +33,7 @@ benchmark-runtime = { module = "org.jetbrains.kotlinx:kotlinx-benchmark-runtime"
3333serialization-core = { module = " org.jetbrains.kotlinx:kotlinx-serialization-core" , version.ref = " kotlinx-serialization" }
3434serialization-json = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json" , version.ref = " kotlinx-serialization" }
3535kotlinx-io-core = { module =" org.jetbrains.kotlinx:kotlinx-io-core" , version.ref =" kotlinx-io" }
36- kotlinx-atomicfu = { module = " org.jetbrains.kotlinx:atomicfu" , version = " 0.29 .0" }
36+ kotlinx-atomicfu = { module = " org.jetbrains.kotlinx:atomicfu" , version = " 0.31 .0" }
3737kotlin-test-junit5 = { module = " org.jetbrains.kotlin:kotlin-test-junit5" , version.ref = " kotlin" }
3838
3939[plugins ]
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (c) 2026.
3+ #
4+ # This file is part of xmlutil.
5+ #
6+ # This file is licenced to you under the Apache License, Version 2.0
7+ # (the "License"); you may not use this file except in compliance
8+ # with the License. You should have received a copy of the license
9+ # with the source distribution. Alternatively, you may obtain a copy
10+ # of the License at
11+ #
12+ # http://www.apache.org/licenses/LICENSE-2.0
13+ #
14+ # Unless required by applicable law or agreed to in writing, software
15+ # distributed under the License is distributed on an "AS IS" BASIS,
16+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
17+ # implied. See the License for the specific language governing
18+ # permissions and limitations under the License.
19+ #
20+
121distributionBase =GRADLE_USER_HOME
222distributionPath =wrapper/dists
3- distributionSha256Sum =b84e04fa845fecba48551f425957641074fcc00a88a84d2aae5808743b35fc85
4- distributionUrl =https\://services.gradle.org/distributions/gradle-9.1 .0-all.zip
23+ distributionSha256Sum =046f36af261f2c6ed09eef06bf25b93d1f20d5220991bb8a3f08fd5fb6f6629a
24+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.3 .0-all.zip
525networkTimeout =10000
626validateDistributionUrl =true
727zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments