Skip to content

Commit 8883f19

Browse files
authored
add missing description (#8)
1 parent 939eaf6 commit 8883f19

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ This will create a MariaDB container based on `mariadb:10.3` with the default us
233233

234234
````kotlin
235235
dependencies {
236-
testResourcesImplementation ("io.cloudflight.testresources.springboot:springboot-testresources-jdbc-mariadb:0.0.2")
236+
testResourcesImplementation ("io.cloudflight.testresources.springboot:springboot-testresources-jdbc-mariadb:0.1.1")
237237
}
238238
````
239239

@@ -250,7 +250,7 @@ dependencies {
250250

251251
````kotlin
252252
dependencies {
253-
testResourcesImplementation ("io.cloudflight.testresources.springboot:springboot-testresources-jdbc-postgres:0.0.3")
253+
testResourcesImplementation ("io.cloudflight.testresources.springboot:springboot-testresources-jdbc-postgres:0.1.1")
254254
}
255255
````
256256

@@ -268,7 +268,7 @@ dependencies {
268268

269269
````kotlin
270270
dependencies {
271-
testResourcesImplementation ("io.cloudflight.testresources.springboot:springboot-testresources-minio:0.0.2")
271+
testResourcesImplementation ("io.cloudflight.testresources.springboot:springboot-testresources-minio:0.1.1")
272272
}
273273
````
274274

@@ -285,7 +285,7 @@ dependencies {
285285

286286
````kotlin
287287
dependencies {
288-
testResourcesImplementation ("io.cloudflight.testresources.springboot:springboot-testresources-rabbitmq:0.0.3")
288+
testResourcesImplementation ("io.cloudflight.testresources.springboot:springboot-testresources-rabbitmq:0.1.1")
289289
}
290290
````
291291

@@ -302,7 +302,7 @@ dependencies {
302302

303303
````kotlin
304304
dependencies {
305-
testResourcesImplementation ("io.cloudflight.testresources.springboot:springboot-testresources-redis:0.0.3")
305+
testResourcesImplementation ("io.cloudflight.testresources.springboot:springboot-testresources-redis:0.1.1")
306306
}
307307
````
308308

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
description = "Base library for TestProvider libraries based on JDBC"
2+
13
dependencies {
24
implementation("org.testcontainers:jdbc")
35
}

0 commit comments

Comments
 (0)