Skip to content

Commit 76059ad

Browse files
authored
Merge branch 'main' into dependabot/github_actions/JetBrains/qodana-action-2025.2.1
2 parents 520e812 + 6a6a72d commit 76059ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.3")
3232
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
# libraries
3-
annotations = "26.0.2"
3+
annotations = "26.0.2-1"
44

55
# plugins
66
kotlin = "2.2.0"

0 commit comments

Comments
 (0)