This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push:
new 164aee69ef Bump com.github.veithen.alta:alta-maven-plugin from 0.8.0
to 0.8.1
164aee69ef is described below
commit 164aee69efe5b25c79f684d0fe96a1330d0d2ce6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 16 13:53:50 2024 +0000
Bump com.github.veithen.alta:alta-maven-plugin from 0.8.0 to 0.8.1
Bumps
[com.github.veithen.alta:alta-maven-plugin](https://github.com/veithen/alta)
from 0.8.0 to 0.8.1.
- [Commits](https://github.com/veithen/alta/compare/0.8.0...0.8.1)
---
updated-dependencies:
- dependency-name: com.github.veithen.alta:alta-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e0d8028fdd..26c3a3f5b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1340,7 +1340,7 @@
<plugin>
<groupId>com.github.veithen.alta</groupId>
<artifactId>alta-maven-plugin</artifactId>
- <version>0.8.0</version>
+ <version>0.8.1</version>
<executions>
<!-- Automatically configure the Byte Buddy agent if it's
present in the dependencies.
This avoids problems with installation at runtime. -->