Skip to content

Commit

Permalink
Dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Aug 20, 2018
1 parent 35894de commit dc3bea8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions reactor/pom.xml
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-bom</artifactId>
<version>Bismuth-SR7</version>
<version>Bismuth-SR10</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
<version>2.1.12</version>
<version>2.2.0</version>
</dependency>

<dependency>
Expand All @@ -66,7 +66,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.9.1</version>
<version>3.11.0</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion spring-data/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.1.RELEASE</version>
<version>2.0.4.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-webflux/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.1.RELEASE</version>
<version>2.0.4.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down

0 comments on commit dc3bea8

Please sign in to comment.