Skip to content

Commit

Permalink
Update unknown dependency scope manually
Browse files Browse the repository at this point in the history
  • Loading branch information
yogyagamage committed Aug 23, 2023
1 parent 9a878e5 commit eed5b44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencyArtifactID" : "hadoop-common",
"previousVersion" : "2.8.2",
"newVersion" : "3.2.3",
"dependencyScope" : "${dependency.scope}",
"dependencyScope" : "provided",
"versionUpdateType" : "major"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencyArtifactID" : "hadoop-common",
"previousVersion" : "2.8.2",
"newVersion" : "2.10.1",
"dependencyScope" : "${dependency.scope}",
"dependencyScope" : "provided",
"versionUpdateType" : "minor"
},
"javaVersionUsedForReproduction" : "11"
Expand Down

0 comments on commit eed5b44

Please sign in to comment.