22
33net.lecousin.reactive-data-relational
44[ ![ Maven Central] ( https://img.shields.io/maven-central/v/net.lecousin.reactive-data-relational/core.svg )] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22net.lecousin.reactive-data-relational%22%20AND%20a%3A%22core%22 )
5- [ ![ Javadoc] ( https://img.shields.io/badge/javadoc-0.5.1 -brightgreen.svg )] ( https://www.javadoc.io/doc/net.lecousin.reactive-data-relational/core/0.5.1 )
5+ [ ![ Javadoc] ( https://img.shields.io/badge/javadoc-0.5.2 -brightgreen.svg )] ( https://www.javadoc.io/doc/net.lecousin.reactive-data-relational/core/0.5.2 )
66![ Build status] ( https://github.com/lecousin/lc-spring-data-r2dbc/actions/workflows/maven.yml/badge.svg?branch=master )
77[ ![ Codecov] ( https://codecov.io/gh/lecousin/lc-spring-data-r2dbc/branch/master/graph/badge.svg )] ( https://codecov.io/gh/lecousin/lc-spring-data-r2dbc/branch/master )
88
@@ -60,13 +60,13 @@ Maven
6060<dependency >
6161 <groupId >net.lecousin.reactive-data-relational</groupId >
6262 <artifactId >h2</artifactId >
63- <version >0.5.1 </version >
63+ <version >0.5.2 </version >
6464</dependency >
6565```
6666
6767Gradle
6868``` groovy
69- implementation group: 'net.lecousin.reactive-data-relational', name: 'h2', version: '0.5.1 '
69+ implementation group: 'net.lecousin.reactive-data-relational', name: 'h2', version: '0.5.2 '
7070```
7171
7272### Postgres
@@ -76,13 +76,13 @@ Maven
7676<dependency >
7777 <groupId >net.lecousin.reactive-data-relational</groupId >
7878 <artifactId >postgres</artifactId >
79- <version >0.5.1 </version >
79+ <version >0.5.2 </version >
8080</dependency >
8181```
8282
8383Gradle
8484``` groovy
85- implementation group: 'net.lecousin.reactive-data-relational', name: 'postgres', version: '0.5.1 '
85+ implementation group: 'net.lecousin.reactive-data-relational', name: 'postgres', version: '0.5.2 '
8686```
8787
8888### MySql
@@ -92,13 +92,13 @@ Maven
9292<dependency >
9393 <groupId >net.lecousin.reactive-data-relational</groupId >
9494 <artifactId >mysql</artifactId >
95- <version >0.5.1 </version >
95+ <version >0.5.2 </version >
9696</dependency >
9797```
9898
9999Gradle
100100``` groovy
101- implementation group: 'net.lecousin.reactive-data-relational', name: 'mysql', version: '0.5.1 '
101+ implementation group: 'net.lecousin.reactive-data-relational', name: 'mysql', version: '0.5.2 '
102102```
103103
104104## Spring Boot configuration
@@ -212,7 +212,7 @@ In order to make sure the initializer is launched before any test class is loade
212212<dependency>
213213 <groupId>net.lecousin.reactive-data-relational</groupId>
214214 <artifactId>test-junit-5</artifactId>
215- <version>0.5.1 </version>
215+ <version>0.5.2 </version>
216216 <scope>test</scope>
217217</dependency>
218218` ` `
0 commit comments