File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
springboot-testresources-jdbc Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ This will create a MariaDB container based on `mariadb:10.3` with the default us
233233
234234` ` ` ` kotlin
235235dependencies {
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
252252dependencies {
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
270270dependencies {
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
287287dependencies {
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
304304dependencies {
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
Original file line number Diff line number Diff line change 1+ description = " Base library for TestProvider libraries based on JDBC"
2+
13dependencies {
24 implementation(" org.testcontainers:jdbc" )
35}
You can’t perform that action at this time.
0 commit comments