diff --git a/CHANGELOG.md b/CHANGELOG.md index 67ff11d..a372b12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.0.8 (April 19, 2024) +* Bumped Sailor to 4.0.2 + ## 1.0.7 (July 07, 2023) * Bumped Sailor to 4.0.1 diff --git a/build.gradle b/build.gradle index 1621df0..e33e990 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ if (hasProperty('runWithDependencyCheck')) { dependencyCheck { format = 'HTML' - failBuildOnCVSS = 8 + failBuildOnCVSS = 9 suppressionFile='./dependencyCheck-suppression.xml' } } @@ -48,7 +48,7 @@ repositories { } dependencies { - implementation "io.elastic:sailor-jvm:4.0.1" + implementation "io.elastic:sailor-jvm:4.0.2-SNAPSHOT" implementation "org.glassfish.jersey.core:jersey-client:2.25.1" implementation "org.glassfish.jersey.media:jersey-media-json-processing:2.25.1" } diff --git a/component.json b/component.json index ae0dc96..b0bd188 100644 --- a/component.json +++ b/component.json @@ -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.7", + "version": "1.0.8-dev.1", "credentials": { "fields": { "apiKey": {