File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed 
src/main/kotlin/com/saveourtool/sarifutils/buildutils Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ dependencies {
1111    //  workaround https://github.com/gradle/gradle/issues/15383
1212    implementation(files(project.libs.javaClass.superclass.protectionDomain.codeSource.location))
1313    implementation(libs.diktat.gradle.plugin)
14-     implementation(" io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.6 " 
14+     implementation(" io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8 " 
1515    implementation(libs.kotlin.gradle.plugin)
1616    implementation(libs.kotlin.plugin.serialization)
1717    implementation(" io.github.gradle-nexus:publish-plugin:2.0.0" 
18-     implementation(" org.ajoberstar.reckon:reckon-gradle:0.18.3 " 
18+     implementation(" org.ajoberstar.reckon:reckon-gradle:0.19.2 " 
1919}
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ kotlin {
5858        val  jvmTest by getting {
5959            dependencies {
6060                implementation(kotlin(" test-junit5" 
61-                 implementation(" org.junit.jupiter:junit-jupiter-engine:5.10.3 " 
61+                 implementation(" org.junit.jupiter:junit-jupiter-engine:5.13.4 " 
6262            }
6363        }
6464    }
Original file line number Diff line number Diff line change 11[versions ]
22kotlin  = " 2.0.0" 
3- okio  = " 3.9 .0" 
3+ okio  = " 3.16 .0" 
44okio-extras  = " 1.1.3" 
5- serialization  = " 1.7.1 " 
5+ serialization  = " 1.9.0 " 
66diktat  = " 1.2.5" 
77kotlinx-cli  = " 0.3.6" 
8- kotlinx-datetime  = " 0.6.0 " 
8+ kotlinx-datetime  = " 0.7.1-0.6.x-compat " 
99kotlinx-coroutines  = " 1.6.3-native-mt" 
10- junit  = " 5.10.3 " 
11- multiplatform-diff  = " 0.5 .0" 
10+ junit  = " 5.13.4 " 
11+ multiplatform-diff  = " 0.7 .0" 
1212kotlinpoet  = " 1.18.1" 
1313sarif4k  = " 0.6.0" 
1414kotlin-logging  = " 3.0.5" 
15- log4j  = " 2.23.1 " 
15+ log4j  = " 2.25.2 " 
1616kotest  = " 5.9.1" 
1717
1818[plugins ]
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ rootProject.name = "sarifutils"
33include(" fixpatches" 
44
55plugins {
6-     id(" com.gradle.enterprise" " 3.17.6 " 
6+     id(" com.gradle.enterprise" " 3.19.2 " 
77}
88
99dependencyResolutionManagement {
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments