We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a7d042 + 157f625 commit a06485eCopy full SHA for a06485e
2 files changed
.github/workflows/build.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
build:
13
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
14
steps:
15
- name: Checkout repository
16
uses: actions/checkout@v2
@@ -39,7 +39,7 @@ jobs:
39
path: .
40
41
test:
42
43
needs: build
44
45
domain/pom.xml
@@ -20,7 +20,7 @@
20
<dependency>
21
<groupId>org.junit.jupiter</groupId>
22
<artifactId>junit-jupiter</artifactId>
23
- <version>5.12.1</version>
+ <version>5.12.2</version>
24
<scope>test</scope>
25
</dependency>
26
</dependencies>
0 commit comments