File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed 
src/main/kotlin/com/saveourtool/save/buildutils Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ 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.5 " 
14+     implementation(" io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.6 " 
1515    implementation(libs.kotlin.gradle.plugin)
1616    implementation(libs.kotlin.plugin.serialization)
1717    implementation(" io.github.gradle-nexus:publish-plugin:2.0.0" 
1818    implementation(" org.ajoberstar.reckon:reckon-gradle:0.18.3" 
1919    implementation(" com.squareup:kotlinpoet:1.16.0" 
20-     implementation(" com.google.code.gson:gson:2.10.1 " 
20+     implementation(" com.google.code.gson:gson:2.11.0 " 
2121}
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ kotlin {
5151    sourceSets {
5252        val  commonTest by getting {
5353            dependencies {
54-                 implementation(" io.kotest:kotest-assertions-core:5.8.1 " 
54+                 implementation(" io.kotest:kotest-assertions-core:5.9.0 " 
5555                implementation(kotlin(" test-common" 
5656                implementation(kotlin(" test-annotations-common" 
5757            }
Original file line number Diff line number Diff line change 11[versions ]
22kotlin  = " 1.9.23" 
3- okio  = " 3.8 .0" 
3+ okio  = " 3.9 .0" 
44serialization  = " 1.6.3" 
55diktat  = " 1.2.5" 
66kotlinx-cli  = " 0.3.6" 
@@ -10,8 +10,8 @@ junit = "5.10.2"
1010ktoml  = " 0.5.1" 
1111multiplatform-diff  = " 0.5.0" 
1212kotlinpoet  = " 1.16.0" 
13- kotest  = " 5.8.1 " 
14- sarif4k  = " 0.5 .0" 
13+ kotest  = " 5.9.0 " 
14+ sarif4k  = " 0.6 .0" 
1515sarif-utils  = " 0.2.2" 
1616log4j  = " 2.23.1" 
1717
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ pluginManagement {
2727}
2828
2929plugins {
30-     id(" com.gradle.enterprise" " 3.16.2 " 
30+     id(" com.gradle.enterprise" " 3.17.4 " 
3131}
3232
3333gradleEnterprise {
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments