Skip to content

Commit

Permalink
chore: version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
janniclas committed Dec 10, 2024
1 parent 5cc26ba commit 42734d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

plugins {
id("com.github.jmongard.git-semver-plugin") version "0.12.11"
id("com.github.jmongard.git-semver-plugin") version "0.13.0"
id("com.github.ben-manes.versions") version "0.51.0"
}

Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
kotlin = "2.0.21"
kotlin = "2.1.0"
kotlinxSerialization = "1.7.3"
kotlinPlugin = "2.0.21"
kotlinLogging = "7.0.0"
kotlinPlugin = "2.1.0"
kotlinLogging = "7.0.3"
slf4jApi = "2.0.16"
junit = "5.11.3"
mockk = "1.13.13"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 42734d5

Please sign in to comment.