Skip to content

Commit

Permalink
upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
jillesvangurp committed Mar 29, 2024
1 parent 1bd8611 commit b0603b3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Expand Up @@ -7,7 +7,7 @@ pluginManagement {
}

plugins {
id("de.fayard.refreshVersions") version "0.60.3"
id("de.fayard.refreshVersions") version "0.60.5"
}

refreshVersions {
Expand Down
14 changes: 8 additions & 6 deletions versions.properties
@@ -1,19 +1,21 @@
#### Dependencies and Plugin versions with their available updates.
#### Generated by `./gradlew refreshVersions` version 0.60.3
#### Generated by `./gradlew refreshVersions` version 0.60.5
####
#### Don't manually edit or split the comments that start with four hashtags (####),
#### they will be overwritten by refreshVersions.
####
#### suppress inspection "SpellCheckingInspection" for whole file
#### suppress inspection "UnusedProperty" for whole file

version.junit.jupiter=5.10.1
version.junit.jupiter=5.10.2

version.kotest=5.8.0
version.kotest=5.8.1

version.kotlin=1.9.22
## # available=1.9.22
version.kotlin=1.9.23
## # available=2.0.0-Beta1
## # available=2.0.0-Beta2
## # available=2.0.0-Beta3
## # available=2.0.0-Beta4
## # available=2.0.0-Beta5

version.kotlinx.serialization=1.6.2
version.kotlinx.serialization=1.6.3

0 comments on commit b0603b3

Please sign in to comment.