Skip to content

Commit

Permalink
Update bcpg-jdk18on to 1.73
Browse files Browse the repository at this point in the history
  • Loading branch information
dwolla-oss-scala-steward[bot] authored and bpholt committed May 2, 2023
1 parent 362f306 commit 3b9700d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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 tests/.bcpg-1.71/target tests/target .aggregate/target core/.bcpg-1.71.1/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 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/target testkit/.bcpg-1.72.1/target testkit/.bcpg-1.72/target core/.bcpg-1.72.2/target tests/.bcpg-1.71/target tests/target .aggregate/target core/.bcpg-1.71.1/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

- 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 tests/.bcpg-1.71/target tests/target .aggregate/target core/.bcpg-1.71.1/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 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/target testkit/.bcpg-1.72.1/target testkit/.bcpg-1.72/target core/.bcpg-1.72.2/target tests/.bcpg-1.71/target tests/target .aggregate/target core/.bcpg-1.71.1/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

- name: Upload target directories
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
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.72.2",
"org.bouncycastle" % "bcpg-jdk18on" % "1.73",
List(
"1.72.2",
"1.72.1",
"1.72",
"1.71.1",
Expand Down

0 comments on commit 3b9700d

Please sign in to comment.