File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Testcontainers Meilisearch
55[ ![ Maintainability Rating] ( https://sonarcloud.io/api/project_badges/measure?project=testcontainers-meilisearch&metric=sqale_rating )] ( https://sonarcloud.io/summary/new_code?id=testcontainers-meilisearch )
66[ ![ Coverage] ( https://sonarcloud.io/api/project_badges/measure?project=testcontainers-meilisearch&metric=coverage )] ( https://sonarcloud.io/summary/new_code?id=testcontainers-meilisearch )
77![ LICENSE] ( https://img.shields.io/github/license/junghoon-vans/testcontainers-meilisearch?label=License )
8- [ ![ DockerHub] ( https://img.shields.io/badge/meilisearch-v1.2 .0-blue )] ( https://hub.docker.com/layers/getmeili/meilisearch/v1.2 .0/images/sha256-2b5600564f7fa4b77fc7d968a8049c4af366568a161d17afdb04440d12a2e705 ?context=explore )
8+ [ ![ DockerHub] ( https://img.shields.io/badge/meilisearch-v1.3 .0-blue )] ( https://hub.docker.com/layers/getmeili/meilisearch/v1.3 .0/images/sha256-f917749f925fe4107bca2473e7ed7405de5a18ad28caaf3e8cbd590f1eb27172 ?context=explore )
99
1010A [ Testcontainers] ( https://www.testcontainers.org/ ) implementation for [ Meilisearch] ( https://www.meilisearch.com/ ) .
1111
@@ -45,15 +45,15 @@ You can add it as a dependency to your project using the following snippets.
4545### Gradle
4646
4747``` groovy
48- testImplementation 'io.vanslog:testcontainers-meilisearch:1.0.0 '
48+ testImplementation 'io.vanslog:testcontainers-meilisearch:1.0.1 '
4949```
5050
5151### Maven
5252``` xml
5353<dependency >
5454 <groupId >io.vanslog</groupId >
5555 <artifactId >testcontainers-meilisearch</artifactId >
56- <version >1.0.0 </version >
56+ <version >1.0.1 </version >
5757 <scope >test</scope >
5858</dependency >
5959```
Original file line number Diff line number Diff line change 66
77 <groupId >io.vanslog</groupId >
88 <artifactId >testcontainers-meilisearch</artifactId >
9- <version >1.1.0-SNAPSHOT </version >
9+ <version >1.0.1 </version >
1010
1111 <name >testcontainers-meilisearch</name >
1212 <description >Testcontainers Meilisearch</description >
You can’t perform that action at this time.
0 commit comments