Skip to content

Commit

Permalink
DATAGO-57717: Upversion jackson-core dependency for CVE (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
msmithsol authored Jul 4, 2023
1 parent d50d03a commit 1175a1c
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 @@ -45,7 +45,7 @@ dependencies {
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'

// This dependency is used by the application.
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
implementation 'info.picocli:picocli:4.7.0'
annotationProcessor 'info.picocli:picocli-codegen:4.7.0'
compileOnly 'ch.qos.logback:logback-classic:1.4.5'
Expand Down

0 comments on commit 1175a1c

Please sign in to comment.