Skip to content

Commit

Permalink
Bump the gradle group across 1 directory with 2 updates (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 5, 2024
1 parent e090b2c commit 2ea2e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ kotlin-compiler-embeddable = { module = "org.jetbrains.kotlin:kotlin-compiler-em
kotlin-gradle-plugin-api = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin-api", version.ref = "kotlin" }
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin" }
junit-jupiter-params = { module = "org.junit.jupiter:junit-jupiter-params", version = "5.11.0" }
classgraph = { module = "io.github.classgraph:classgraph", version = "4.8.174" }
classgraph = { module = "io.github.classgraph:classgraph", version = "4.8.175" }
okio = { module = "com.squareup.okio:okio", version = "3.9.0" }
assertj-core = { module = "org.assertj:assertj-core", version = "3.26.3" }

[plugins]
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
gradle-plugin-publish = { id = "com.gradle.plugin-publish", version = "1.2.1" }
gradle-plugin-publish = { id = "com.gradle.plugin-publish", version = "1.2.2" }
sonarqube = { id = "org.sonarqube", version = "5.1.0.4882" }
jreleaser = { id = "org.jreleaser", version = "1.13.1" }
dokka = { id = "org.jetbrains.dokka", version = "1.9.20" }

0 comments on commit 2ea2e57

Please sign in to comment.