Skip to content

Commit

Permalink
Bump the dependencies group in /value with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group in /value with 2 updates: [org.codehaus.plexus:plexus-java](https://github.com/codehaus-plexus/plexus-languages) and [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin).


Updates `org.codehaus.plexus:plexus-java` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/codehaus-plexus/plexus-languages/releases)
- [Commits](codehaus-plexus/plexus-languages@plexus-languages-1.2.0...plexus-languages-1.3.0)

Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.2.6 to 3.2.7
- [Release notes](https://github.com/apache/maven-gpg-plugin/releases)
- [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.2.6...maven-gpg-plugin-3.2.7)

---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent f3a9d47 commit f784c35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions value/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-java</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -244,7 +244,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.6</version>
<version>3.2.7</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down
4 changes: 2 additions & 2 deletions value/src/it/functional/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-java</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down Expand Up @@ -226,7 +226,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-java</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down
2 changes: 1 addition & 1 deletion value/src/it/gwtserializer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-java</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit f784c35

Please sign in to comment.