File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ jobs:
166166
167167 # Run Qodana inspections
168168 - name : Qodana - Code Inspection
169- uses : JetBrains/qodana-action@v2025.1 .1
169+ uses : JetBrains/qodana-action@v2025.2 .1
170170 with :
171171 cache-default-branch-only : true
172172
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies {
2626// implementation(libs.annotations)
2727 implementation(" com.contrastsecurity:java-sarif:2.0" )
2828 constraints {
29- implementation(" com.fasterxml.jackson.core:jackson-databind:2.19.2 " )
29+ implementation(" com.fasterxml.jackson.core:jackson-databind:2.20.0 " )
3030 }
3131 testImplementation(" org.assertj:assertj-core:3.27.4" )
3232}
Original file line number Diff line number Diff line change 11[versions ]
22# libraries
3- annotations = " 26.0.2"
3+ annotations = " 26.0.2-1 "
44
55# plugins
6- kotlin = " 2.2.0 "
6+ kotlin = " 2.2.10 "
77changelog = " 2.2.0"
88gradleIntelliJPlugin = " 1.17.4"
99qodana = " 0.1.13"
You can’t perform that action at this time.
0 commit comments