Update `org.codehaus.plexus:plexus-utils` to version `4.0.0` (#99)
diff --git a/pom.xml b/pom.xml
index ab0e8eb..530a4ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,7 @@
     <jxr.plugin.version>2.5</jxr.plugin.version>
     <log4j2.version>2.21.1</log4j2.version>
     <mockito.version>5.7.0</mockito.version>
-    <plexus-utils.version>3.0.24</plexus-utils.version>
+    <plexus-utils.version>4.0.0</plexus-utils.version>
     <postgresql.version>42.7.0</postgresql.version>
     <spring.boot.version>2.7.18</spring.boot.version>
     <spring.agent.version>2.5.6</spring.agent.version>
diff --git a/src/changelog/.1.x.x/update_org_codehaus_plexus_plexus_utils.xml b/src/changelog/.1.x.x/update_org_codehaus_plexus_plexus_utils.xml
new file mode 100644
index 0000000..19de4a0
--- /dev/null
+++ b/src/changelog/.1.x.x/update_org_codehaus_plexus_plexus_utils.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xmlns="http://logging.apache.org/log4j/changelog"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
+       type="changed">
+  <issue id="99" link="https://github.com/apache/logging-log4j-audit/pull/99"/>
+  <description format="asciidoc">Update `org.codehaus.plexus:plexus-utils` to version `4.0.0`</description>
+</entry>