Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit 136315e

Browse files
Update all dependencies
| datasource | package | from | to | | ---------- | ------------------------------------------------------------- | ----- | ----- | | maven | ru.vyarus.animalsniffer:ru.vyarus.animalsniffer.gradle.plugin | 1.7.2 | 2.0.0 | | maven | com.gradle.develocity:com.gradle.develocity.gradle.plugin | 3.19 | 4.0 |
1 parent c2adc3a commit 136315e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/projects.libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin = "2.1.0"
66
kotest = "6.0.0.M1"
77
kotlinBinaryCompatibilityValidator = "0.17.0"
88
detekt = "1.23.7"
9-
animalsniffer = "1.7.2"
9+
animalsniffer = "2.0.0"
1010
jacksonModuleKotlin = "2.18.2"
1111
animalsnifferAnnoation = "1.24"
1212
coroutines = "1.10.1"

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pluginManagement {
88
}
99

1010
plugins {
11-
id("com.gradle.develocity") version "3.19"
11+
id("com.gradle.develocity") version "4.0"
1212
id("org.gradle.toolchains.foojay-resolver-convention") version("0.9.0")
1313
}
1414

0 commit comments

Comments
 (0)