Skip to content

Commit 4f75838

Browse files
committed
deps: use JUnit 5 artifact ID as per ${junit.verison}
1 parent 1c738a9 commit 4f75838

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

java-common-protos/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@
9090
</dependency>
9191

9292
<dependency>
93-
<groupId>junit</groupId>
94-
<artifactId>junit</artifactId>
93+
<groupId>org.junit</groupId>
94+
<artifactId>junit-bom</artifactId>
9595
<version>${junit.version}</version>
9696
<scope>test</scope>
9797
</dependency>

0 commit comments

Comments
 (0)