Merge pull request #10733 from jOOQ/dependabot/maven/jOOQ-examples/jOOQ-javafx-example/junit-junit-4.13.1

Bump junit from 4.13 to 4.13.1 in /jOOQ-examples/jOOQ-javafx-example
This commit is contained in:
Lukas Eder 2020-10-13 10:28:43 +02:00 committed by GitHub
commit 1cb6d1bdd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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