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 012e228 commit 55d490d
Showing 1 changed file with 1 addition and 1 deletion.
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'] = '2.15.0'
ext['jackson.version'] = "${jackson_version}"

dependencies {
implementation("tech.jhipster:jhipster-framework:${jhipster_server_version}")
Expand Down

0 comments on commit 55d490d

Please sign in to comment.