We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f97d76 + d51c748 commit 1478b9fCopy full SHA for 1478b9f
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
steps:
17
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
18
19
- name: Set up JDK 17
20
uses: actions/setup-java@v5
pom.xml
@@ -14,9 +14,9 @@
<java.version>17</java.version>
- <junit.version>5.13.4</junit.version>
+ <junit.version>6.0.1</junit.version>
- <maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
+ <maven-compiler-plugin.version>3.14.1</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
21
22
</properties>
0 commit comments