Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ aws-json-protocol = { module = "software.amazon.awssdk:aws-json-protocol", versi
aws-query-protocol = { module = "software.amazon.awssdk:aws-query-protocol", version = "2.15.28" }
aws-xml-protocol = { module = "software.amazon.awssdk:aws-xml-protocol", version = "2.15.28" }
bcpkix-jdk18on = { module = "org.bouncycastle:bcpkix-jdk18on", version = "1.78.1" }

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #379

bcprov-jdk18on = { module = "org.bouncycastle:bcprov-jdk18on", version = "1.78.1" }
bcprov-jdk18on = { module = "org.bouncycastle:bcprov-jdk18on", version = "1.84" }
bcutil-jdk18on = { module = "org.bouncycastle:bcutil-jdk18on", version = "1.78.1" }

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

renovate did not start a PR for bcutil, but it should be kept in sync with the other two.

byte-buddy = { module = "net.bytebuddy:byte-buddy", version = "1.14.13" }
byte-buddy-agent = { module = "net.bytebuddy:byte-buddy-agent", version = "1.14.13" }
Expand Down
8 changes: 8 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2172,6 +2172,14 @@
<sha256 value="28912d139f9eed141c394371fbe5ba6ffff91e78f1c9cb8348f944a24d204ed2" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.bouncycastle" name="bcprov-jdk18on" version="1.84">
<artifact name="bcprov-jdk18on-1.84.jar">
<sha256 value="64d6c5a6121fcd927152dd182cbed39afe0fda641a970d9bcc0c9cb1858b2731" origin="Generated by Gradle"/>
</artifact>
<artifact name="bcprov-jdk18on-1.84.pom">
<sha256 value="ce7abb4a91ba5d2a73fdf17a3df4762e3605a0392cc7983ef2f1ae16cd384cc3" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.bouncycastle" name="bcutil-jdk18on" version="1.78.1">
<artifact name="bcutil-jdk18on-1.78.1.jar">
<sha256 value="d9fa56f97b0f761ce3bc8d9d74c5d7137a987bf5bd3abfe1003f9bafa45a1d2f" origin="Generated by Gradle"/>
Expand Down
Loading