aboutsummaryrefslogtreecommitdiffstats
path: root/bundle-plugin/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2022-04-05 16:25:06 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2022-04-05 16:25:06 +0200
commitcc2cbd588b5ac71cebe20001579892199e71f49e (patch)
tree3d2dd0f1f4d95b05693692977acbd10a7ff7182a /bundle-plugin/pom.xml
parent75b27def053192b2fbd6cc1e39ea9edabd70b43c (diff)
Upgrade dependencies and improve error message on unexpected artifact
Diffstat (limited to 'bundle-plugin/pom.xml')
-rw-r--r--bundle-plugin/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundle-plugin/pom.xml b/bundle-plugin/pom.xml
index b1b03b60ce6..d53c2c94d5c 100644
--- a/bundle-plugin/pom.xml
+++ b/bundle-plugin/pom.xml
@@ -21,12 +21,12 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
- <version>3.5.0</version>
+ <version>3.8.5</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-archiver</artifactId>
- <version>3.5.0</version>
+ <version>3.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>