Skip to content

Commit 4945c24

Browse files
Bump the dependencies group across 1 directory with 6 updates (#305)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce3acfb commit 4945c24

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ val jvmVersion = JvmTarget.JVM_17
55

66
plugins {
77
alias(libs.plugins.kotlinJvm)
8-
id("com.gradle.plugin-publish") version "1.3.1"
8+
id("com.gradle.plugin-publish") version "2.0.0"
99
}
1010

1111
group = "de.europace.gradle"

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
byteBuddy = "1.17.7"
33
junitJupiter = "5.13.4"
44
junitPlatform = "1.13.4"
5-
kotest = "6.0.1"
5+
kotest = "6.0.2"
66
kotlin = "2.2.10"
77
kotlinx = "1.10.2"
88
mockk = "1.14.5"
@@ -17,7 +17,7 @@ kotestRunner = { module = "io.kotest:kotest-runner-junit5-jvm", version.ref = "k
1717
mockk = { module = "io.mockk:mockk", version.ref = "mockk" }
1818

1919
# for dependency enforcement
20-
annotations = { module = "org.jetbrains:annotations", version = "26.0.2" }
20+
annotations = { module = "org.jetbrains:annotations", version = "26.0.2-1" }
2121
byteBuddy = { module = "net.bytebuddy:byte-buddy", version.ref = "byteBuddy" }
2222
kotlinxBom = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-bom", version.ref = "kotlinx" }
2323
kotlinxIo = { module = "org.jetbrains.kotlinx:kotlinx-io-core", version = "0.8.0" }

0 commit comments

Comments
 (0)