Skip to content

Commit

Permalink
Merge pull request #505 from catenax-ng/chore/TRACEFOSS-XXX-version-b…
Browse files Browse the repository at this point in the history
…umps

chore: TRACEFOSS-XXX bump versions from dependabot findings
  • Loading branch information
ds-mwesener authored Aug 21, 2023
2 parents 4193b83 + ef75b9b commit 72cb842
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-tests-xray_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
node-version: 18.x

- name: Cypress run all tests
uses: cypress-io/github-action@v5.8.3 # use the explicit version number
uses: cypress-io/github-action@v5.8.4 # use the explicit version number
with:
start: npm start
wait-on: "http://localhost:4200"
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
node-version: 18.x

- name: Cypress run all tests
uses: cypress-io/github-action@v5.8.3 # use the explicit version number
uses: cypress-io/github-action@v5.8.4 # use the explicit version number
with:
start: npm start
wait-on: "http://localhost:4200"
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
run: npx playwright install --with-deps webkit

- name: Cypress run all tests
uses: cypress-io/github-action@v5.8.3 # use the explicit version number
uses: cypress-io/github-action@v5.8.4 # use the explicit version number
with:
start: npm start
wait-on: "http://localhost:4200"
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ SPDX-License-Identifier: Apache-2.0
<feign.version>12.3</feign.version>
<jakarta-ws-rs.version>3.1.0</jakarta-ws-rs.version>
<jruby.version>9.4.3.0</jruby.version>
<resilience4j.version>2.0.2</resilience4j.version>
<schedlock.version>4.42.0</schedlock.version>
<resilience4j.version>2.1.0</resilience4j.version>
<schedlock.version>5.5.0</schedlock.version>
<spring-cloud.version>2022.0.3</spring-cloud.version>
<jetbrains-annotation.version>24.0.1</jetbrains-annotation.version>
<feign-form.version>3.8.0</feign-form.version>
Expand Down

0 comments on commit 72cb842

Please sign in to comment.