aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatteo Mara <matteo.mara@sonarsource.com>2024-10-02 16:44:16 +0200
committersonartech <sonartech@sonarsource.com>2024-10-07 20:03:15 +0000
commit33f396e7396e4d453131dea932e74b8eed9c8858 (patch)
tree327f51f05af2db8c80ce857abcea66c457826b84
parentab8d11c8ae444336bb5c6bd1e491dcdd23d3ee94 (diff)
downloadsonarqube-33f396e7396e4d453131dea932e74b8eed9c8858.tar.gz
sonarqube-33f396e7396e4d453131dea932e74b8eed9c8858.zip
SONAR-23133 Upgrade com.fasterxml.jackson:jackson-bom from 2.17.1 to 2.17.2
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index a1c7dc803da..6b8880c7faf 100644
--- a/build.gradle
+++ b/build.gradle
@@ -299,7 +299,7 @@ subprojects {
dependency 'commons-codec:commons-codec:1.17.1'
dependency 'commons-dbutils:commons-dbutils:1.8.1'
dependency 'commons-io:commons-io:2.17.0'
- imports { mavenBom 'com.fasterxml.jackson:jackson-bom:2.17.1' }
+ imports { mavenBom 'com.fasterxml.jackson:jackson-bom:2.17.2' }
dependency 'com.eclipsesource.minimal-json:minimal-json:0.9.5'
dependencySet(group: 'com.github.scribejava', version: '8.3.3') {
entry 'scribejava-apis'