Skip to content

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

maven-resolver-tools/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<plugin>
8080
<groupId>org.codehaus.mojo</groupId>
8181
<artifactId>exec-maven-plugin</artifactId>
82-
<version>3.1.0</version>
82+
<version>3.1.1</version>
8383
<executions>
8484
<execution>
8585
<id>render-configuration-page</id>

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<guiceVersion>6.0.0</guiceVersion>
101101
<slf4jVersion>2.0.11</slf4jVersion>
102102
<!-- Used by Jetty Transport (client) and Test HTTP (server) -->
103-
<jettyVersion>10.0.19</jettyVersion>
103+
<jettyVersion>10.0.20</jettyVersion>
104104
<!-- used by supplier and demo only -->
105105
<mavenVersion>4.0.0-alpha-12</mavenVersion>
106106
<minimalMavenBuildVersion>[3.8.8,)</minimalMavenBuildVersion>
@@ -274,7 +274,7 @@
274274
<plugin>
275275
<groupId>com.github.siom79.japicmp</groupId>
276276
<artifactId>japicmp-maven-plugin</artifactId>
277-
<version>0.18.1</version>
277+
<version>0.18.3</version>
278278
<configuration>
279279
<oldVersion>
280280
<!-- We compare same module against 1.8.0 set as "baseline" -->
@@ -421,7 +421,7 @@
421421
<plugin>
422422
<groupId>org.apache.maven.plugins</groupId>
423423
<artifactId>maven-javadoc-plugin</artifactId>
424-
<version>3.6.0</version>
424+
<version>3.6.3</version>
425425
<configuration>
426426
<detectOfflineLinks>false</detectOfflineLinks>
427427
<linksource>true</linksource>
@@ -581,7 +581,7 @@
581581
<plugin>
582582
<groupId>biz.aQute.bnd</groupId>
583583
<artifactId>bnd-maven-plugin</artifactId>
584-
<version>6.3.1</version>
584+
<version>6.4.0</version>
585585
<executions>
586586
<execution>
587587
<id>bnd-process</id>

0 commit comments

Comments
 (0)