|
91 | 91 | <mockito.version>1.9.5</mockito.version>
|
92 | 92 | <mongodb.version>2.12.3</mongodb.version>
|
93 | 93 | <mysql.version>5.1.31</mysql.version>
|
94 |
| - <reactor.version>1.1.2.RELEASE</reactor.version> |
| 94 | + <reactor.version>1.1.4.RELEASE</reactor.version> |
| 95 | + <reactor-spring.version>1.1.3.RELEASE</reactor-spring.version> |
95 | 96 | <servlet-api.version>3.0.1</servlet-api.version>
|
96 | 97 | <slf4j.version>1.7.7</slf4j.version>
|
97 | 98 | <snakeyaml.version>1.13</snakeyaml.version>
|
|
881 | 882 | <dependency>
|
882 | 883 | <groupId>org.projectreactor.spring</groupId>
|
883 | 884 | <artifactId>reactor-spring-core</artifactId>
|
884 |
| - <version>${reactor.version}</version> |
| 885 | + <version>${reactor-spring.version}</version> |
885 | 886 | </dependency>
|
886 | 887 | <dependency>
|
887 | 888 | <groupId>org.projectreactor.spring</groupId>
|
888 | 889 | <artifactId>reactor-spring-context</artifactId>
|
889 |
| - <version>${reactor.version}</version> |
| 890 | + <version>${reactor-spring.version}</version> |
890 | 891 | </dependency>
|
891 | 892 | <dependency>
|
892 | 893 | <groupId>org.projectreactor.spring</groupId>
|
893 | 894 | <artifactId>reactor-spring-messaging</artifactId>
|
894 |
| - <version>${reactor.version}</version> |
| 895 | + <version>${reactor-spring.version}</version> |
895 | 896 | </dependency>
|
896 | 897 | <dependency>
|
897 | 898 | <groupId>org.projectreactor.spring</groupId>
|
898 | 899 | <artifactId>reactor-spring-webmvc</artifactId>
|
899 |
| - <version>${reactor.version}</version> |
| 900 | + <version>${reactor-spring.version}</version> |
900 | 901 | </dependency>
|
901 | 902 | <dependency>
|
902 | 903 | <groupId>org.mockito</groupId>
|
|
0 commit comments