Skip to content

Commit 2aed088

Browse files
authored
update for jackson 3.0.0-rc7 (#17)
1 parent 6954238 commit 2aed088

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/main/resources/META-INF/rewrite/jackson-2-3.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,31 +34,31 @@ recipeList:
3434
oldArtifactId: jackson-core
3535
newGroupId: tools.jackson.core
3636
newArtifactId: jackson-core
37-
newVersion: 3.0.0-rc6
37+
newVersion: 3.0.0-rc7
3838
- org.openrewrite.java.dependencies.ChangeDependency:
3939
oldGroupId: com.fasterxml.jackson.core
4040
oldArtifactId: jackson-databind
4141
newGroupId: tools.jackson.core
4242
newArtifactId: jackson-databind
43-
newVersion: 3.0.0-rc6
43+
newVersion: 3.0.0-rc7
4444
- org.openrewrite.java.dependencies.ChangeDependency:
4545
oldGroupId: com.fasterxml.jackson.module
4646
oldArtifactId: jackson-module-parameter-names
4747
newGroupId: tools.jackson.core
4848
newArtifactId: jackson-databind
49-
newVersion: 3.0.0-rc6
49+
newVersion: 3.0.0-rc7
5050
- org.openrewrite.java.dependencies.ChangeDependency:
5151
oldGroupId: com.fasterxml.jackson.datatype
5252
oldArtifactId: jackson-datatype-jdk8
5353
newGroupId: tools.jackson.core
5454
newArtifactId: jackson-databind
55-
newVersion: 3.0.0-rc6
55+
newVersion: 3.0.0-rc7
5656
- org.openrewrite.java.dependencies.ChangeDependency:
5757
oldGroupId: com.fasterxml.jackson.datatype
5858
oldArtifactId: jackson-datatype-jsr310
5959
newGroupId: tools.jackson.core
6060
newArtifactId: jackson-databind
61-
newVersion: 3.0.0-rc6
61+
newVersion: 3.0.0-rc7
6262
- org.openrewrite.java.ChangeType:
6363
oldFullyQualifiedTypeName: com.fasterxml.jackson.core.JsonParseException
6464
newFullyQualifiedTypeName: tools.jackson.core.StreamReadException

0 commit comments

Comments
 (0)