This is an automated email from the ASF dual-hosted git repository.
cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git
The following commit(s) were added to refs/heads/master by this push:
new 459113ef Various updates (#423)
459113ef is described below
commit 459113efa169808e5de479918cf69ea87b1ad2da
Author: Tamas Cservenak <[email protected]>
AuthorDate: Tue Feb 6 13:47:28 2024 +0100
Various updates (#423)
Issues:
https://issues.apache.org/jira/browse/MRESOLVER-485
https://issues.apache.org/jira/browse/MRESOLVER-487
https://issues.apache.org/jira/browse/MRESOLVER-488
https://issues.apache.org/jira/browse/MRESOLVER-489
https://issues.apache.org/jira/browse/MRESOLVER-490
---
maven-resolver-tools/pom.xml | 2 +-
pom.xml | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/maven-resolver-tools/pom.xml b/maven-resolver-tools/pom.xml
index 6bf710db..17da17ce 100644
--- a/maven-resolver-tools/pom.xml
+++ b/maven-resolver-tools/pom.xml
@@ -79,7 +79,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>3.1.0</version>
+ <version>3.1.1</version>
<executions>
<execution>
<id>render-configuration-page</id>
diff --git a/pom.xml b/pom.xml
index d8f07f41..51ac0164 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
<guiceVersion>6.0.0</guiceVersion>
<slf4jVersion>2.0.11</slf4jVersion>
<!-- Used by Jetty Transport (client) and Test HTTP (server) -->
- <jettyVersion>10.0.19</jettyVersion>
+ <jettyVersion>10.0.20</jettyVersion>
<!-- used by supplier and demo only -->
<mavenVersion>4.0.0-alpha-12</mavenVersion>
<minimalMavenBuildVersion>[3.8.8,)</minimalMavenBuildVersion>
@@ -274,7 +274,7 @@
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
- <version>0.18.1</version>
+ <version>0.18.3</version>
<configuration>
<oldVersion>
<!-- We compare same module against 1.8.0 set as "baseline" -->
@@ -421,7 +421,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>3.6.0</version>
+ <version>3.6.3</version>
<configuration>
<detectOfflineLinks>false</detectOfflineLinks>
<linksource>true</linksource>
@@ -581,7 +581,7 @@
<plugin>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-maven-plugin</artifactId>
- <version>6.3.1</version>
+ <version>6.4.0</version>
<executions>
<execution>
<id>bnd-process</id>