Skip to content

Commit caf7cf4

Browse files
committed
#912 Upgrade Bouncy Castle to 1.83
1 parent 4b11e86 commit caf7cf4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencyResolutionManagement {
1414
libs {
1515
library('jna', 'net.java.dev.jna', 'jna-jpms').version('5.18.1')
1616
library('jakarta.servlet-api', 'jakarta.servlet', 'jakarta.servlet-api').version('5.0.0')
17-
library('bcprov-jdk18on', 'org.bouncycastle', 'bcprov-jdk18on').version('1.81')
17+
library('bcprov-jdk18on', 'org.bouncycastle', 'bcprov-jdk18on').version('1.83')
1818
library('jspecify', 'org.jspecify', 'jspecify').version('1.0.0')
1919
}
2020

src/docs/asciidoc/release_notes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
:toc: left
99
:icons: font
1010
:sectnums:
11-
:bc-version: 1.81
11+
:bc-version: 1.83
1212
:jna-version: 5.18.1
1313
:jaybird-fbclient-version: 5.0.2.0
1414
:firebird-java: https://groups.google.com/g/firebird-java

0 commit comments

Comments
 (0)