Skip to content

Commit

Permalink
Dependency upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-petricca committed Aug 9, 2024
1 parent 032e0bf commit 40056b0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion bundles/1.5.0/filemerger-maven-plugin-1.5.0.pom
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<groupId>io.github.antonio-petricca</groupId>
<artifactId>filemerger-maven-plugin</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>

<packaging>maven-plugin</packaging>

Expand Down
22 changes: 11 additions & 11 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<groupId>io.github.antonio-petricca</groupId>
<artifactId>filemerger-maven-plugin</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>

<packaging>maven-plugin</packaging>

Expand All @@ -59,35 +59,35 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.13.0</version>
<version>3.15.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.9.5</version>
<version>3.9.8</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-filtering</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>3.9.4</version>
<version>3.9.8</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.9.0</version>
<version>3.12.0</version>
<scope>provided</scope>
</dependency>

Expand All @@ -104,7 +104,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.9.0</version>
<version>3.13.1</version>
</plugin>
</plugins>
</build>
Expand All @@ -125,7 +125,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<version>3.8.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand All @@ -138,7 +138,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>

<executions>
<execution>
Expand All @@ -153,7 +153,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.3</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand All @@ -168,7 +168,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<version>1.7.0</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>io.github.antonio-petricca</groupId>
<artifactId>filemerger-maven-plugin-pom</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>

<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion tester/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>io.github.antonio-petricca</groupId>
<artifactId>filemerger-maven-plugin-tester</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>

<packaging>jar</packaging>

Expand Down

0 comments on commit 40056b0

Please sign in to comment.