Skip to content

Commit 6467e3e

Browse files
dwolla-oss-scala-steward[bot]bpholt
authored andcommitted
Update bcpg-jdk18on to 1.75
1 parent 50f027f commit 6467e3e

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ jobs:
7272

7373
- name: Make target directories
7474
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
75-
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
75+
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
7676

7777
- name: Compress target directories
7878
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
79-
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
79+
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
8080

8181
- name: Upload target directories
8282
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ the latest Bouncy Castle version, with previously supported versions published
4242
as supplemental artifacts with the supported Bouncy Castle version appended to
4343
the artifact name.
4444

45-
For example, the latest Bouncy Castle version is `1.74`, so the latest version of
46-
`com.dwolla::fs2-pgp` depends on `org.bouncycastle:bcpg-jdk18on:1.74`. In addition,
45+
For example, the latest Bouncy Castle version is `1.75`, so the latest version of
46+
`com.dwolla::fs2-pgp` depends on `org.bouncycastle:bcpg-jdk18on:1.75`. In addition,
4747
we publish artifacts named like `com.dwolla::fs2-pgp-bcpg1.73` for each of the
4848
previously supported Bouncy Castle artifacts.
4949

project/BouncyCastlePlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ object BouncyCastlePlugin extends AutoPlugin {
2121
// This plugin will automatically release a new suffixed artifact that can be used by users with bincompat issues.
2222
// Don't forget to regenerate the GitHub Actions workflow by running the `githubWorkflowGenerate` sbt task.
2323
private val bcpg = ArtifactVersions(
24-
"org.bouncycastle" % "bcpg-jdk18on" % "1.74",
24+
"org.bouncycastle" % "bcpg-jdk18on" % "1.75",
2525
List(
26+
"1.74",
2627
"1.73",
2728
"1.72.2",
2829
"1.72.1",

0 commit comments

Comments
 (0)