Skip to content

Commit 1f52805

Browse files
committed
Update various versions as they have new releases.
1 parent 92ae925 commit 1f52805

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jmh-core = "1.37"
99
benchmark = "0.4.15"
1010
junit5-jupiter = "5.14.1"
1111
kotlin = "2.3.0"
12-
kotlinx-serialization = "1.10.0-RC"
12+
kotlinx-serialization = "1.10.0"
1313
kotlinx-io = "0.8.2"
1414
kxml2 = "2.3.0"
1515
woodstox = "7.1.1"
@@ -33,7 +33,7 @@ benchmark-runtime = { module = "org.jetbrains.kotlinx:kotlinx-benchmark-runtime"
3333
serialization-core = { module = "org.jetbrains.kotlinx:kotlinx-serialization-core", version.ref = "kotlinx-serialization" }
3434
serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinx-serialization" }
3535
kotlinx-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" }
3737
kotlin-test-junit5 = { module = "org.jetbrains.kotlin:kotlin-test-junit5", version.ref = "kotlin" }
3838

3939
[plugins]

gradle/wrapper/gradle-wrapper.properties

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
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+
121
distributionBase=GRADLE_USER_HOME
222
distributionPath=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
525
networkTimeout=10000
626
validateDistributionUrl=true
727
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)