Skip to content

Commit

Permalink
Bump org.junit.jupiter:junit-jupiter-params in the gradle group (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
1 parent 5c26538 commit b7ce7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kotlin = "2.0.20"
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.0" }
junit-jupiter-params = { module = "org.junit.jupiter:junit-jupiter-params", version = "5.11.1" }
classgraph = { module = "io.github.classgraph:classgraph", version = "4.8.176" }
okio = { module = "com.squareup.okio:okio", version = "3.9.1" }
assertj-core = { module = "org.assertj:assertj-core", version = "3.26.3" }
Expand Down

0 comments on commit b7ce7d4

Please sign in to comment.