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 (#65)

Bumps the all-maven-dependencies group with 3 updates in the / directory: [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations), [org.cyclonedx:cyclonedx-maven-plugin](https://github.com/CycloneDX/cyclonedx-maven-plugin) and [de.thetaphi:forbiddenapis](https://github.com/policeman-tools/forbidden-apis).


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

Updates `org.cyclonedx:cyclonedx-maven-plugin` from 2.8.2 to 2.9.0
- [Release notes](https://github.com/CycloneDX/cyclonedx-maven-plugin/releases)
- [Commits](CycloneDX/cyclonedx-maven-plugin@cyclonedx-maven-plugin-2.8.2...cyclonedx-maven-plugin-2.9.0)

Updates `de.thetaphi:forbiddenapis` from 3.7 to 3.8
- [Commits](policeman-tools/forbidden-apis@3.7...3.8)

---
updated-dependencies:
- dependency-name: org.jetbrains:annotations
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-maven-dependencies
- dependency-name: org.cyclonedx:cyclonedx-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-dependencies
- dependency-name: de.thetaphi:forbiddenapis
  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 Oct 14, 2024
1 parent abca974 commit f760fa7
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>25.0.0</jetbrains-annotations.version>
<jetbrains-annotations.version>26.0.0</jetbrains-annotations.version>
<junit5.version>5.11.2</junit5.version>
<saslprep.version>2.2</saslprep.version>
<!-- Plugins versions -->
Expand All @@ -95,7 +95,7 @@
<flatten-maven-plugin.version>1.6.0</flatten-maven-plugin.version>
<jdeps-plugin.version>3.1.2</jdeps-plugin.version>
<sortpom-plugin.version>4.0.0</sortpom-plugin.version>
<cyclonedx-plugin.version>2.8.2</cyclonedx-plugin.version>
<cyclonedx-plugin.version>2.9.0</cyclonedx-plugin.version>
<!-- Checkstyle, SpotBugs and PMD properties -->
<checkstyle.version>10.18.2</checkstyle.version>
<checkstyle-plugin.version>3.5.0</checkstyle-plugin.version>
Expand All @@ -105,7 +105,7 @@
<findsecbugs.version>1.13.0</findsecbugs.version>
<pmd.version>7.6.0</pmd.version>
<pmd-plugin.version>3.25.0</pmd-plugin.version>
<forbiddenapis.version>3.7</forbiddenapis.version>
<forbiddenapis.version>3.8</forbiddenapis.version>
<checks.location>${rootDirectory}/checks</checks.location>
<checkstyle.config.location>${checks.location}/checkstyle.xml</checkstyle.config.location>
<checkstyle.suppressions.location>${checks.location}/checkstyle-suppressions.xml</checkstyle.suppressions.location>
Expand Down

0 comments on commit f760fa7

Please sign in to comment.