Skip to content

Commit

Permalink
Fix reference in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Nov 14, 2024
1 parent 94162ba commit 8c1c128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/rewrite/spring-data-23.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ recipeList:
artifactId: mongodb-driver-legacy
version: 5.1.x
onlyIfUsing: com.mongodb.MongoClientURI
- org.openrewrite.java.spring.data.RefactorSimpleMongoDbFactoryRecipe
- org.openrewrite.java.spring.data.RefactorSimpleMongoDbFactory
- org.openrewrite.java.ChangeType:
oldFullyQualifiedTypeName: org.springframework.data.mongodb.MongoDbFactory
newFullyQualifiedTypeName: org.springframework.data.mongodb.MongoDatabaseFactory
Expand Down

0 comments on commit 8c1c128

Please sign in to comment.