11# lc-spring-data-r2dbc
22
33<a href =" https://search.maven.org/artifact/net.lecousin.reactive-data-relational/core " ><img src =" https://img.shields.io/maven-central/v/net.lecousin.reactive-data-relational/core.svg " ></a >   ;
4- <a href =" https://www.javadoc.io/doc/net.lecousin.reactive-data-relational/core/0.10.1 " ><img src =" https://img.shields.io/badge/javadoc-0.10.1 -brightgreen.svg " ></a >   ;
4+ <a href =" https://www.javadoc.io/doc/net.lecousin.reactive-data-relational/core/0.10.2 " ><img src =" https://img.shields.io/badge/javadoc-0.10.2 -brightgreen.svg " ></a >   ;
55<a href =" https://github.com/lecousin/lc-spring-data-r2dbc/actions/workflows/maven.yml?query=branch%3Amaster " ><img src =" https://github.com/lecousin/lc-spring-data-r2dbc/actions/workflows/maven.yml/badge.svg?branch=master " ></a >
66<br />
77<a href =" https://codecov.io/gh/lecousin/lc-spring-data-r2dbc/branch/master " ><img src =" https://codecov.io/gh/lecousin/lc-spring-data-r2dbc/branch/master/graph/badge.svg " ></a >   ;
@@ -101,13 +101,13 @@ Maven
101101<dependency >
102102 <groupId >net.lecousin.reactive-data-relational</groupId >
103103 <artifactId >h2</artifactId >
104- <version >0.10.1 </version >
104+ <version >0.10.2 </version >
105105</dependency >
106106```
107107
108108Gradle
109109``` groovy
110- implementation group: 'net.lecousin.reactive-data-relational', name: 'h2', version: '0.10.1 '
110+ implementation group: 'net.lecousin.reactive-data-relational', name: 'h2', version: '0.10.2 '
111111```
112112
113113### Postgres
@@ -117,13 +117,13 @@ Maven
117117<dependency >
118118 <groupId >net.lecousin.reactive-data-relational</groupId >
119119 <artifactId >postgres</artifactId >
120- <version >0.10.1 </version >
120+ <version >0.10.2 </version >
121121</dependency >
122122```
123123
124124Gradle
125125``` groovy
126- implementation group: 'net.lecousin.reactive-data-relational', name: 'postgres', version: '0.10.1 '
126+ implementation group: 'net.lecousin.reactive-data-relational', name: 'postgres', version: '0.10.2 '
127127```
128128
129129### MySql
@@ -133,13 +133,13 @@ Maven
133133<dependency >
134134 <groupId >net.lecousin.reactive-data-relational</groupId >
135135 <artifactId >mysql</artifactId >
136- <version >0.10.1 </version >
136+ <version >0.10.2 </version >
137137</dependency >
138138```
139139
140140Gradle
141141``` groovy
142- implementation group: 'net.lecousin.reactive-data-relational', name: 'mysql', version: '0.10.1 '
142+ implementation group: 'net.lecousin.reactive-data-relational', name: 'mysql', version: '0.10.2 '
143143```
144144
145145## Spring Boot configuration
@@ -281,7 +281,7 @@ In order to make sure the initializer is launched before any test class is loade
281281<dependency>
282282 <groupId>net.lecousin.reactive-data-relational</groupId>
283283 <artifactId>test-junit-5</artifactId>
284- <version>0.10.1 </version>
284+ <version>0.10.2 </version>
285285 <scope>test</scope>
286286</dependency>
287287` ` `
0 commit comments