-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump org.reactivestreams from
a973c9e
to a625d3a
Bumps [org.reactivestreams](https://github.com/sgammon/reactive-streams-jvm) from `a973c9e` to `a625d3a`. - [Commits](sgammon/reactive-streams-jvm@a973c9e...a625d3a) --- updated-dependencies: - dependency-name: org.reactivestreams dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
14a6bbf
commit 066ccbb
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule org.reactivestreams
updated
21 files
+6 −4 | .github/workflows/ci.yml | |
+16 −69 | api/build.gradle | |
+0 −4 | api/gradle.lockfile | |
+0 −10 | api/src/main/java9/module-info.java | |
+85 −94 | build.gradle | |
+2 −4 | examples/build.gradle | |
+0 −20 | examples/gradle.lockfile | |
+0 −12 | gradle/libs.versions.toml | |
+ − | gradle/verification-keyring.gpg | |
+0 −801 | gradle/verification-keyring.keys | |
+0 −178 | gradle/verification-metadata.xml | |
+ − | gradle/wrapper/gradle-wrapper.jar | |
+1 −3 | gradle/wrapper/gradle-wrapper.properties | |
+112 −189 | gradlew | |
+34 −42 | gradlew.bat | |
+0 −4 | reactive-streams-tck-flow/gradle.lockfile | |
+0 −4 | settings-gradle.lockfile | |
+23 −11 | settings.gradle | |
+10 −70 | tck-flow/build.gradle | |
+11 −60 | tck/build.gradle | |
+0 −20 | tck/gradle.lockfile |