This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git
The following commit(s) were added to refs/heads/master by this push:
new 45e0d01e Bump junit-jupiter from 5.9.0 to 5.9.1
45e0d01e is described below
commit 45e0d01e26bfc0ce5bbb6166e7efb1057416a301
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Sep 25 11:12:27 2022 -0400
Bump junit-jupiter from 5.9.0 to 5.9.1
---
pom.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 691785d8..6a72af49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
<checkstyle.plugin.version>3.2.0</checkstyle.plugin.version>
<spotbugs.plugin.version>4.7.2.0</spotbugs.plugin.version>
<spotbugs.impl.version>4.7.2</spotbugs.impl.version>
- <junit.version>5.9.1</junit.version>
+ <commons.junit.version>5.9.1</commons.junit.version>
<!-- Commons Release Plugin -->
<commons.release.version>1.0-alpha3</commons.release.version>
@@ -231,7 +231,6 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
- <version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>