Skip to content

Commit

Permalink
Update all non-major dependencies (except core Kotlin)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent 22b82c6 commit d7eb236
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ kotlin {
val jvmTest by getting {
dependencies {
implementation(kotlin("test-junit5"))
implementation("org.junit.jupiter:junit-jupiter-engine:5.10.2")
implementation("org.junit.jupiter:junit-jupiter-engine:5.10.3")
}
}
}
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
kotlin = "1.9.25"
okio = "3.9.0"
okio-extras = "1.1.3"
serialization = "1.6.3"
serialization = "1.7.1"
diktat = "1.2.5"
kotlinx-cli = "0.3.6"
kotlinx-datetime = "0.6.0"
kotlinx-coroutines = "1.6.3-native-mt"
junit = "5.10.2"
multiplatform-diff = "0.5.0"
kotlinpoet = "1.17.0"
junit = "5.10.3"
multiplatform-diff = "0.7.0"
kotlinpoet = "1.18.1"
sarif4k = "0.6.0"
kotlin-logging = "3.0.5"
log4j = "2.23.1"
kotest = "5.9.0"
kotest = "5.9.1"

[plugins]
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ rootProject.name = "sarifutils"
include("fixpatches")

plugins {
id("com.gradle.enterprise") version "3.17.4"
id("com.gradle.enterprise") version "3.17.6"
}

dependencyResolutionManagement {
Expand Down

0 comments on commit d7eb236

Please sign in to comment.