This is an automated email from the ASF dual-hosted git repository.

grobmeier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-chainsaw.git

commit 1e8468131c8d711641cea8d3627ddf5b6e0ab649
Author: Christian Grobmeier <[email protected]>
AuthorDate: Wed Dec 20 21:42:02 2023 +0100

    compiler upgrade
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1fc3948..56985af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,7 @@
             <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-compiler-plugin</artifactId>
-            <version>3.11.0</version>
+            <version>3.12.0</version>
             <configuration>
               <source>${maven.compiler.source}</source>
               <target>${maven.compiler.target}</target>

Reply via email to