We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c81fdd + d27fef7 commit 31f1ac0Copy full SHA for 31f1ac0
1 file changed
reactive/pom.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
4
- Copyright 2012-2021 The Feign Authors
+ Copyright 2012-2022 The Feign Authors
5
6
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
7
in compliance with the License. You may obtain a copy of the License at
@@ -28,9 +28,9 @@
28
29
<properties>
30
<main.basedir>${project.basedir}/..</main.basedir>
31
- <reactor.version>3.3.0.RELEASE</reactor.version>
+ <reactor.version>3.4.14</reactor.version>
32
<reactive.streams.version>1.0.3</reactive.streams.version>
33
- <reactivex.version>2.2.14</reactivex.version>
+ <reactivex.version>2.2.21</reactivex.version>
34
</properties>
35
36
<dependencies>
0 commit comments