Skip to content

Commit 2e25f1c

Browse files
chore(deps): bump the gradle group across 1 directory with 5 updates
Bumps the gradle group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | org.apache.commons:commons-text | `1.12.0` | `1.13.0` | | org.gradle.toolchains.foojay-resolver-convention | `0.8.0` | `0.9.0` | | [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) | `24.1.0` | `26.0.1` | | [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) | `2.0.20` | `2.1.0` | | [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover) | `0.8.3` | `0.9.0` | Updates `org.apache.commons:commons-text` from 1.12.0 to 1.13.0 Updates `org.gradle.toolchains.foojay-resolver-convention` from 0.8.0 to 0.9.0 Updates `org.jetbrains:annotations` from 24.1.0 to 26.0.1 - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](JetBrains/java-annotations@24.1.0...26.0.1) Updates `org.jetbrains.kotlin.jvm` from 2.0.20 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.20...v2.1.0) Updates `org.jetbrains.kotlinx.kover` from 0.8.3 to 0.9.0 - [Release notes](https://github.com/Kotlin/kotlinx-kover/releases) - [Changelog](https://github.com/Kotlin/kotlinx-kover/blob/main/CHANGELOG.md) - [Commits](Kotlin/kotlinx-kover@v0.8.3...v0.9.0) --- updated-dependencies: - dependency-name: org.apache.commons:commons-text dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: org.gradle.toolchains.foojay-resolver-convention dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: org.jetbrains.kotlinx.kover dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1626564 commit 2e25f1c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
implementation("at.favre.lib:bcrypt:0.10.2")
3737
implementation("de.skuzzle:semantic-version:2.1.1")
3838
implementation("com.google.code.gson:gson:2.11.0")
39-
implementation("org.apache.commons:commons-text:1.12.0")
39+
implementation("org.apache.commons:commons-text:1.13.0")
4040
}
4141
//END CUSTOM
4242

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[versions]
22
# libraries
3-
annotations = "24.1.0"
3+
annotations = "26.0.1"
44

55
# plugins
6-
kotlin = "2.0.20"
6+
kotlin = "2.1.0"
77
changelog = "2.2.1"
88
gradleIntelliJPlugin = "1.17.4"
99
qodana = "0.1.13"
10-
kover = "0.8.3"
10+
kover = "0.9.0"
1111

1212
[libraries]
1313
annotations = { group = "org.jetbrains", name = "annotations", version.ref = "annotations" }

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
2+
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
33
}
44

55
rootProject.name = "Laravel Tinker"

0 commit comments

Comments
 (0)