Skip to content

Commit ab14cc1

Browse files
fix(deps): update junit5 monorepo to v5.12.2 (#1313)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a5ae5a2 commit ab14cc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>org.junit</groupId>
7272
<artifactId>junit-bom</artifactId>
73-
<version>5.12.1</version>
73+
<version>5.12.2</version>
7474
<type>pom</type>
7575
<scope>import</scope>
7676
</dependency>

providers/flagd/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<dependency>
142142
<groupId>org.junit.jupiter</groupId>
143143
<artifactId>junit-jupiter</artifactId>
144-
<version>5.12.1</version>
144+
<version>5.12.2</version>
145145
<scope>test</scope>
146146
</dependency>
147147
<dependency>

0 commit comments

Comments
 (0)