diff options
author | Anna Koskinen <Ansku@users.noreply.github.com> | 2020-10-13 16:26:42 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-13 16:26:42 +0300 |
commit | 9c7cbaae947ff9e99faa395d77ac2254f32bd5c3 (patch) | |
tree | 0e81606468ecd0bb7ae7226678652f02500ef8ed | |
parent | 4152a3c51642b16ab3f3140072476008d244eec5 (diff) | |
download | vaadin-framework-9c7cbaae947ff9e99faa395d77ac2254f32bd5c3.tar.gz vaadin-framework-9c7cbaae947ff9e99faa395d77ac2254f32bd5c3.zip |
Bump JUnit from 4.12 to 4.13.1 (#12122)
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | test/pom.xml | 2 | ||||
-rw-r--r-- | test/widget-set-testutil/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -193,7 +193,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.12</version> + <version>4.13.1</version> <exclusions> <exclusion> <artifactId>hamcrest-core</artifactId> diff --git a/test/pom.xml b/test/pom.xml index b1ff614a19..0ead58af3b 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -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 --> diff --git a/test/widget-set-testutil/pom.xml b/test/widget-set-testutil/pom.xml index fb159830bc..684b1a0202 100644 --- a/test/widget-set-testutil/pom.xml +++ b/test/widget-set-testutil/pom.xml @@ -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> |