Skip to content

Commit

Permalink
Upgrade Bouncycastle (bcprov-jdk18on) to 1.77
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Dec 15, 2023
1 parent 563a9a9 commit 75cd0d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencyResolutionManagement {
libs {
library('jna', 'net.java.dev.jna', 'jna-jpms').version('5.14.0')
library('jakarta.servlet-api', 'jakarta.servlet', 'jakarta.servlet-api').version('5.0.0')
library('bcprov-jdk18on', 'org.bouncycastle', 'bcprov-jdk18on').version('1.76')
library('bcprov-jdk18on', 'org.bouncycastle', 'bcprov-jdk18on').version('1.77')
}

testLibs {
Expand Down
2 changes: 1 addition & 1 deletion src/docs/asciidoc/release_notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:toc: left
:icons: font
:sectnums:
:bc-version: 1.76
:bc-version: 1.77
:jna-version: 5.14.0
:jaybird-fbclient-version: 4.0.4.0

Expand Down

0 comments on commit 75cd0d6

Please sign in to comment.