Skip to content

Commit 80d7a24

Browse files
committed
update to Gradle 8.14.4, Kotlin 2.3.10, and dependencies
1 parent 6aaafb4 commit 80d7a24

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![LTS](https://img.shields.io/badge/LTS-2.12-orange.svg)](https://search.maven.org/artifact/io.github.quillraven.fleks/Fleks/2.12/jar)
66
[![Snapshot](https://img.shields.io/badge/Snapshot-2.13--SNAPSHOT-orange.svg)](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots)
77
[![Build Master](https://img.shields.io/github/actions/workflow/status/quillraven/fleks/build.yml?branch=master)](https://github.com/Quillraven/fleks/actions)
8-
[![Kotlin](https://img.shields.io/badge/Kotlin-2.3.0-red.svg)](http://kotlinlang.org/)
8+
[![Kotlin](https://img.shields.io/badge/Kotlin-2.3.10-red.svg)](http://kotlinlang.org/)
99

1010
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/Quillraven/Fleks/blob/master/LICENSE)
1111

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[versions]
22

3-
kotlin = "2.3.0"
4-
kotlinxSerialization = "1.9.0"
3+
kotlin = "2.3.10"
4+
kotlinxSerialization = "1.10.0"
55
kotlinDokka = "2.1.0"
6-
kotlinxBenchmark = "0.4.14"
6+
kotlinxBenchmark = "0.4.16"
77
mavenPublishPlugin = "0.35.0"
88

99
[libraries]

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)