This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 3bc168671bfe0691031b0d2ed6dffc1dd37186fd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 24 23:37:19 2023 -0500
Bump com.googlecode.maven-download-plugin:download-maven-plugin (#1612)
Bumps
[com.googlecode.maven-download-plugin:download-maven-plugin](https://github.com/maven-download-plugin/maven-download-plugin)
from 1.7.1 to 1.8.0.
- [Release
notes](https://github.com/maven-download-plugin/maven-download-plugin/releases)
-
[Commits](https://github.com/maven-download-plugin/maven-download-plugin/compare/1.7.1...1.8.0)
---
updated-dependencies:
- dependency-name:
com.googlecode.maven-download-plugin:download-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit e1be5cb05b1bc44f6fb1abc5fd031511e7a03959)
---
rt/transports/http/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rt/transports/http/pom.xml b/rt/transports/http/pom.xml
index d2c5e4c7e7..cb751089c6 100644
--- a/rt/transports/http/pom.xml
+++ b/rt/transports/http/pom.xml
@@ -228,7 +228,7 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
- <version>1.7.1</version>
+ <version>1.8.0</version>
<executions>
<execution>
<id>download-public-suffix-list</id>