Skip to content

Commit

Permalink
Bump the gradle group with 3 updates (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 22, 2024
1 parent 8dd3521 commit b619935
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ kotlin = "2.1.0"
kotlin-compiler-embeddable = { module = "org.jetbrains.kotlin:kotlin-compiler-embeddable", version.ref = "kotlin" }
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.3" }
junit-jupiter-params = { module = "org.junit.jupiter:junit-jupiter-params", version = "5.11.4" }
classgraph = { module = "io.github.classgraph:classgraph", version = "4.8.179" }
okio = { module = "com.squareup.okio:okio", version = "3.9.1" }
assertj-core = { module = "org.assertj:assertj-core", version = "3.26.3" }
assertj-core = { module = "org.assertj:assertj-core", version = "3.27.0" }

[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.3.0" }
sonarqube = { id = "org.sonarqube", version = "6.0.1.5171" }
jreleaser = { id = "org.jreleaser", version = "1.15.0" }
dokka = { id = "org.jetbrains.dokka", version = "1.9.20" }
dokka = { id = "org.jetbrains.dokka", version = "2.0.0" }
android-library = { id = "com.android.library", version = "8.5.2" }

0 comments on commit b619935

Please sign in to comment.