Skip to content

Commit 361de10

Browse files
committed
Upgrade org.bouncycastle:bcprov-jdk18on to 1.79
1 parent b8de9e0 commit 361de10

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.15.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.78.1')
15+
library('bcprov-jdk18on', 'org.bouncycastle', 'bcprov-jdk18on').version('1.79')
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.78.1
11+
:bc-version: 1.79
1212
:jna-version: 5.15.0
1313
:jaybird-fbclient-version: 5.0.1.1
1414
:firebird-java: https://groups.google.com/g/firebird-java
@@ -43,6 +43,7 @@ See also <<custom-socket-factory>>.
4343
* Improvement: added connection property `asyncFetch` and system property `org.firebirdsql.jdbc.defaultAsyncFetch` to disable async fetching for pure Java connections (https://github.com/FirebirdSQL/jaybird/issues/831[#831])
4444
+
4545
See also <<async-fetch>>
46+
* Dependency update: updated `org.bouncycastle:bcprov-jdk18on` from 1.78.1 to 1.79 (used by `chacha64-plugin`)
4647

4748
[#jaybird-6-0-0-beta-1-changelog]
4849
=== Jaybird 6.0.0-beta-1

0 commit comments

Comments
 (0)