2
2
3
3
net.lecousin.reactive-data-relational
4
4
[ ![ 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 )
6
6
![ Build status] ( https://github.com/lecousin/lc-spring-data-r2dbc/actions/workflows/maven.yml/badge.svg?branch=master )
7
7
[ ![ 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 )
8
8
@@ -60,13 +60,13 @@ Maven
60
60
<dependency >
61
61
<groupId >net.lecousin.reactive-data-relational</groupId >
62
62
<artifactId >h2</artifactId >
63
- <version >0.5.1 </version >
63
+ <version >0.5.2 </version >
64
64
</dependency >
65
65
```
66
66
67
67
Gradle
68
68
``` 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 '
70
70
```
71
71
72
72
### Postgres
@@ -76,13 +76,13 @@ Maven
76
76
<dependency >
77
77
<groupId >net.lecousin.reactive-data-relational</groupId >
78
78
<artifactId >postgres</artifactId >
79
- <version >0.5.1 </version >
79
+ <version >0.5.2 </version >
80
80
</dependency >
81
81
```
82
82
83
83
Gradle
84
84
``` 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 '
86
86
```
87
87
88
88
### MySql
@@ -92,13 +92,13 @@ Maven
92
92
<dependency >
93
93
<groupId >net.lecousin.reactive-data-relational</groupId >
94
94
<artifactId >mysql</artifactId >
95
- <version >0.5.1 </version >
95
+ <version >0.5.2 </version >
96
96
</dependency >
97
97
```
98
98
99
99
Gradle
100
100
``` 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 '
102
102
```
103
103
104
104
## Spring Boot configuration
@@ -212,7 +212,7 @@ In order to make sure the initializer is launched before any test class is loade
212
212
<dependency>
213
213
<groupId>net.lecousin.reactive-data-relational</groupId>
214
214
<artifactId>test-junit-5</artifactId>
215
- <version>0.5.1 </version>
215
+ <version>0.5.2 </version>
216
216
<scope>test</scope>
217
217
</dependency>
218
218
` ` `
0 commit comments