File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ under the License.
7474 <commonsLangVersion >3.17.0</commonsLangVersion >
7575 <junit .version>5.11.0</junit .version>
7676 <mockitoVersion >4.11.0</mockitoVersion >
77- <plexusUtilsVersion >3.5.1</plexusUtilsVersion >
7877 <wagonVersion >3.4.3</wagonVersion >
7978 <securityDispatcherVersion >2.0</securityDispatcherVersion >
8079 <cipherVersion >2.0</cipherVersion >
@@ -148,7 +147,10 @@ under the License.
148147 <dependency >
149148 <groupId >org.codehaus.plexus</groupId >
150149 <artifactId >plexus-utils</artifactId >
151- <version >${plexusUtilsVersion} </version >
150+ </dependency >
151+ <dependency >
152+ <groupId >org.codehaus.plexus</groupId >
153+ <artifactId >plexus-xml</artifactId >
152154 </dependency >
153155 <dependency >
154156 <groupId >com.google.code.findbugs</groupId >
You can’t perform that action at this time.
0 commit comments