Skip to content

Commit 2aa2722

Browse files
authoredOct 4, 2024
chore(deps): update junit5 monorepo
1 parent e20ea4a commit 2aa2722

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
@@ -119,7 +119,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
119119
<dependency>
120120
<groupId>org.junit.jupiter</groupId>
121121
<artifactId>junit-jupiter-api</artifactId>
122-
<version>5.11.1</version>
122+
<version>5.11.2</version>
123123
<scope>test</scope>
124124
</dependency>
125125
<dependency>
@@ -131,13 +131,13 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
131131
<dependency>
132132
<groupId>org.junit.platform</groupId>
133133
<artifactId>junit-platform-commons</artifactId>
134-
<version>1.11.1</version>
134+
<version>1.11.2</version>
135135
<scope>test</scope>
136136
</dependency>
137137
<dependency>
138138
<groupId>org.junit.vintage</groupId>
139139
<artifactId>junit-vintage-engine</artifactId>
140-
<version>5.11.1</version>
140+
<version>5.11.2</version>
141141
<scope>test</scope>
142142
</dependency>
143143
<dependency>

0 commit comments

Comments
 (0)