Skip to content

Commit

Permalink
Merge pull request #1261 from gradle/combined-prs-branch
Browse files Browse the repository at this point in the history
Combined PRs
  • Loading branch information
erichaagdev authored Jun 20, 2024
2 parents 927a74c + b9599a2 commit 42dade4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions convention-develocity-maven-extension/extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.9.4</version>
<version>3.9.8</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -62,12 +62,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0</version>
<version>3.3.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
<version>2.1.1</version>
<version>2.2.0</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -140,7 +140,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<version>3.7.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand All @@ -165,7 +165,7 @@
<plugin>
<groupId>org.simplify4u.plugins</groupId>
<artifactId>sign-maven-plugin</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
<executions>
<execution>
<id>sign</id>
Expand Down

0 comments on commit 42dade4

Please sign in to comment.