Skip to content

Commit

Permalink
build: bump mobile-android-pipelines from 6aafb0e to 0ae460e (#133)
Browse files Browse the repository at this point in the history
* build: bump mobile-android-pipelines from `6aafb0e` to `0ae460e`

Bumps [mobile-android-pipelines](https://github.com/govuk-one-login/mobile-android-pipelines) from `6aafb0e` to `0ae460e`.
- [Release notes](https://github.com/govuk-one-login/mobile-android-pipelines/releases)
- [Commits](govuk-one-login/mobile-android-pipelines@6aafb0e...0ae460e)

---
updated-dependencies:
- dependency-name: mobile-android-pipelines
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: BouncyCastle dependency

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ThomasIent <[email protected]>
  • Loading branch information
dependabot[bot] and ThomasIent authored Dec 16, 2024
1 parent 7e7f654 commit 400dd84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ buildscript {
gradlePluginPortal()
mavenCentral()
}

// https://issuetracker.google.com/issues/380600747
dependencies {
classpath("org.bouncycastle:bcutil-jdk18on:1.79")
}
}

val apkConfig by rootProject.extra(
Expand Down

0 comments on commit 400dd84

Please sign in to comment.