Skip to content

Commit

Permalink
Upgrade jackson to 2.15.0
Browse files Browse the repository at this point in the history
Done to remove software vulnerability.
  • Loading branch information
pvannierop committed Oct 7, 2024
1 parent 9ccdb31 commit 2c32065
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ if (project.hasProperty('graphite')) {
//ext.moduleDescription = 'Management Portal application'
ext.findbugAnnotationVersion = '3.0.2'
// Needed to force the import by Spring Dependency Management Plugin
ext['jackson.version'] = "${jackson_version}"
ext['jackson.version'] = '2.15.0'

dependencies {
implementation("tech.jhipster:jhipster-framework:${jhipster_server_version}")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ undertow_version=2.2.34.Final
yarn_version=1.22.15
spring_data_envers_version=2.5.6
jackson_version=2.15.0
jackson_dataformat_version=2.13.4
jackson_dataformat_version=2.15.0
javax_xml_bind_version=2.3.3
javax_jaxb_core_version=2.3.0.1
javax_jaxb_runtime_version=2.3.4
Expand Down
2 changes: 1 addition & 1 deletion managementportal-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}

ext {
jacksonModuleVersion = "2.13.4"
jacksonModuleVersion = "2.15.0"
okhttpVersion = "4.9.1"
junitVersion = "5.7.2"
}
Expand Down
4 changes: 2 additions & 2 deletions oauth-client-util/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext.jacksonVersion = '2.13.4'
ext.jacksonYamlVersion = '2.13.4'
ext.jacksonVersion = '2.15.0'
ext.jacksonYamlVersion = '2.15.0'
ext.okhttpVersion = '4.9.1'
ext.junitVersion ='5.7.2'

Expand Down
4 changes: 2 additions & 2 deletions radar-auth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ plugins {
apply plugin: 'maven-publish'

ext {
jacksonVersion = '2.13.4'
jacksonYamlVersion = '2.13.4'
jacksonVersion = '2.15.0'
jacksonYamlVersion = '2.15.0'
okhttpVersion = '4.9.1'
oauthJwtVersion = '3.19.1'
commonsCodecVersion = '1.15'
Expand Down

0 comments on commit 2c32065

Please sign in to comment.