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 3 updates

Bumps the all-maven-dependencies group with 3 updates in the / directory: [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations), [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) and [com.github.spotbugs:spotbugs](https://github.com/spotbugs/spotbugs).


Updates `org.jetbrains:annotations` from 26.0.1 to 26.0.2
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](JetBrains/java-annotations@26.0.1...26.0.2)

Updates `com.puppycrawl.tools:checkstyle` from 10.21.1 to 10.21.2
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-10.21.1...checkstyle-10.21.2)

Updates `com.github.spotbugs:spotbugs` from 4.8.6 to 4.9.0
- [Release notes](https://github.com/spotbugs/spotbugs/releases)
- [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md)
- [Commits](spotbugs/spotbugs@4.8.6...4.9.0)

---
updated-dependencies:
- dependency-name: org.jetbrains:annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-dependencies
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-dependencies
- dependency-name: com.github.spotbugs:spotbugs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 79fdc74 commit f023780
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scram-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<maven.compiler.target>${base.java.version}</maven.compiler.target>
<project.build.outputTimestamp>2024-06-26T00:50:00Z</project.build.outputTimestamp>
<!-- Dependency versions -->
<jetbrains-annotations.version>26.0.1</jetbrains-annotations.version>
<jetbrains-annotations.version>26.0.2</jetbrains-annotations.version>
<junit5.version>5.11.4</junit5.version>
<saslprep.version>2.2</saslprep.version>
<!-- Plugins versions -->
Expand All @@ -97,10 +97,10 @@
<sortpom-plugin.version>4.0.0</sortpom-plugin.version>
<cyclonedx-plugin.version>2.9.1</cyclonedx-plugin.version>
<!-- Checkstyle, SpotBugs and PMD properties -->
<checkstyle.version>10.21.1</checkstyle.version>
<checkstyle.version>10.21.2</checkstyle.version>
<checkstyle-plugin.version>3.6.0</checkstyle-plugin.version>
<errorprone.version>2.36.0</errorprone.version>
<spotbugs.version>4.8.6</spotbugs.version>
<spotbugs.version>4.9.0</spotbugs.version>
<spotbugs-plugin.version>4.8.6.6</spotbugs-plugin.version>
<findsecbugs.version>1.13.0</findsecbugs.version>
<pmd.version>7.10.0</pmd.version>
Expand Down

0 comments on commit f023780

Please sign in to comment.