]> source.dussan.org Git - vaadin-framework.git/commitdiff
Bump JUnit from 4.12 to 4.13.1 (#12122) (#12130) pr12314/r2
authorAnna Koskinen <Ansku@users.noreply.github.com>
Tue, 20 Oct 2020 11:33:27 +0000 (14:33 +0300)
committerGitHub <noreply@github.com>
Tue, 20 Oct 2020 11:33:27 +0000 (14:33 +0300)
pom.xml
test/pom.xml
test/widget-set-testutil/pom.xml

diff --git a/pom.xml b/pom.xml
index c55c9af18a7ca1b003c10235dceae885bd04e77f..4a6e720abd14257ddff9aedc1615524c8f16a899 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 4b906413d338d423e1105a5afd7cf04d5f5ecbe6..704ae1748750a7aa0bd9207410af76ae3767f083 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 0a27f4a4b55ae3484329f4566202ca5d55ef31dc..7106049f30268f5602aec7bafbad9136fd194dff 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>