We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84bc17b commit 4d6837dCopy full SHA for 4d6837d
src/main/resources/META-INF/rewrite/spring-security-58.yml
@@ -79,8 +79,8 @@ recipeList:
79
---
80
type: specs.openrewrite.org/v1beta/recipe
81
name: org.openrewrite.java.spring.security5.RenameNimbusdsJsonObjectPackageName
82
-displayName: Rename the package name from `com.nimbusds.jose.shaded.json.JSONObject` to `net.minidev.json.JSONObject`
83
-description: Rename the package name from `com.nimbusds.jose.shaded.json.JSONObject` to `net.minidev.json.JSONObject`.
+displayName: Rename the package name from `com.nimbusds.jose.shaded.json` to `net.minidev.json`
+description: Rename the package name from `com.nimbusds.jose.shaded.json` to `net.minidev.json`.
84
tags:
85
- spring
86
- security
0 commit comments