Skip to content

Commit

Permalink
Update Sailor to 3.3.9 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
A3a3e1 authored Apr 8, 2022
1 parent 509fff0 commit 967060d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.0.4 (April 08, 2022)
* Updated the Sailor version to 3.3.9

## 1.0.3 (March 16, 2022)
* Updated the sailor version to 3.3.8
* Add a component pusher to Docker hub
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repositories {
}

dependencies {
compile "io.elastic:sailor-jvm:3.3.8"
compile "io.elastic:sailor-jvm:3.3.9"
compile "org.glassfish.jersey.core:jersey-client:2.25.1"
compile "org.glassfish.jersey.media:jersey-media-json-processing:2.25.1"
}
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Petstore API (Java)",
"description": "elastic.io component for the Petstore API",
"docsUrl": "https://github.com/elasticio/petstore-component-java",
"version": "1.0.3",
"version": "1.0.4",
"credentials": {
"fields": {
"apiKey": {
Expand Down

0 comments on commit 967060d

Please sign in to comment.