File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.4 (April 08, 2022)
2
+ * Updated the Sailor version to 3.3.9
3
+
1
4
## 1.0.3 (March 16, 2022)
2
5
* Updated the sailor version to 3.3.8
3
6
* Add a component pusher to Docker hub
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ repositories {
37
37
}
38
38
39
39
dependencies {
40
- compile " io.elastic:sailor-jvm:3.3.8 "
40
+ compile " io.elastic:sailor-jvm:3.3.9 "
41
41
compile " org.glassfish.jersey.core:jersey-client:2.25.1"
42
42
compile " org.glassfish.jersey.media:jersey-media-json-processing:2.25.1"
43
43
}
Original file line number Diff line number Diff line change 2
2
"title" : " Petstore API (Java)" ,
3
3
"description" : " elastic.io component for the Petstore API" ,
4
4
"docsUrl" : " https://github.com/elasticio/petstore-component-java" ,
5
- "version" : " 1.0.3 " ,
5
+ "version" : " 1.0.4 " ,
6
6
"credentials" : {
7
7
"fields" : {
8
8
"apiKey" : {
You can’t perform that action at this time.
0 commit comments