diff --git a/build.gradle.kts b/build.gradle.kts index 7683dcc..1d12914 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ 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("org.apache.commons:commons-text:1.13.0") } //END CUSTOM diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5d4a93e..b30eb9e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,13 +1,13 @@ [versions] # libraries -annotations = "24.1.0" +annotations = "26.0.1" # plugins -kotlin = "2.0.20" +kotlin = "2.1.0" changelog = "2.2.1" gradleIntelliJPlugin = "1.17.4" qodana = "0.1.13" -kover = "0.8.3" +kover = "0.9.0" [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"