Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Jun 27, 2024
1 parent 0588bd8 commit a5739d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/kotlin.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repositories {
}

dependencies {
final String scriptJunitVersion = findProperty("junitVersion") ?: "5.10.2"
final String scriptJunitVersion = findProperty("junitVersion") ?: "5.10.3"

implementation("org.jetbrains.kotlin:kotlin-stdlib")

Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencyResolutionManagement {
version("kotlin", "2.0.0")
version("dokka", "1.9.20")
version("licenseReport", "2.8")
version("binValidator", "0.15.0-Beta.2")
version("binValidator", "0.15.0-Beta.3")
version("nativeTools", "0.10.2")
version("detekt", "1.23.6")
version("jmhGradle", "0.7.2")
Expand All @@ -32,7 +32,7 @@ dependencyResolutionManagement {
version("maven", "3.9.8")

// Testing
version("junit", "5.10.2")
version("junit", "5.10.3")
version("mockk", "1.13.11")
// TODO Latest version breaks stress test (consider using JMeter)
//version("gatling", "3.11.3")
Expand Down

0 comments on commit a5739d7

Please sign in to comment.