Skip to content

Commit

Permalink
Revert jackson version bump to v2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grevend committed May 18, 2023
1 parent a587d23 commit 9032c62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions entrypoint/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ configurations.all {
dependencies {
implementation("info.picocli:picocli:4.7.3")
annotationProcessor("info.picocli:picocli-codegen:4.7.3")
implementation("com.fasterxml.jackson.core:jackson-core:2.15.1")
implementation("com.fasterxml.jackson.core:jackson-databind:2.15.1")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.1")
implementation("com.fasterxml.jackson.core:jackson-core:2.15.0")
implementation("com.fasterxml.jackson.core:jackson-databind:2.15.0")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.0")
implementation("com.whichlicense:logging:0.2.0-SNAPSHOT")
implementation("com.whichlicense:sourcing:0.2.0-SNAPSHOT")
implementation("com.whichlicense.sourcing:github:0.2.0-SNAPSHOT")
Expand Down

0 comments on commit 9032c62

Please sign in to comment.