Update dependency junit:junit to v4.13.1 [SECURITY]

This commit is contained in:
renovate[bot] 2023-03-12 17:57:54 +00:00 committed by GitHub
parent 82091426c8
commit 71411dde16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
<packaging>jar</packaging>
<artifactId>db-common-lib</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<name>db-common-lib</name>
<description>Abstract dao and row mappers</description>
@ -75,7 +75,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>