File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,8 @@ workflows:
122
122
jobs :
123
123
- build :
124
124
name : " Build and publish docker image"
125
+ context :
126
+ - componentspusher
125
127
filters :
126
128
branches :
127
129
ignore : /.*/
Original file line number Diff line number Diff line change
1
+ ## 1.0.7 (July 07, 2023)
2
+ * Bumped Sailor to 4.0.1
3
+
1
4
## 1.0.6 (May 11, 2022)
2
5
* Made an automated vulnerability check run in CI/CD
3
6
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if (hasProperty('runWithDependencyCheck')) {
10
10
11
11
dependencyCheck {
12
12
format = ' HTML'
13
- failBuildOnCVSS = 7
13
+ failBuildOnCVSS = 8
14
14
suppressionFile= ' ./dependencyCheck-suppression.xml'
15
15
}
16
16
}
@@ -41,14 +41,14 @@ repositories {
41
41
url " https://oss.sonatype.org/content/repositories/snapshots"
42
42
}
43
43
maven {
44
- url " https://repo1.maven.org/maven2"
44
+ url " https://repo1.maven.org/maven2"
45
45
}
46
46
mavenCentral()
47
47
mavenLocal()
48
48
}
49
49
50
50
dependencies {
51
- implementation " io.elastic:sailor-jvm:4.0.0 "
51
+ implementation " io.elastic:sailor-jvm:4.0.1 "
52
52
implementation " org.glassfish.jersey.core:jersey-client:2.25.1"
53
53
implementation " org.glassfish.jersey.media:jersey-media-json-processing:2.25.1"
54
54
}
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.6 " ,
5
+ "version" : " 1.0.7 " ,
6
6
"credentials" : {
7
7
"fields" : {
8
8
"apiKey" : {
You can’t perform that action at this time.
0 commit comments