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:
122122    jobs :
123123      - build :
124124          name : " Build and publish docker image" 
125+           context :
126+             - componentspusher 
125127          filters :
126128            branches :
127129              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+ 
14## 1.0.6 (May 11, 2022)  
25*  Made an automated vulnerability check run in CI/CD
36
Original file line number Diff line number Diff 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
5050dependencies  {
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}
Original file line number Diff line number Diff line change 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" : {
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments