Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion maven-resolver-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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" -->
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 459113e

Please sign in to comment.