From 6467e3e3ad8503c7181f73f6963c4f3e7bc7d0d9 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, 21 Jun 2023 08:07:56 +0000 Subject: [PATCH] Update bcpg-jdk18on to 1.75 --- .github/workflows/ci.yml | 4 ++-- README.md | 4 ++-- project/BouncyCastlePlugin.scala | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26c3525..427da54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,11 +72,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 core/target testkit/.bcpg-1.72.1/target testkit/.bcpg-1.72/target core/.bcpg-1.72.2/target tests/.bcpg-1.71/target core/.bcpg-1.73/target tests/target .aggregate/target core/.bcpg-1.71.1/target testkit/.bcpg-1.73/target tests/.bcpg-1.73/target core/.bcpg-1.72/target target tests/.bcpg-1.72.1/target testkit/.bcpg-1.71/target tests/.bcpg-1.72/target tests/.bcpg-1.71.1/target testkit/.bcpg-1.72.2/target tests/.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 core/.bcpg-1.74/target core/target testkit/.bcpg-1.72.1/target testkit/.bcpg-1.72/target core/.bcpg-1.72.2/target tests/.bcpg-1.71/target core/.bcpg-1.73/target tests/target .aggregate/target core/.bcpg-1.71.1/target testkit/.bcpg-1.73/target tests/.bcpg-1.73/target tests/.bcpg-1.74/target core/.bcpg-1.72/target target tests/.bcpg-1.72.1/target testkit/.bcpg-1.74/target testkit/.bcpg-1.71/target tests/.bcpg-1.72/target tests/.bcpg-1.71.1/target testkit/.bcpg-1.72.2/target tests/.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 core/target testkit/.bcpg-1.72.1/target testkit/.bcpg-1.72/target core/.bcpg-1.72.2/target tests/.bcpg-1.71/target core/.bcpg-1.73/target tests/target .aggregate/target core/.bcpg-1.71.1/target testkit/.bcpg-1.73/target tests/.bcpg-1.73/target core/.bcpg-1.72/target target tests/.bcpg-1.72.1/target testkit/.bcpg-1.71/target tests/.bcpg-1.72/target tests/.bcpg-1.71.1/target testkit/.bcpg-1.72.2/target tests/.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 core/.bcpg-1.74/target core/target testkit/.bcpg-1.72.1/target testkit/.bcpg-1.72/target core/.bcpg-1.72.2/target tests/.bcpg-1.71/target core/.bcpg-1.73/target tests/target .aggregate/target core/.bcpg-1.71.1/target testkit/.bcpg-1.73/target tests/.bcpg-1.73/target tests/.bcpg-1.74/target core/.bcpg-1.72/target target tests/.bcpg-1.72.1/target testkit/.bcpg-1.74/target testkit/.bcpg-1.71/target tests/.bcpg-1.72/target tests/.bcpg-1.71.1/target testkit/.bcpg-1.72.2/target tests/.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 2cf76de..33296f4 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ 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.74`, so the latest version of -`com.dwolla::fs2-pgp` depends on `org.bouncycastle:bcpg-jdk18on:1.74`. In addition, +For example, the latest Bouncy Castle version is `1.75`, so the latest version of +`com.dwolla::fs2-pgp` depends on `org.bouncycastle:bcpg-jdk18on:1.75`. In addition, we publish artifacts named like `com.dwolla::fs2-pgp-bcpg1.73` for each of the previously supported Bouncy Castle artifacts. diff --git a/project/BouncyCastlePlugin.scala b/project/BouncyCastlePlugin.scala index c8867bd..77ea2b0 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.74", + "org.bouncycastle" % "bcpg-jdk18on" % "1.75", List( + "1.74", "1.73", "1.72.2", "1.72.1",