Skip to content

Commit bbdb6de

Browse files
chore(deps): update junit-framework monorepo
1 parent c6630f1 commit bbdb6de

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,25 +100,25 @@
100100
<dependency>
101101
<groupId>org.junit.jupiter</groupId>
102102
<artifactId>junit-jupiter-api</artifactId>
103-
<version>5.11.4</version>
103+
<version>5.14.0</version>
104104
<scope>test</scope>
105105
</dependency>
106106
<dependency>
107107
<groupId>org.junit.jupiter</groupId>
108108
<artifactId>junit-jupiter-engine</artifactId>
109-
<version>5.11.4</version>
109+
<version>5.14.0</version>
110110
<scope>test</scope>
111111
</dependency>
112112
<dependency>
113113
<groupId>org.junit.platform</groupId>
114114
<artifactId>junit-platform-commons</artifactId>
115-
<version>1.11.4</version>
115+
<version>1.14.0</version>
116116
<scope>test</scope>
117117
</dependency>
118118
<dependency>
119119
<groupId>org.junit.vintage</groupId>
120120
<artifactId>junit-vintage-engine</artifactId>
121-
<version>5.11.4</version>
121+
<version>5.14.0</version>
122122
<scope>test</scope>
123123
</dependency>
124124
<dependency>

src/it/utf/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
<dependency>
6060
<groupId>org.junit.jupiter</groupId>
6161
<artifactId>junit-jupiter-engine</artifactId>
62-
<version>5.11.4</version>
62+
<version>5.14.0</version>
6363
<scope>test</scope>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.junit.jupiter</groupId>
6767
<artifactId>junit-jupiter-api</artifactId>
68-
<version>5.11.4</version>
68+
<version>5.14.0</version>
6969
<scope>test</scope>
7070
</dependency>
7171
</dependencies>

0 commit comments

Comments
 (0)