Skip to content

Commit 1e6a3a2

Browse files
timtebeekTeamModerne
authored and
app
committed
1 parent f0b763f commit 1e6a3a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/java/org/openrewrite/java/dependencies/DependencyList.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public String getDisplayName() {
8383

8484
@Override
8585
public String getDescription() {
86-
return "Emits a data table detailing all Gradle and Maven dependencies." +
86+
return "Emits a data table detailing all Gradle and Maven dependencies. " +
8787
"This recipe makes no changes to any source file.";
8888
}
8989

src/main/java/org/openrewrite/java/dependencies/UpgradeDependencyVersion.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ public String getDescription() {
8080
//language=markdown
8181
return "For Gradle projects, upgrade the version of a dependency in a `build.gradle` file. " +
8282
"Supports updating dependency declarations of various forms:\n" +
83-
"* `String` notation: `\"group:artifact:version\"` \n" +
84-
"* `Map` notation: `group: 'group', name: 'artifact', version: 'version'`\n" +
83+
" * `String` notation: `\"group:artifact:version\"` \n" +
84+
" * `Map` notation: `group: 'group', name: 'artifact', version: 'version'`\n" +
8585
"It is possible to update version numbers which are defined earlier in the same file in variable declarations.\n\n" +
8686
"For Maven projects, upgrade the version of a dependency by specifying a group ID and (optionally) an " +
8787
"artifact ID using Node Semver advanced range selectors, allowing more precise control over version " +

0 commit comments

Comments
 (0)