This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp.git
The following commit(s) were added to refs/heads/main by this push:
new efcb2bfb Bump com.spotify:docker-maven-plugin from 0.4.13 to 1.2.2
efcb2bfb is described below
commit efcb2bfbcef1405da3de4cd98d505fa8fbc06a66
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 24 04:32:43 2024 +0000
Bump com.spotify:docker-maven-plugin from 0.4.13 to 1.2.2
Bumps
[com.spotify:docker-maven-plugin](https://github.com/spotify/docker-maven-plugin)
from 0.4.13 to 1.2.2.
-
[Changelog](https://github.com/spotify/docker-maven-plugin/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/spotify/docker-maven-plugin/compare/v0.4.13...v1.2.2)
---
updated-dependencies:
- dependency-name: com.spotify:docker-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
opennlp-distr/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/opennlp-distr/pom.xml b/opennlp-distr/pom.xml
index 72898c7f..5f1e30f1 100644
--- a/opennlp-distr/pom.xml
+++ b/opennlp-distr/pom.xml
@@ -176,7 +176,7 @@
<plugin>
<groupId>com.spotify</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.4.13</version>
+ <version>1.2.2</version>
<executions>
<execution>
<phase>package</phase>