Skip to content

Commit

Permalink
Update Bouncy Castle to 1.78.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Jun 14, 2024
1 parent 949e9b3 commit b0e5b53
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.77')
library('bcprov-jdk18on', 'org.bouncycastle', 'bcprov-jdk18on').version('1.78.1')
}

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.77
:bc-version: 1.78.1
:jna-version: 5.14.0
:jaybird-fbclient-version: 4.0.4.0

Expand Down

0 comments on commit b0e5b53

Please sign in to comment.