Skip to content
Snippets Groups Projects
Commit 0fb03933 authored by Igor Frenkel's avatar Igor Frenkel Committed by Fabien Catteau
Browse files

Update jackson-databind to 2.9.10.8

parent 1e9a78b9
No related branches found
No related tags found
1 merge request!10Update jackson-databind to 2.9.10.8
......@@ -4,6 +4,7 @@ variables:
GIT_SUBMODULE_STRATEGY: none
GRADLE_USER_HOME: "$CI_PROJECT_DIR/.gradle"
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
SECURE_LOG_LEVEL: "debug"
cache:
key: "$CI_COMMIT_REF_NAME"
......@@ -34,7 +35,6 @@ include:
build:
stage: build
script: ./gradlew assemble
cache:
......@@ -68,6 +68,8 @@ code_quality:
expire_in: 1 week
dependency_scanning:
before_script: # TODO: remove once https://gitlab.com/gitlab-org/gitlab/-/issues/321128 is unblocked
- rm -r manual-test
artifacts:
paths:
- gradle-dependencies.json
......
......@@ -27,7 +27,7 @@ repositories {
dependencies {
implementation(kotlin("stdlib"))
implementation("com.fasterxml.jackson.core:jackson-databind:2.9.10.6")
implementation("com.fasterxml.jackson.core:jackson-databind:2.9.10.8")
// Use the Kotlin test library.
testImplementation(kotlin("test"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment