Skip to content

Update reactive-streams.version to v1.0.4 #665

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 31, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update reactive-streams.version to v1.0.4
  • Loading branch information
renovate-bot committed May 26, 2022
commit 39f0a38c73f608b6457558e73990ab29ff4b7eaa
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<kotlin-coroutines.version>1.6.1-native-mt</kotlin-coroutines.version>
<jackson.version>2.13.3</jackson.version>
<graphql-java.version>18.1</graphql-java.version>
<reactive-streams.version>1.0.3</reactive-streams.version>
<reactive-streams.version>1.0.4</reactive-streams.version>

<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
Expand Down