You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/10/28 14:05:23 UTC

[isis] branch master updated: Bumps JUnit 5.8.0-RC1 -> 5.8.1

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new d908de1  Bumps JUnit 5.8.0-RC1 -> 5.8.1
d908de1 is described below

commit d908de10729fb824e9d9cc18985541b652b64105
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Oct 28 16:05:16 2021 +0200

    Bumps JUnit 5.8.0-RC1 -> 5.8.1
---
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/pom.xml b/core/pom.xml
index 19ffff0..909ff16 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -146,7 +146,7 @@
 		<jquery-ui.version>1.12.1</jquery-ui.version> <!-- org.webjars:jquery-ui -->
 
 		<jsr305.version>3.0.2</jsr305.version>
-		<junit-jupiter.version>5.8.0-RC1</junit-jupiter.version> <!-- overrides spring -->
+		<junit-jupiter.version>5.8.1</junit-jupiter.version> <!-- overrides spring -->
 		<junit-platform.version>1.7.2</junit-platform.version>
 
 		<log4jdbc-remix.version>0.2.7</log4jdbc-remix.version>