Skip to content

Commit ba392ba

Browse files
author
Maksim Kostromin
committed
Update project libraries versions.
1 parent 4508938 commit ba392ba

File tree

3 files changed

+9
-17
lines changed

3 files changed

+9
-17
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ PostgreSQL, MS SQL Server, r2dbc-pool, r2dbc-proxy or H2 database. It's not pure
44
are simply transforming R2DBC URL into liquibase compatible in a little spring-boot starter to apply liquibase migrations update
55
automatically within application runner bean
66

7+
## Support
8+
Java 17, 18, 19, 20 with Spring Boot 3.x
9+
710
[![Maven Central](https://img.shields.io/maven-central/v/io.github.daggerok/liquibase-r2dbc-spring-boot-starter.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.github.daggerok%22%20AND%20a:%22liquibase-r2dbc-spring-boot-starter%22)
811

912
### Getting started
@@ -12,14 +15,14 @@ automatically within application runner bean
1215
<dependency>
1316
<groupId>io.github.daggerok</groupId>
1417
<artifactId>liquibase-r2dbc-spring-boot-starter</artifactId>
15-
<version>2.7.14</version>
18+
<version>2.7.14-1</version>
1619
</dependency>
1720
```
1821

1922
or
2023

2124
```kotlin
22-
dependency("io.github.daggerok:liquibase-r2dbc-spring-boot-starter:2.7.14")
25+
dependency("io.github.daggerok:liquibase-r2dbc-spring-boot-starter:2.7.14-1")
2326
```
2427

2528
And then use regular Spring Boot + Liquibase setup:

pom.xml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,11 @@
5454
<properties>
5555
<gpg.skip>true</gpg.skip>
5656
<spring-boot.version>3.1.3</spring-boot.version>
57-
<testcontainers.version>1.17.6</testcontainers.version>
57+
<testcontainers.version>1.19.0</testcontainers.version>
5858
<r2dbc-mysql.version>0.8.2.RELEASE</r2dbc-mysql.version>
5959
<log4j-api-kotlin.version>1.2.0</log4j-api-kotlin.version>
6060
<maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version>
61-
<mysql-connector-j.version>8.1.0</mysql-connector-j.version>
6261
<webjars.npm.mvp.css.version>1.8.0</webjars.npm.mvp.css.version>
63-
<mariadb-java-client.version>3.2.0</mariadb-java-client.version>
6462
<javax.activation-api.version>1.2.0</javax.activation-api.version>
6563
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
6664
<versions-maven-plugin.version>2.13.0</versions-maven-plugin.version>
@@ -145,18 +143,6 @@
145143
</dependencies>
146144
<dependencyManagement>
147145
<dependencies>
148-
<dependency>
149-
<groupId>org.mariadb.jdbc</groupId>
150-
<artifactId>mariadb-java-client</artifactId>
151-
<version>${mariadb-java-client.version}</version>
152-
<type>jar</type>
153-
</dependency>
154-
<dependency>
155-
<groupId>com.mysql</groupId>
156-
<artifactId>mysql-connector-j</artifactId>
157-
<version>${mysql-connector-j.version}</version>
158-
<type>jar</type>
159-
</dependency>
160146
<dependency>
161147
<groupId>org.testcontainers</groupId>
162148
<artifactId>testcontainers-bom</artifactId>

src/main/templates/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ PostgreSQL, MS SQL Server, r2dbc-pool, r2dbc-proxy or H2 database. It's not pure
44
are simply transforming R2DBC URL into liquibase compatible in a little spring-boot starter to apply liquibase migrations update
55
automatically within application runner bean
66

7+
## Support
8+
Java 17, 18, 19, 20 with Spring Boot 3.x
9+
710
[![Maven Central](https://img.shields.io/maven-central/v/io.github.daggerok/liquibase-r2dbc-spring-boot-starter.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.github.daggerok%22%20AND%20a:%22liquibase-r2dbc-spring-boot-starter%22)
811

912
### Getting started

0 commit comments

Comments
 (0)