Skip to content

Commit 967060d

Browse files
authored
Update Sailor to 3.3.9 (#17)
1 parent 509fff0 commit 967060d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.0.4 (April 08, 2022)
2+
* Updated the Sailor version to 3.3.9
3+
14
## 1.0.3 (March 16, 2022)
25
* Updated the sailor version to 3.3.8
36
* Add a component pusher to Docker hub

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repositories {
3737
}
3838

3939
dependencies {
40-
compile "io.elastic:sailor-jvm:3.3.8"
40+
compile "io.elastic:sailor-jvm:3.3.9"
4141
compile "org.glassfish.jersey.core:jersey-client:2.25.1"
4242
compile "org.glassfish.jersey.media:jersey-media-json-processing:2.25.1"
4343
}

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"title": "Petstore API (Java)",
33
"description": "elastic.io component for the Petstore API",
44
"docsUrl": "https://github.com/elasticio/petstore-component-java",
5-
"version": "1.0.3",
5+
"version": "1.0.4",
66
"credentials": {
77
"fields": {
88
"apiKey": {

0 commit comments

Comments
 (0)