Skip to content

Commit 31f1ac0

Browse files
authored
Merge branch 'master' into master
2 parents 2c81fdd + d27fef7 commit 31f1ac0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

reactive/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2012-2021 The Feign Authors
4+
Copyright 2012-2022 The Feign Authors
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
77
in compliance with the License. You may obtain a copy of the License at
@@ -28,9 +28,9 @@
2828

2929
<properties>
3030
<main.basedir>${project.basedir}/..</main.basedir>
31-
<reactor.version>3.3.0.RELEASE</reactor.version>
31+
<reactor.version>3.4.14</reactor.version>
3232
<reactive.streams.version>1.0.3</reactive.streams.version>
33-
<reactivex.version>2.2.14</reactivex.version>
33+
<reactivex.version>2.2.21</reactivex.version>
3434
</properties>
3535

3636
<dependencies>

0 commit comments

Comments
 (0)