Skip to content

Commit 90025f0

Browse files
authored
Update Sailor to 4.0.1 (#20)
1 parent 9cc6dbe commit 90025f0

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ workflows:
122122
jobs:
123123
- build:
124124
name: "Build and publish docker image"
125+
context:
126+
- componentspusher
125127
filters:
126128
branches:
127129
ignore: /.*/

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.0.7 (July 07, 2023)
2+
* Bumped Sailor to 4.0.1
3+
14
## 1.0.6 (May 11, 2022)
25
* Made an automated vulnerability check run in CI/CD
36

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if (hasProperty('runWithDependencyCheck')) {
1010

1111
dependencyCheck {
1212
format = 'HTML'
13-
failBuildOnCVSS = 7
13+
failBuildOnCVSS = 8
1414
suppressionFile='./dependencyCheck-suppression.xml'
1515
}
1616
}
@@ -41,14 +41,14 @@ repositories {
4141
url "https://oss.sonatype.org/content/repositories/snapshots"
4242
}
4343
maven {
44-
url "https://repo1.maven.org/maven2"
44+
url "https://repo1.maven.org/maven2"
4545
}
4646
mavenCentral()
4747
mavenLocal()
4848
}
4949

5050
dependencies {
51-
implementation "io.elastic:sailor-jvm:4.0.0"
51+
implementation "io.elastic:sailor-jvm:4.0.1"
5252
implementation "org.glassfish.jersey.core:jersey-client:2.25.1"
5353
implementation "org.glassfish.jersey.media:jersey-media-json-processing:2.25.1"
5454
}

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.6",
5+
"version": "1.0.7",
66
"credentials": {
77
"fields": {
88
"apiKey": {

0 commit comments

Comments
 (0)