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 ae6162f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 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

0 comments on commit ae6162f

Please sign in to comment.