Skip to content

Commit

Permalink
fixed junit version conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHossfeld committed Sep 5, 2024
1 parent a72aff7 commit 0a99dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<java.doc.executable>${java.home}/bin/javadoc</java.doc.executable>
<javapoet.version>1.13.0</javapoet.version>
<junit-jupiter.version>5.10.3</junit-jupiter.version>
<junit-jupiter-platform.version>1.10.2</junit-jupiter-platform.version>
<junit-jupiter-platform.version>1.10.3</junit-jupiter-platform.version>
<truth.version>1.4.2</truth.version>

<maven.compiler.source>11</maven.compiler.source>
Expand Down

0 comments on commit 0a99dfe

Please sign in to comment.