Skip to content

Commit 6d1d1ef

Browse files
committed
build: error version for junit-bom
1 parent 985165e commit 6d1d1ef

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.app_name_lower}}

1 file changed

+1
-1
lines changed

{{cookiecutter.app_name_lower}}/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>org.junit</groupId>
4949
<artifactId>junit-bom</artifactId>
50-
<version>${junit-jupiter.version}</version>
50+
<version>xyz</version>
5151
<type>pom</type>
5252
<scope>import</scope>
5353
</dependency>

0 commit comments

Comments
 (0)