Update `org.gradlex:gradle-module-metadata-maven-plugin` to version `1.1` (#3811)

Co-authored-by: ASF Logging Services RM <private@logging.apache.org>
diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index 8302fab..ec32a8e 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -1094,7 +1094,7 @@
       <plugin>
         <groupId>org.gradlex</groupId>
         <artifactId>gradle-module-metadata-maven-plugin</artifactId>
-        <version>1.0.1</version>
+        <version>1.1</version>
         <configuration>
           <compileOnlyApiDependencies>
             <dependency>
diff --git a/src/changelog/.2.x.x/update_org_gradlex_gradle_module_metadata_maven_plugin.xml b/src/changelog/.2.x.x/update_org_gradlex_gradle_module_metadata_maven_plugin.xml
new file mode 100644
index 0000000..a1d201d
--- /dev/null
+++ b/src/changelog/.2.x.x/update_org_gradlex_gradle_module_metadata_maven_plugin.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xmlns="https://logging.apache.org/xml/ns"
+       xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
+       type="updated">
+  <issue id="3811" link="https://github.com/apache/logging-log4j2/pull/3811"/>
+  <description format="asciidoc">Update `org.gradlex:gradle-module-metadata-maven-plugin` to version `1.1`</description>
+</entry>