Skip to content

Commit

Permalink
Merge pull request #992 from gocd/dependabot/gradle/org.bouncycastle-…
Browse files Browse the repository at this point in the history
…bcpkix-jdk18on-1.77

Bump org.bouncycastle:bcpkix-jdk18on from 1.76 to 1.77
  • Loading branch information
chadlwilson committed Nov 17, 2023
2 parents db63a37 + 541bfe8 commit 60f4a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ dependencies {
replacedBy('org.bouncycastle:bcpkix-jdk18on', "Everything can go via the JDK 1.8+ BouncyCastle version")
}
}
implementation('org.bouncycastle:bcpkix-jdk18on:1.76')
implementation('org.bouncycastle:bcpkix-jdk18on:1.77')
implementation group: 'org.slf4j', name: 'jcl-over-slf4j', version: project.versions.slf4j

testImplementation platform('org.junit:junit-bom:5.10.1')
Expand Down

0 comments on commit 60f4a3d

Please sign in to comment.