Skip to content

Commit

Permalink
build(deps): Bump com.squareup.okio:okio from 2.9.0 to 3.4.0 in /server
Browse files Browse the repository at this point in the history
Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 2.9.0 to 3.4.0.
- [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md)
- [Commits](square/okio@parent-2.9.0...parent-3.4.0)

---
updated-dependencies:
- dependency-name: com.squareup.okio:okio
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 10, 2023
1 parent 51b7330 commit 7bb8f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/appengine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
implementation 'com.googlecode.objectify:objectify:5.1.22'

// Force older version of okio
implementation 'com.squareup.okio:okio:2.9.0'
implementation 'com.squareup.okio:okio:3.4.0'

implementation deps.gson
implementation deps.wire.gson
Expand Down

0 comments on commit 7bb8f41

Please sign in to comment.