Skip to content

Commit 10a283f

Browse files
committed
#912 Upgrade Bouncy Castle to 1.83
1 parent 637a1ec commit 10a283f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

settings.gradle

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

src/docs/asciidoc/release_notes.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ This fix was frontported from Jaybird 5.0.10.
5454
Only Firebird 2.5 (not supported) is affected.
5555
* Fixed: `FBServiceManager.getAuthPlugins()` reported the `dbCryptConfig` value (https://github.com/FirebirdSQL/jaybird/issues/901[#901])
5656
* Dependency update: updated `net.java.dev.jna:jna-jpms` from 5.17.0 to 5.18.1 (used by `jaybird-native`) (https://github.com/FirebirdSQL/jaybird/issues/910[#910])
57+
* Dependency update: updated `org.bouncycastle:bcprov-jdk18on` from 1.81 to 1.83 (used by `chacha64-plugin`) (https://github.com/FirebirdSQL/jaybird/issues/912[#856])
5758

5859
This release is not fully compatible with the upcoming JDBC 4.5 Specification to be introduced with Java 26.
5960
See <<jdbc45-compat>> for more information.

0 commit comments

Comments
 (0)