Skip to content

Commit 9a94520

Browse files
authored
Merge pull request #819 from focus-shift/junit6
Upgrade to junit 6
2 parents 37a33e1 + 2d4ec43 commit 9a94520

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
-Dsonar.host.url=https://sonarcloud.io
6565
-Dsonar.organization=focus-shift
6666
-Dsonar.projectKey=focus-shift_jollyday
67-
-Dsonar.java.jdkHome=${{ env.JAVA_HOME_11_X64 }}
6867
env:
6968
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7069
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
<tests.groups>!BenchmarkTest</tests.groups>
4040

41-
<junit.version>5.13.4</junit.version>
41+
<junit.version>6.0.0</junit.version>
4242
<mockito.version>5.19.0</mockito.version>
4343
<assertj.version>3.27.4</assertj.version>
4444
<jqwik.version>1.9.3</jqwik.version>

0 commit comments

Comments
 (0)