Skip to content

Commit

Permalink
chore(deps): bump streamsupport-cfuture from 1.7.2 to 1.7.3
Browse files Browse the repository at this point in the history
Bumps [streamsupport-cfuture](https://github.com/stefan-zobel/streamsupport) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/stefan-zobel/streamsupport/releases)
- [Commits](stefan-zobel/streamsupport@1.7.2...1.7.3)

---
updated-dependencies:
- dependency-name: net.sourceforge.streamsupport:streamsupport-cfuture
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 18, 2021
1 parent d36913c commit e7e0460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion executable-processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ dependencies {
implementation "org.threeten:threetenbp:1.5.1"

implementation "net.sourceforge.streamsupport:streamsupport:1.7.2"
implementation "net.sourceforge.streamsupport:streamsupport-cfuture:1.7.2"
implementation "net.sourceforge.streamsupport:streamsupport-cfuture:1.7.3"
}
2 changes: 1 addition & 1 deletion sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
// https://github.com/stefan-zobel/streamsupport
// https://developer.android.com/about/dashboards/index.html
api "net.sourceforge.streamsupport:streamsupport:1.7.2"
api "net.sourceforge.streamsupport:streamsupport-cfuture:1.7.2"
api "net.sourceforge.streamsupport:streamsupport-cfuture:1.7.3"

// NOTE: This is to support Android API < 26.
api "org.threeten:threetenbp:1.5.1"
Expand Down

0 comments on commit e7e0460

Please sign in to comment.