Skip to content

Commit 90d3ff9

Browse files
committed
#856 Upgrade BouncyCastle to 1.80
1 parent 825ac77 commit 90d3ff9

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.79')
15+
library('bcprov-jdk18on', 'org.bouncycastle', 'bcprov-jdk18on').version('1.80')
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.79
11+
:bc-version: 1.80
1212
:jna-version: 5.17.0
1313
:jaybird-fbclient-version: 5.0.1.1
1414
:firebird-java: https://groups.google.com/g/firebird-java
@@ -50,6 +50,7 @@ See also <<breaking-changes-internal-api-6-0-1>>.
5050
+
5151
See also <<blob-performance-info-items>>.
5252
* Dependency update: updated `net.java.dev.jna:jna-jpms` from 5.16.0 to 5.17.0 (used by `jaybird-native`) (https://github.com/FirebirdSQL/jaybird/issues/854[#854])
53+
* Dependency update: updated `org.bouncycastle:bcprov-jdk18on` from 1.79 to 1.80 (used by `chacha64-plugin`) (https://github.com/FirebirdSQL/jaybird/issues/856[#856])
5354

5455
=== Jaybird 6.0.0
5556

0 commit comments

Comments
 (0)