Skip to content

Commit

Permalink
Upgrade Jackson
Browse files Browse the repository at this point in the history
  • Loading branch information
tkvangorder authored Aug 6, 2022
1 parent d2426a1 commit 09b12cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ var rewriteVersion = if(project.hasProperty("releasing")) {

dependencies {
implementation("org.openrewrite:rewrite-yaml:$rewriteVersion")
runtimeOnly("com.fasterxml.jackson.core:jackson-core:2.12.+")
runtimeOnly("com.fasterxml.jackson.core:jackson-core:2.13.+")

compileOnly("org.projectlombok:lombok:latest.release")
annotationProcessor("org.projectlombok:lombok:latest.release")
Expand Down

0 comments on commit 09b12cd

Please sign in to comment.