Skip to content

Commit

Permalink
chore(deps): bump the all-maven-dependencies group across 1 directory…
Browse files Browse the repository at this point in the history
… with 4 updates (#45)

Bumps the all-maven-dependencies group with 4 updates in the / directory: [com.google.errorprone:error_prone_core](https://github.com/google/error-prone), [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin), [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) and org.apache.velocity:velocity-engine-core.


Updates `com.google.errorprone:error_prone_core` from 2.31.0 to 2.32.0
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.31.0...v2.32.0)

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

Updates `com.github.spotbugs:spotbugs-maven-plugin` from 4.8.6.2 to 4.8.6.4
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.8.6.2...spotbugs-maven-plugin-4.8.6.4)

Updates `org.apache.velocity:velocity-engine-core` from 2.3 to 2.4

---
updated-dependencies:
- dependency-name: com.google.errorprone:error_prone_core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-dependencies
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-dependencies
- dependency-name: org.apache.velocity:velocity-engine-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent b9d34df commit 1911ed1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<version>2.3</version>
<version>2.4</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<install-plugin.version>3.1.3</install-plugin.version>
<deploy-plugin.version>3.1.3</deploy-plugin.version>
<invoker-plugin.version>3.8.0</invoker-plugin.version>
<gpg-plugin.version>3.2.5</gpg-plugin.version>
<gpg-plugin.version>3.2.6</gpg-plugin.version>
<jacoco-plugin.verson>0.8.12</jacoco-plugin.verson>
<flatten-maven-plugin.version>1.6.0</flatten-maven-plugin.version>
<jdeps-plugin.version>3.1.2</jdeps-plugin.version>
Expand All @@ -99,7 +99,7 @@
<checkstyle.version>10.18.1</checkstyle.version>
<checkstyle-plugin.version>3.5.0</checkstyle-plugin.version>
<spotbugs.version>4.8.6</spotbugs.version>
<spotbugs-plugin.version>4.8.6.2</spotbugs-plugin.version>
<spotbugs-plugin.version>4.8.6.4</spotbugs-plugin.version>
<findsecbugs.version>1.13.0</findsecbugs.version>
<pmd.version>7.5.0</pmd.version>
<pmd-plugin.version>3.25.0</pmd-plugin.version>
Expand Down Expand Up @@ -492,7 +492,7 @@
<path>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
<version>2.31.0</version>
<version>2.32.0</version>
</path>
</annotationProcessorPaths>
</configuration>
Expand Down

0 comments on commit 1911ed1

Please sign in to comment.