This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 44d79e7 Bump org.apache.commons:commons-lang3 (#946)
44d79e7 is described below
commit 44d79e7556d9bf0f51fc4ea146e5ea874213e544
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jul 12 12:29:32 2025 +0200
Bump org.apache.commons:commons-lang3 (#946)
Was used only in integration tests, not in the released plugin.
---
src/it/MCOMPILER-203-processorpath/annotation-processor/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/it/MCOMPILER-203-processorpath/annotation-processor/pom.xml
b/src/it/MCOMPILER-203-processorpath/annotation-processor/pom.xml
index ce55569..813f7b6 100644
--- a/src/it/MCOMPILER-203-processorpath/annotation-processor/pom.xml
+++ b/src/it/MCOMPILER-203-processorpath/annotation-processor/pom.xml
@@ -32,7 +32,7 @@ under the License.
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.4</version>
+ <version>3.18.0</version>
</dependency>
</dependencies>
</project>