Skip to content

Commit

Permalink
Update bcpg-jdk18on to 1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
dwolla-oss-scala-steward[bot] authored and bpholt committed Jun 21, 2023
1 parent 50f027f commit 6467e3e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
3 changes: 2 additions & 1 deletion project/BouncyCastlePlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6467e3e

Please sign in to comment.