Skip to content

Commit ffec586

Browse files
authored
Merge branch 'main' into dependabot/gradle/org.assertj-assertj-core-3.27.4
2 parents 4458d84 + 33236d8 commit ffec586

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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"
77
changelog = "2.2.0"
88
gradleIntelliJPlugin = "1.17.4"
99
qodana = "0.1.13"

0 commit comments

Comments
 (0)