From 553dc868015e4b4ff0875c0b00d633ca91b9d8b0 Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 08:06:39 +0000 Subject: [PATCH] Update bcpg-jdk18on to 1.77 --- .github/workflows/ci.yml | 4 ++-- README.md | 6 +++--- project/BouncyCastlePlugin.scala | 3 ++- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df8b394..670f35d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,11 +58,11 @@ jobs: - name: Make target directories if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main') - run: mkdir -p testkit/target testkit/.bcpg-1.75/target core/.bcpg-1.74/target core/target testkit/.bcpg-1.72.1/target testkit/.bcpg-1.72/target core/.bcpg-1.72.2/target core/.bcpg-1.73/target core/.bcpg-1.71.1/target testkit/.bcpg-1.73/target core/.bcpg-1.72/target testkit/.bcpg-1.74/target testkit/.bcpg-1.71/target core/.bcpg-1.75/target testkit/.bcpg-1.72.2/target core/.bcpg-1.71/target core/.bcpg-1.72.1/target testkit/.bcpg-1.71.1/target project/target + run: mkdir -p testkit/target testkit/.bcpg-1.75/target core/.bcpg-1.74/target core/target testkit/.bcpg-1.72.1/target testkit/.bcpg-1.72/target core/.bcpg-1.72.2/target core/.bcpg-1.73/target core/.bcpg-1.76/target core/.bcpg-1.71.1/target testkit/.bcpg-1.73/target core/.bcpg-1.72/target testkit/.bcpg-1.74/target testkit/.bcpg-1.71/target testkit/.bcpg-1.76/target core/.bcpg-1.75/target testkit/.bcpg-1.72.2/target core/.bcpg-1.71/target core/.bcpg-1.72.1/target testkit/.bcpg-1.71.1/target project/target - name: Compress target directories if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main') - run: tar cf targets.tar testkit/target testkit/.bcpg-1.75/target core/.bcpg-1.74/target core/target testkit/.bcpg-1.72.1/target testkit/.bcpg-1.72/target core/.bcpg-1.72.2/target core/.bcpg-1.73/target core/.bcpg-1.71.1/target testkit/.bcpg-1.73/target core/.bcpg-1.72/target testkit/.bcpg-1.74/target testkit/.bcpg-1.71/target core/.bcpg-1.75/target testkit/.bcpg-1.72.2/target core/.bcpg-1.71/target core/.bcpg-1.72.1/target testkit/.bcpg-1.71.1/target project/target + run: tar cf targets.tar testkit/target testkit/.bcpg-1.75/target core/.bcpg-1.74/target core/target testkit/.bcpg-1.72.1/target testkit/.bcpg-1.72/target core/.bcpg-1.72.2/target core/.bcpg-1.73/target core/.bcpg-1.76/target core/.bcpg-1.71.1/target testkit/.bcpg-1.73/target core/.bcpg-1.72/target testkit/.bcpg-1.74/target testkit/.bcpg-1.71/target testkit/.bcpg-1.76/target core/.bcpg-1.75/target testkit/.bcpg-1.72.2/target core/.bcpg-1.71/target core/.bcpg-1.72.1/target testkit/.bcpg-1.71.1/target project/target - name: Upload target directories if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main') diff --git a/README.md b/README.md index b29e3ff..77d63f6 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,9 @@ the latest Bouncy Castle version, with previously supported versions published as supplemental artifacts with the supported Bouncy Castle version appended to the artifact name. -For example, the latest Bouncy Castle version is `1.76`, so the latest version of -`com.dwolla::fs2-pgp` depends on `org.bouncycastle:bcpg-jdk18on:1.76`. In addition, -we publish artifacts named like `com.dwolla::fs2-pgp-bcpg1.75` for each of the +For example, the latest Bouncy Castle version is `1.77`, so the latest version of +`com.dwolla::fs2-pgp` depends on `org.bouncycastle:bcpg-jdk18on:1.77`. In addition, +we publish artifacts named like `com.dwolla::fs2-pgp-bcpg1.76` for each of the previously supported Bouncy Castle artifacts. ## Keys diff --git a/project/BouncyCastlePlugin.scala b/project/BouncyCastlePlugin.scala index b9ac3de..4cce529 100644 --- a/project/BouncyCastlePlugin.scala +++ b/project/BouncyCastlePlugin.scala @@ -21,8 +21,9 @@ object BouncyCastlePlugin extends AutoPlugin { // This plugin will automatically release a new suffixed artifact that can be used by users with bincompat issues. // Don't forget to regenerate the GitHub Actions workflow by running the `githubWorkflowGenerate` sbt task. private val bcpg = ArtifactVersions( - "org.bouncycastle" % "bcpg-jdk18on" % "1.76", + "org.bouncycastle" % "bcpg-jdk18on" % "1.77", List( + "1.76", "1.75", "1.74", "1.73",