Skip to content

Commit

Permalink
Bump maven-gpg-plugin to 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosroman committed Jun 10, 2024
1 parent d1b477b commit ba7b648
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<maven-assembly-plugin.version>3.1.0</maven-assembly-plugin.version>
<maven-checkstyle-plugin.version>3.0.0</maven-checkstyle-plugin.version>
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
<maven-gpg-plugin.version>3.2.4</maven-gpg-plugin.version>
<maven-javadoc-plugin.version>3.2.0</maven-javadoc-plugin.version>
<maven-source-plugin.version>3.0.1</maven-source-plugin.version>
<maven-surefire-plugin.version>2.9</maven-surefire-plugin.version>
Expand All @@ -48,21 +49,21 @@
-->
<checkstyle.config.location>style.xml</checkstyle.config.location>

<commons-io.version>2.4</commons-io.version>
<apache-commons-lang3.version>3.5</apache-commons-lang3.version>
<commons-io.version>2.4</commons-io.version>
<hamcrest-library.version>1.3</hamcrest-library.version>
<jackson.version>2.12.3</jackson.version>
<java-dogstatsd-client.version>2.10.5</java-dogstatsd-client.version>
<jcommander.version>1.35</jcommander.version>
<slf4j.version>1.7.32</slf4j.version>
<jackson.version>2.12.3</jackson.version>
<snakeyaml.version>2.0</snakeyaml.version>
<junit.version>4.13.2</junit.version>
<lombok.version>1.18.22</lombok.version>
<mockito.version>2.28.2</mockito.version>
<slf4j.version>1.7.32</slf4j.version>
<snakeyaml.version>2.0</snakeyaml.version>
<testcontainers.version>1.19.8</testcontainers.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.scm.id>github</project.scm.id>
<lombok.version>1.18.22</lombok.version>
<testcontainers.version>1.19.8</testcontainers.version>
<hamcrest-library.version>1.3</hamcrest-library.version>
</properties>

<profiles>
Expand Down Expand Up @@ -110,7 +111,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
<version>${maven-gpg-plugin.version}</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit ba7b648

Please sign in to comment.