Skip to content

Commit

Permalink
Bump the maven-dependencies group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the maven-dependencies group with 2 updates in the / directory: [com.konghq:unirest-java-bom](https://github.com/Kong/unirest-java) and [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin).


Updates `com.konghq:unirest-java-bom` from 4.3.1 to 4.3.2
- [Release notes](https://github.com/Kong/unirest-java/releases)
- [Changelog](https://github.com/Kong/unirest-java/blob/main/CHANGELOG.md)
- [Commits](Kong/unirest-java@v4.3.1...v4.3.2)

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

---
updated-dependencies:
- dependency-name: com.konghq:unirest-java-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-pmd-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 7845ddf commit feb7ad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.21.2</version>
<version>3.22.0</version>
<configuration>
<failOnViolation>true</failOnViolation>
<printFailingErrors>true</printFailingErrors>
Expand Down Expand Up @@ -122,7 +122,7 @@
<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-java-bom</artifactId>
<version>4.3.1</version>
<version>4.3.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit feb7ad9

Please sign in to comment.