Skip to content

Commit ec9c074

Browse files
authored
Merge pull request #36 from OpenLiberty/staging
Merge staging to prod - update junit library version
2 parents 492c691 + 141e28f commit ec9c074

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: .github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test application
22

33
on:
44
pull_request:
5-
branches: [ draft ]
5+
branches: [ prod, staging ]
66

77
jobs:
88
check-files:
@@ -31,7 +31,7 @@ jobs:
3131
DOCKERFILE_HADOLINT_DISABLE_ERRORS: false
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
LINTER_RULES_PATH: ./tools/pr-checker/linters/
34-
DEFAULT_BRANCH: draft
34+
DEFAULT_BRANCH: prod
3535
- name: Summary
3636
if: always()
3737
run: |

Diff for: finish/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.junit.jupiter</groupId>
4747
<artifactId>junit-jupiter</artifactId>
48-
<version>5.10.1</version>
48+
<version>5.10.2</version>
4949
<scope>test</scope>
5050
</dependency>
5151
<dependency>

Diff for: start/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>org.junit.jupiter</groupId>
4646
<artifactId>junit-jupiter</artifactId>
47-
<version>5.10.1</version>
47+
<version>5.10.2</version>
4848
<scope>test</scope>
4949
</dependency>
5050
<dependency>

0 commit comments

Comments
 (0)