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.0 " ><img src =" https://img.shields.io/badge/javadoc-0.10.0 -brightgreen.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 >   ;
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 >   ;
@@ -48,7 +48,7 @@ Features are detailed with examples in the [wiki section](https://github.com/lec
4848 <td>Spring Boot</td>
4949 <td>org.springframework.boot</td>
5050 <td>spring-boot-starter-data-r2dbc</td>
51- <td>2.6.6 </td>
51+ <td>2.6.7 </td>
5252 <td><a href="https://search.maven.org/artifact/org.springframework.boot/spring-boot-starter-data-r2dbc"><img src="https://img.shields.io/maven-central/v/org.springframework.boot/spring-boot-starter-data-r2dbc.svg"</a></td>
5353 </tr>
5454 <tr>
@@ -101,13 +101,13 @@ Maven
101101<dependency >
102102 <groupId >net.lecousin.reactive-data-relational</groupId >
103103 <artifactId >h2</artifactId >
104- <version >0.10.0 </version >
104+ <version >0.10.1 </version >
105105</dependency >
106106```
107107
108108Gradle
109109``` groovy
110- implementation group: 'net.lecousin.reactive-data-relational', name: 'h2', version: '0.10.0 '
110+ implementation group: 'net.lecousin.reactive-data-relational', name: 'h2', version: '0.10.1 '
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.0 </version >
120+ <version >0.10.1 </version >
121121</dependency >
122122```
123123
124124Gradle
125125``` groovy
126- implementation group: 'net.lecousin.reactive-data-relational', name: 'postgres', version: '0.10.0 '
126+ implementation group: 'net.lecousin.reactive-data-relational', name: 'postgres', version: '0.10.1 '
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.0 </version >
136+ <version >0.10.1 </version >
137137</dependency >
138138```
139139
140140Gradle
141141``` groovy
142- implementation group: 'net.lecousin.reactive-data-relational', name: 'mysql', version: '0.10.0 '
142+ implementation group: 'net.lecousin.reactive-data-relational', name: 'mysql', version: '0.10.1 '
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.0 </version>
284+ <version>0.10.1 </version>
285285 <scope>test</scope>
286286</dependency>
287287` ` `
0 commit comments