Upgrade to JUnit 4.13

Removes jOOQ's own `assertThrows()` utility in favor of that in JUnit.
This commit is contained in:
Knut Wannheden 2020-01-06 09:34:38 +01:00
parent 5ccc6cddb6
commit 588bf7036d
9 changed files with 9 additions and 9 deletions

View File

@ -55,7 +55,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13</version>
<type>jar</type>
<scope>test</scope>
</dependency>

View File

@ -58,7 +58,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13</version>
<type>jar</type>
<scope>test</scope>
</dependency>

View File

@ -82,7 +82,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13</version>
<type>jar</type>
<scope>test</scope>
</dependency>

View File

@ -58,7 +58,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13</version>
<type>jar</type>
<scope>test</scope>
</dependency>

View File

@ -50,7 +50,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13</version>
<type>jar</type>
<scope>test</scope>
</dependency>

View File

@ -63,7 +63,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13</version>
<type>jar</type>
<scope>test</scope>
</dependency>

View File

@ -68,7 +68,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13</version>
<type>jar</type>
<scope>test</scope>
</dependency>

View File

@ -75,7 +75,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13</version>
<type>jar</type>
<scope>test</scope>
</dependency>

View File

@ -186,7 +186,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13</version>
<scope>test</scope>
</dependency>
<dependency>