8000 Upgrade to Spring Boot 2.0 · blackbeltcoder/reactive-spring@bc718c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit bc718c5

Browse files
committed
Upgrade to Spring Boot 2.0
1 parent dd7fcb0 commit bc718c5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

reactor/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>io.projectreactor</groupId>
2020
<artifactId>reactor-bom</artifactId>
21-
<version>Bismuth-SR3</version>
21+
<version>Bismuth-SR7</version>
2222
<scope>import</scope>
2323
<type>pom</type>
2424
</dependency>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>io.reactivex</groupId>
3737
<artifactId>rxjava</artifactId>
38-
<version>1.3.2</version>
38+
<version>1.3.7</version>
3939
</dependency>
4040

4141
<dependency>
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>io.reactivex.rxjava2</groupId>
4949
<artifactId>rxjava</artifactId>
50-
<version>2.1.5</version>
50+
<version>2.1.12</version>
5151
</dependency>
5252

5353
<dependency>
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>org.assertj</groupId>
6868
<artifactId>assertj-core</artifactId>
69-
<version>3.8.0</version>
69+
<version>3.9.1</version>
7070
</dependency>
7171

7272
</dependencies>

spring-data/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>2.0.0.M6</version>
10+
<version>2.0.0.RELEASE</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

spring-webflux/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>2.0.0.M6</version>
10+
<version>2.0.0.RELEASE</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

0 commit comments

Comments
 (0)
0