Skip to content

Commit

Permalink
Merge branch 'main' into bump-meilisearch-v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alallema authored Jul 11, 2023
2 parents 7ed5e54 + 988fad6 commit 56b1cb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .code-samples.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ getting_started_add_documents_md: |-
Path fileName = Path.of("movies.json");
String moviesJson = Files.readString(fileName);
Client client = new Client(new Config("http://localhost:7700", "masterKey"));
Client client = new Client(new Config("http://localhost:7700", "aSampleMasterKey"));
Index index = client.index("movies");
index.addDocuments(moviesJson);
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
// https://mvnrepository.com/artifact/org.mockito/mockito-core
testImplementation 'org.mockito:mockito-core:4.9.0'
testImplementation 'org.hamcrest:hamcrest:2.2'
testImplementation 'com.squareup.okio:okio:3.3.0'
testImplementation 'com.squareup.okio:okio:3.4.0'
testImplementation 'com.squareup.okhttp3:okhttp:4.11.0'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'

Expand Down

0 comments on commit 56b1cb4

Please sign in to comment.