diff --git a/pom.xml b/pom.xml
index 607c914..35d72bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
plexus-xml
- 4.0.1
+ 4.0.2
Plexus XML Utilities
A collection of various utility classes to ease working with XML.
@@ -33,7 +33,7 @@ limitations under the License.
scm:git:https://github.com/codehaus-plexus/plexus-xml.git
${project.scm.connection}
- plexus-xml-4.0.1
+ plexus-xml-4.0.2
https://github.com/codehaus-plexus/plexus-xml/tree/${project.scm.tag}/
@@ -48,15 +48,20 @@ limitations under the License.
- 2023-06-23T19:56:18Z
- 8
+ 2023-07-04T08:14:13Z
org.apache.maven
maven-xml-impl
- 4.0.0-alpha-5
+ 4.0.0-alpha-7
+
+
+ org.eclipse.sisu
+ org.eclipse.sisu.plexus
+
+
org.openjdk.jmh
@@ -73,7 +78,6 @@ limitations under the License.
org.junit.jupiter
junit-jupiter
- 5.9.2
test
@@ -82,18 +86,15 @@ limitations under the License.
2.2
test
+
+ org.codehaus.plexus
+ plexus-utils
+ 4.0.0
+ test
+
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
- 3.0.0
-
-
-
org.apache.maven.plugins
@@ -119,16 +120,6 @@ limitations under the License.
true
-
-
- JAVA_HOME
- ${JAVA_HOME}
-
-
- M2_HOME
- ${M2_HOME}
-
-
diff --git a/src/main/java/org/codehaus/plexus/util/xml/Xpp3DomUtils.java b/src/main/java/org/codehaus/plexus/util/xml/Xpp3DomUtils.java
index b4475f6..d8a47e5 100644
--- a/src/main/java/org/codehaus/plexus/util/xml/Xpp3DomUtils.java
+++ b/src/main/java/org/codehaus/plexus/util/xml/Xpp3DomUtils.java
@@ -125,7 +125,7 @@ public static Xpp3Dom mergeXpp3Dom(Xpp3Dom dominant, Xpp3Dom recessive) {
}
/**
- * @deprecated Use {@link org.codehaus.plexus.util.StringUtils#isNotEmpty(String)} instead
+ * @deprecated Use org.codehaus.plexus.util.StringUtils#isNotEmpty(String) instead
*/
@Deprecated
public static boolean isNotEmpty(String str) {
@@ -133,7 +133,7 @@ public static boolean isNotEmpty(String str) {
}
/**
- * @deprecated Use {@link org.codehaus.plexus.util.StringUtils#isEmpty(String)} instead
+ * @deprecated Use org.codehaus.plexus.util.StringUtils#isEmpty(String) instead
*/
@Deprecated
public static boolean isEmpty(String str) {