diff --git a/build.gradle.kts b/build.gradle.kts index 7683dcc..a91f937 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -35,8 +35,8 @@ kotlin { dependencies { implementation("at.favre.lib:bcrypt:0.10.2") implementation("de.skuzzle:semantic-version:2.1.1") - implementation("com.google.code.gson:gson:2.11.0") - implementation("org.apache.commons:commons-text:1.12.0") + implementation("com.google.code.gson:gson:2.12.1") + implementation("org.apache.commons:commons-text:1.13.0") } //END CUSTOM diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5d4a93e..2692ce4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,13 +1,13 @@ [versions] # libraries -annotations = "24.1.0" +annotations = "26.0.2" # plugins -kotlin = "2.0.20" +kotlin = "2.1.20" changelog = "2.2.1" gradleIntelliJPlugin = "1.17.4" qodana = "0.1.13" -kover = "0.8.3" +kover = "0.9.1" [libraries] annotations = { group = "org.jetbrains", name = "annotations", version.ref = "annotations" } diff --git a/settings.gradle.kts b/settings.gradle.kts index e26f223..fb85ea9 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0" + id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0" } rootProject.name = "Laravel Tinker"