Skip to content

Commit f314cd9

Browse files
chore(deps): update junit5 monorepo
1 parent b54860f commit f314cd9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<properties>
5050
<maven.compiler.source>1.8</maven.compiler.source>
5151
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
52-
<junit.jupiter.version>5.11.1</junit.jupiter.version>
52+
<junit.jupiter.version>5.11.2</junit.jupiter.version>
5353
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5454
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5555
<module-name>${groupId}.${artifactId}</module-name>
@@ -159,7 +159,7 @@
159159
<dependency>
160160
<groupId>org.junit.platform</groupId>
161161
<artifactId>junit-platform-suite</artifactId>
162-
<version>1.11.1</version>
162+
<version>1.11.2</version>
163163
<scope>test</scope>
164164
</dependency>
165165

providers/flagd/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<dependency>
127127
<groupId>org.junit.jupiter</groupId>
128128
<artifactId>junit-jupiter</artifactId>
129-
<version>5.11.1</version>
129+
<version>5.11.2</version>
130130
<scope>test</scope>
131131
</dependency>
132132
<dependency>

0 commit comments

Comments
 (0)