#125 - Polishing.

Upgrade to latest R2DBC versions. Reformat code.
This commit is contained in:
Mark Paluch
2019-10-01 10:24:08 +02:00
parent 5b2670ef6f
commit 03ad99540a
3 changed files with 37 additions and 41 deletions

View File

@@ -35,7 +35,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.2.0.M5</version>
<version>2.2.0.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -49,7 +49,13 @@
<dependency>
<groupId>com.github.mp911de.microbenchmark-runner</groupId>
<artifactId>microbenchmark-runner-junit4</artifactId>
<version>0.1.0.RELEASE</version>
<version>0.2.0.RELEASE</version>
</dependency>
<dependency>
<groupId>com.github.mp911de.microbenchmark-runner</groupId>
<artifactId>microbenchmark-runner-extras</artifactId>
<version>0.2.0.RELEASE</version>
</dependency>
</dependencies>