Skip to content

Commit 76d073c

Browse files
Bump the java-production-dependencies group across 1 directory with 2 updates
Bumps the java-production-dependencies group with 2 updates in the / directory: [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.80 - [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.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@24.1.0...26.0.2) --- 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] <[email protected]>
1 parent 09177d2 commit 76d073c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<project.build.outputTimestamp>2024-04-16T12:32:12Z</project.build.outputTimestamp>
3939

4040
<!-- dependencies -->
41-
<bouncycastle.version>1.78.1</bouncycastle.version>
41+
<bouncycastle.version>1.80</bouncycastle.version>
4242

4343
<!-- test dependencies -->
4444
<junit.version>5.11.0</junit.version>
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>org.jetbrains</groupId>
6464
<artifactId>annotations</artifactId>
65-
<version>24.1.0</version>
65+
<version>26.0.2</version>
6666
<scope>provided</scope>
6767
</dependency>
6868

0 commit comments

Comments
 (0)