Skip to content

Commit

Permalink
Bump io.github.bonigarcia:webdrivermanager from 5.8.0 to 5.9.1 (#567)
Browse files Browse the repository at this point in the history
* Bump io.github.bonigarcia:webdrivermanager from 5.8.0 to 5.9.1

Bumps [io.github.bonigarcia:webdrivermanager](https://github.com/bonigarcia/webdrivermanager) from 5.8.0 to 5.9.1.
- [Release notes](https://github.com/bonigarcia/webdrivermanager/releases)
- [Changelog](https://github.com/bonigarcia/webdrivermanager/blob/master/CHANGELOG.md)
- [Commits](bonigarcia/webdrivermanager@webdrivermanager-5.8.0...webdrivermanager-5.9.1)

---
updated-dependencies:
- dependency-name: io.github.bonigarcia:webdrivermanager
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Adding bouncycastle explicitly for encrypted pdf support, as it was excluded explicitly by bonigarcia webdrivermanager on the upgrade from 5.8.x to 5.9.x per their changelog

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marc P <mperlman@codeforamerica.org>
  • Loading branch information
dependabot[bot] and cram-cfa committed Jul 25, 2024
1 parent fc6281e commit c4f1d26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ dependencies {
implementation 'com.mailgun:mailgun-java:1.1.3'
implementation 'com.google.crypto.tink:tink:1.14.0'
implementation 'org.springframework.session:spring-session-jdbc'
implementation 'org.bouncycastle:bcpkix-jdk18on:1.78.1'

// For M1 issue?
//runtimeOnly 'io.netty:netty-resolver-dns-native-macos:4.1.97.Final:osx-aarch_64'
Expand All @@ -104,7 +105,7 @@ dependencies {
// we should take a look at this dependency and see if it's really testing things correctly and
// monitor the dependencies.
testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.3.1'
testImplementation 'io.github.bonigarcia:webdrivermanager:5.8.0'
testImplementation 'io.github.bonigarcia:webdrivermanager:5.9.1'
testImplementation 'org.awaitility:awaitility'
testImplementation 'org.seleniumhq.selenium:selenium-java'
testImplementation 'org.postgresql:postgresql'
Expand Down

0 comments on commit c4f1d26

Please sign in to comment.