Skip to content

Commit 33d26bd

Browse files
committed
#889 Upgrade BouncyCastle to version 1.81
1 parent 52247d0 commit 33d26bd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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.17.0')
1414
library('jakarta.servlet-api', 'jakarta.servlet', 'jakarta.servlet-api').version('5.0.0')
15-
library('bcprov-jdk18on', 'org.bouncycastle', 'bcprov-jdk18on').version('1.80')
15+
library('bcprov-jdk18on', 'org.bouncycastle', 'bcprov-jdk18on').version('1.81')
1616
library('jspecify', 'org.jspecify', 'jspecify').version('1.0.0')
1717
}
1818

src/docs/asciidoc/release_notes.adoc

Lines changed: 2 additions & 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.80
11+
:bc-version: 1.81
1212
:jna-version: 5.17.0
1313
:jaybird-fbclient-version: 5.0.2.0
1414
:firebird-java: https://groups.google.com/g/firebird-java
@@ -43,6 +43,7 @@ A large amount (>= 64) of statement closes (or cleanup of leaked statements) wit
4343
This could also hang the cleaner thread used for closing leaked statements.
4444
* Fixed: `ResultSet` move incorrectly closes input `Clob` (https://github.com/FirebirdSQL/jaybird/issues/880[#880])
4545
* Fixed: Batch execution with multiple empty strings resulted in error _"Repeated blob id 0:0 in registerBlob()"_ (https://github.com/FirebirdSQL/jaybird/issues/888[#888])
46+
* Dependency update: updated `org.bouncycastle:bcprov-jdk18on` from 1.80 to 1.81 (used by `chacha64-plugin`) (https://github.com/FirebirdSQL/jaybird/issues/889[#889])
4647

4748
=== Jaybird 6.0.2
4849

0 commit comments

Comments
 (0)