File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 output : ' trivy-results.sarif'
117117
118118 - name : Upload Trivy scan results to GitHub Security tab
119- uses : github/codeql-action/upload-sarif@v3
119+ uses : github/codeql-action/upload-sarif@v4
120120 if : always()
121121 with :
122122 sarif_file : ' trivy-results.sarif'
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ dependencies {
5353 ksp(" io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.3" )
5454 implementation(" io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.3" )
5555 implementation(" io.github.oshai:kotlin-logging-jvm:7.0.13" )
56- implementation(" ch.qos.logback:logback-classic:1.5.18 " ) // Logger implementation required
56+ implementation(" ch.qos.logback:logback-classic:1.5.19 " ) // Logger implementation required
5757}
5858```
5959
@@ -143,7 +143,7 @@ dependencies {
143143 ksp(" io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.3" )
144144 implementation(" io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.3" )
145145 implementation(" io.github.oshai:kotlin-logging-jvm:7.0.13" )
146- implementation(" ch.qos.logback:logback-classic:1.5.18 " )
146+ implementation(" ch.qos.logback:logback-classic:1.5.19 " )
147147}
148148```
149149
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.jlleitschuh.gradle.ktlint.KtlintExtension
33
44plugins {
55 kotlin(" jvm" ) version " 2.2.20" apply false
6- id(" com.google.devtools.ksp" ) version " 2.2.20-2.0.3 " apply false
6+ id(" com.google.devtools.ksp" ) version " 2.2.20-2.0.4 " apply false
77 id(" com.vanniktech.maven.publish" ) version " 0.34.0" apply false
88 id(" org.jlleitschuh.gradle.ktlint" ) version " 13.1.0"
99}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.0 .0-all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.1 .0-all.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repositories {
1212
1313dependencies {
1414 testImplementation(kotlin(" test" ))
15- implementation(" com.google.devtools.ksp:symbol-processing-api:2.2.20-2.0.3 " )
15+ implementation(" com.google.devtools.ksp:symbol-processing-api:2.2.20-2.0.4 " )
1616
1717 // kotlin-logging dependency for generated code compatibility
1818 compileOnly(" io.github.oshai:kotlin-logging-jvm:7.0.13" )
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies {
3535
3636 // Kotlin logging dependencies
3737 implementation(" io.github.oshai:kotlin-logging-jvm:7.0.13" )
38- implementation(" ch.qos.logback:logback-classic:1.5.18 " )
38+ implementation(" ch.qos.logback:logback-classic:1.5.19 " )
3939
4040 // kotlin-logging-extensions (using project dependency for development)
4141 ksp(project(" :processor" ))
You can’t perform that action at this time.
0 commit comments