This is an automated email from the ASF dual-hosted git repository.
juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git
The following commit(s) were added to refs/heads/master by this push:
new 1c7bce7 Bump junit-bom from 5.7.2 to 5.8.1
1c7bce7 is described below
commit 1c7bce7a8e4311436db5dce842b307f4c580d28f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 23 04:08:12 2021 +0000
Bump junit-bom from 5.7.2 to 5.8.1
Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.7.2 to 5.8.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.7.2...r5.8.1)
---
updated-dependencies:
- dependency-name: org.junit:junit-bom
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7e8a4ea..cfa6731 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
<jdom2.version>2.0.6</jdom2.version>
<jetty.version>9.4.43.v20210629</jetty.version>
<jrcs-diff.version>0.4.2</jrcs-diff.version>
- <junit.version>5.7.2</junit.version>
+ <junit.version>5.8.1</junit.version>
<log4j.version>1.2.17</log4j.version>
<log4j2.version>2.14.1</log4j2.version>
<lucene.version>8.9.0</lucene.version>