Skip to content

Commit fff06e9

Browse files
fix(deps): update junit5 monorepo
1 parent 93f4feb commit fff06e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1111
<maven.compiler.source>1.8</maven.compiler.source>
1212
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
13-
<junit.jupiter.version>5.11.0</junit.jupiter.version>
13+
<junit.jupiter.version>5.11.1</junit.jupiter.version>
1414
<!-- exclusion expression for e2e tests -->
1515
<testExclusions>**/e2e/*.java</testExclusions>
1616
<module-name>${project.groupId}.${project.artifactId}</module-name>
@@ -109,7 +109,7 @@
109109
<dependency>
110110
<groupId>org.junit.platform</groupId>
111111
<artifactId>junit-platform-suite</artifactId>
112-
<version>1.11.0</version>
112+
<version>1.11.1</version>
113113
<scope>test</scope>
114114
</dependency>
115115

@@ -180,7 +180,7 @@
180180
<dependency>
181181
<groupId>org.junit</groupId>
182182
<artifactId>junit-bom</artifactId>
183-
<version>5.11.0</version>
183+
<version>5.11.1</version>
184184
<type>pom</type>
185185
<scope>import</scope>
186186
</dependency>

0 commit comments

Comments
 (0)