]> source.dussan.org Git - vaadin-framework.git/commitdiff
Bump JUnit from 4.12 to 4.13.1 (#12122)
authorAnna Koskinen <Ansku@users.noreply.github.com>
Tue, 13 Oct 2020 13:26:42 +0000 (16:26 +0300)
committerGitHub <noreply@github.com>
Tue, 13 Oct 2020 13:26:42 +0000 (16:26 +0300)
pom.xml
test/pom.xml
test/widget-set-testutil/pom.xml

diff --git a/pom.xml b/pom.xml
index 31f3494b42da55c57f26fdfebf5140e35b9a02c8..c3e376318620fe615f0f40c21a6b2b1e1106c6a8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
-                <version>4.12</version>
+                <version>4.13.1</version>
                 <exclusions>
                     <exclusion>
                         <artifactId>hamcrest-core</artifactId>
index b1ff614a196db1eaa0f8719cb66aaf0b75a6fbf3..0ead58af3b757919e9b6ac11042fee917ad6cb87 100644 (file)
@@ -79,7 +79,7 @@
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
-                <version>4.12</version>
+                <version>4.13.1</version>
             </dependency>
 
             <!-- Override Selenium version from Spring Boot -->
index fb159830bc79b3f4fb162e718fa34f804168325d..684b1a0202c85e31a65a708e7bff3dc96445e6a1 100644 (file)
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.12</version>
+            <version>4.13.1</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>