Merge pull request #10734 from jOOQ/dependabot/maven/jOOQ-examples/jOOQ-oracle-example/junit-junit-4.13.1

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

View File

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