Skip to content

Commit

Permalink
Pin Jackson to 2.12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider committed Jul 16, 2021
1 parent 07b9fc9 commit bf92f6a
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 1,745 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ dependencies {
testImplementation("com.github.marschall:memoryfilesystem:latest.release")

// for generating properties migration configurations
testImplementation("com.fasterxml.jackson.core:jackson-databind:latest.release")
testImplementation("com.fasterxml.jackson.module:jackson-module-kotlin:latest.release")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.12.+")
testImplementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.12.+")
testImplementation("io.github.classgraph:classgraph:latest.release")

testRuntimeOnly("org.openrewrite:rewrite-java-11:${rewriteVersion}")
Expand Down
247 changes: 0 additions & 247 deletions tmp/ComponentToBeanConfiguration.java

This file was deleted.

Loading

0 comments on commit bf92f6a

Please sign in to comment.