File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed 
src/main/kotlin/com/saveourtool/save/buildutils Expand file tree Collapse file tree 4 files changed +15
-15
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.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 " 
19-     implementation(" com.squareup:kotlinpoet:2.0 .0" 
20-     implementation(" com.google.code.gson:gson:2.10 .1" 
18+     implementation(" org.ajoberstar.reckon:reckon-gradle:0.19.2 " 
19+     implementation(" com.squareup:kotlinpoet:2.2 .0" 
20+     implementation(" com.google.code.gson:gson:2.13 .1" 
2121}
Original file line number Diff line number Diff line change @@ -51,15 +51,15 @@ 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 .1" 
5555                implementation(kotlin(" test-common" 
5656                implementation(kotlin(" test-annotations-common" 
5757            }
5858        }
5959        val  jvmTest by getting {
6060            dependencies {
6161                implementation(kotlin(" test-junit5" 
62-                 implementation(" org.junit.jupiter:junit-jupiter-engine:5.10.2 " 
62+                 implementation(" org.junit.jupiter:junit-jupiter-engine:5.13.1 " 
6363            }
6464        }
6565    }
Original file line number Diff line number Diff line change 11[versions ]
22kotlin  = " 1.9.25" 
3- okio  = " 3.8 .0" 
3+ okio  = " 3.13 .0" 
44serialization  = " 1.6.3" 
55diktat  = " 1.2.5" 
66kotlinx-cli  = " 0.3.6" 
77kotlinx-datetime  = " 0.5.0" 
88kotlinx-coroutines  = " 1.8.1" 
9- junit  = " 5.10.2 " 
10- ktoml  = " 0.5.1 " 
11- multiplatform-diff  = " 0.5 .0" 
12- kotlinpoet  = " 2.0 .0" 
13- kotest  = " 5.8 .1" 
14- sarif4k  = " 0.5 .0" 
9+ junit  = " 5.13.1 " 
10+ ktoml  = " 0.7.0 " 
11+ multiplatform-diff  = " 0.7 .0" 
12+ kotlinpoet  = " 2.2 .0" 
13+ kotest  = " 5.9 .1" 
14+ sarif4k  = " 0.6 .0" 
1515sarif-utils  = " 0.2.2" 
16- log4j  = " 2.23.1 " 
16+ log4j  = " 2.25.0 " 
1717
1818[plugins ]
1919kotlin-multiplatform  = { id  = " org.jetbrains.kotlin.multiplatform" version.ref  = " kotlin" 
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.19 .2" 
3131}
3232
3333gradleEnterprise {
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments