File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/main/kotlin/com/saveourtool/sarifutils/buildutils Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies {
11
11
// workaround https://github.com/gradle/gradle/issues/15383
12
12
implementation(files(project.libs.javaClass.superclass.protectionDomain.codeSource.location))
13
13
implementation(libs.diktat.gradle.plugin)
14
- implementation(" io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.4 " )
14
+ implementation(" io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.5 " )
15
15
implementation(libs.kotlin.gradle.plugin)
16
16
implementation(libs.kotlin.plugin.serialization)
17
17
implementation(" io.github.gradle-nexus:publish-plugin:1.3.0" )
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ kotlin {
58
58
val jvmTest by getting {
59
59
dependencies {
60
60
implementation(kotlin(" test-junit5" ))
61
- implementation(" org.junit.jupiter:junit-jupiter-engine:5.10.1 " )
61
+ implementation(" org.junit.jupiter:junit-jupiter-engine:5.10.2 " )
62
62
}
63
63
}
64
64
}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ diktat = "1.2.5"
7
7
kotlinx-cli = " 0.3.6"
8
8
kotlinx-datetime = " 0.5.0"
9
9
kotlinx-coroutines = " 1.6.3-native-mt"
10
- junit = " 5.10.1 "
10
+ junit = " 5.10.2 "
11
11
multiplatform-diff = " 0.5.0"
12
12
kotlinpoet = " 1.16.0"
13
13
sarif4k = " 0.5.0"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ rootProject.name = "sarifutils"
3
3
include(" fixpatches" )
4
4
5
5
plugins {
6
- id(" com.gradle.enterprise" ) version " 3.16.1 "
6
+ id(" com.gradle.enterprise" ) version " 3.16.2 "
7
7
}
8
8
9
9
dependencyResolutionManagement {
You can’t perform that action at this time.
0 commit comments