Merge pull request #10731 from jOOQ/dependabot/maven/jOOQ-examples/jOOQ-spark-example/junit-junit-4.13.1

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

View File

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