Skip to content

Commit 43ecba3

Browse files
authored
Merge branch 'main' into dependabot/gradle/org.jetbrains.changelog-2.5.0
2 parents 222147b + 6a28dd8 commit 43ecba3

2 files changed

Lines changed: 2 additions & 2 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.2.1
169+
uses: JetBrains/qodana-action@v2025.2.3
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.20.0")
29+
implementation("com.fasterxml.jackson.core:jackson-databind:2.20.1")
3030
}
3131
testImplementation("org.assertj:assertj-core:3.27.6")
3232
}

0 commit comments

Comments
 (0)