Skip to content

Commit b28af7c

Browse files
Bump the java-production-dependencies group across 1 directory with 3 updates
Bumps the java-production-dependencies group with 3 updates in the / directory: [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java), [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) and [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin). Updates `org.bouncycastle:bcprov-jdk18on` from 1.80 to 1.81 - [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 26.0.2 to 26.0.2-1 - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/java-annotations/commits) Updates `org.sonatype.central:central-publishing-maven-plugin` from 0.7.0 to 0.8.0 - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) --- updated-dependencies: - dependency-name: org.bouncycastle:bcprov-jdk18on dependency-version: '1.81' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java-production-dependencies - dependency-name: org.jetbrains:annotations dependency-version: 26.0.2-1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-production-dependencies - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java-production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 72e4be2 commit b28af7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<project.build.outputTimestamp>2025-03-14T12:02:43Z</project.build.outputTimestamp>
3939

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

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

@@ -336,7 +336,7 @@
336336
<plugin>
337337
<groupId>org.sonatype.central</groupId>
338338
<artifactId>central-publishing-maven-plugin</artifactId>
339-
<version>0.7.0</version>
339+
<version>0.9.0</version>
340340
<extensions>true</extensions>
341341
<configuration>
342342
<publishingServerId>central</publishingServerId>

0 commit comments

Comments
 (0)