Skip to content

Commit

Permalink
Merge 464d91b into 85bd430
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 11, 2021
2 parents 85bd430 + 464d91b commit 0d24332
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
cypress-run:
runs-on: ubuntu-16.04
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/minikube-openliberty-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: "true"
with:
minikube-version: 1.21.0
k8s-version: 1.21.2
minikube-version: 1.23.2
k8s-version: 1.22.2
- name: minikube settings
run: |
sudo apt install conntrack
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/minikube-quarkus-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
minikube: [1.20.0, 1.21.0]
kubernetes: [1.21.1, 1.21.2]
minikube: [1.23.1, 1.23.2]
kubernetes: [1.22.1, 1.22.2]
fail-fast: false
steps:
- name: checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/minikube-security-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: "true"
with:
minikube-version: 1.21.0
k8s-version: 1.21.2
minikube-version: 1.23.2
k8s-version: 1.22.2
- name: minikube settings
run: |
sudo apt install conntrack
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/minikube-spring-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: "true"
with:
minikube-version: 1.21.0
k8s-version: 1.21.2
minikube-version: 1.23.2
k8s-version: 1.22.2
- name: minikube settings
run: |
sudo apt install conntrack
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/minikube-stress-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: "true"
with:
minikube-version: 1.21.0
k8s-version: 1.21.2
minikube-version: 1.23.2
k8s-version: 1.22.2
- name: minikube settings
run: |
sudo apt install conntrack
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/minikube-yaml-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: "true"
with:
minikube-version: 1.21.0
k8s-version: 1.21.2
minikube-version: 1.23.2
k8s-version: 1.22.2
- name: minikube settings
run: |
sudo apt install conntrack
Expand Down
2 changes: 1 addition & 1 deletion application/jaxrs-hazelcast-quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<groupId>webapp.3tier.k8s</groupId>
<artifactId>jaxrs-hazelcast-quarkus</artifactId>
<properties>
<slf4j-log4j12.version>1.7.30</slf4j-log4j12.version>
<slf4j-log4j12.version>1.7.32</slf4j-log4j12.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion application/web-java-openliberty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<slf4j-log4j12.version>1.7.30</slf4j-log4j12.version>
<slf4j-log4j12.version>1.7.32</slf4j-log4j12.version>
<hazelcast.version>4.2</hazelcast.version>
<jedis.version>3.6.1</jedis.version>
<amqp-client.version>5.12.0</amqp-client.version>
Expand Down

0 comments on commit 0d24332

Please sign in to comment.