Skip to content

Commit

Permalink
Update Sailor to 4.0.1 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
A3a3e1 authored Jul 6, 2023
1 parent 9cc6dbe commit 90025f0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ workflows:
jobs:
- build:
name: "Build and publish docker image"
context:
- componentspusher
filters:
branches:
ignore: /.*/
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.0.7 (July 07, 2023)
* Bumped Sailor to 4.0.1

## 1.0.6 (May 11, 2022)
* Made an automated vulnerability check run in CI/CD

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (hasProperty('runWithDependencyCheck')) {

dependencyCheck {
format = 'HTML'
failBuildOnCVSS = 7
failBuildOnCVSS = 8
suppressionFile='./dependencyCheck-suppression.xml'
}
}
Expand Down Expand Up @@ -41,14 +41,14 @@ repositories {
url "https://oss.sonatype.org/content/repositories/snapshots"
}
maven {
url "https://repo1.maven.org/maven2"
url "https://repo1.maven.org/maven2"
}
mavenCentral()
mavenLocal()
}

dependencies {
implementation "io.elastic:sailor-jvm:4.0.0"
implementation "io.elastic:sailor-jvm:4.0.1"
implementation "org.glassfish.jersey.core:jersey-client:2.25.1"
implementation "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.6",
"version": "1.0.7",
"credentials": {
"fields": {
"apiKey": {
Expand Down

0 comments on commit 90025f0

Please sign in to comment.