Skip to content

Commit

Permalink
Upgrade transitive package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Steinbeck committed Dec 16, 2023
1 parent a285e6a commit 50106e5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions libvcs4j/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ dependencies {
testImplementation(project(':testutils'))

configurations.implementation.extendsFrom(configurations.extraLibs)

// Upgrade outdated and incompatible transitive package versions
api('com.fasterxml.jackson.core:jackson-annotations:2.15.3')
api('com.fasterxml.jackson.core:jackson-core:2.15.3')
api('com.fasterxml.jackson.core:jackson-databind:2.15.3')
api('com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.3')
api('commons-io:commons-io:2.15.1')
}

jacocoTestReport {
Expand Down

0 comments on commit 50106e5

Please sign in to comment.