Skip to content

Commit

Permalink
Bump the java-production-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the java-production-dependencies group with 2 updates: [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) and [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations).


Updates `org.bouncycastle:bcprov-jdk18on` from 1.78.1 to 1.79
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

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

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcprov-jdk18on
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-production-dependencies
- dependency-name: org.jetbrains:annotations
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: java-production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 6878189 commit afc773d
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 @@ -38,7 +38,7 @@
<project.build.outputTimestamp>2024-04-16T12:32:12Z</project.build.outputTimestamp>

<!-- dependencies -->
<bouncycastle.version>1.78.1</bouncycastle.version>
<bouncycastle.version>1.79</bouncycastle.version>

<!-- test dependencies -->
<junit.version>5.11.0</junit.version>
Expand All @@ -62,7 +62,7 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.1.0</version>
<version>26.0.1</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit afc773d

Please sign in to comment.