File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ repositories {
1212}
1313
1414dependencies {
15- testImplementation ' org.junit.jupiter:junit-jupiter:[5.10.1 ,)'
15+ testImplementation ' org.junit.jupiter:junit-jupiter:[5.10.2 ,)'
1616 testImplementation ' org.hamcrest:hamcrest-core:[2.2,)'
1717 testImplementation ' org.zapodot:embedded-db-junit-jupiter:[2.1.1,)'
18- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:[1.10.1 ,)'
18+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:[1.10.2 ,)'
1919}
2020
2121test {
Original file line number Diff line number Diff line change 6161 <dependency >
6262 <groupId >org.junit.jupiter</groupId >
6363 <artifactId >junit-jupiter-engine</artifactId >
64- <version >[5.10.1 ,)</version >
64+ <version >[5.10.2 ,)</version >
6565 </dependency >
6666 </dependencies >
6767 </plugin >
149149 <dependency >
150150 <groupId >org.junit.jupiter</groupId >
151151 <artifactId >junit-jupiter-api</artifactId >
152- <version >[5.10.1 ,)</version >
152+ <version >[5.10.2 ,)</version >
153153 <scope >test</scope >
154154 </dependency >
155155 <dependency >
156156 <groupId >org.junit.jupiter</groupId >
157157 <artifactId >junit-jupiter-engine</artifactId >
158- <version >[5.10.1 ,)</version >
158+ <version >[5.10.2 ,)</version >
159159 <scope >test</scope >
160160 </dependency >
161161 <dependency >
Original file line number Diff line number Diff line change 6161 <dependency >
6262 <groupId >org.junit.jupiter</groupId >
6363 <artifactId >junit-jupiter-engine</artifactId >
64- <version >[5.10.1 ,)</version >
64+ <version >[5.10.2 ,)</version >
6565 </dependency >
6666 </dependencies >
6767 </plugin >
155155 <dependency >
156156 <groupId >org.junit.jupiter</groupId >
157157 <artifactId >junit-jupiter-api</artifactId >
158- <version >[5.10.1 ,)</version >
158+ <version >[5.10.2 ,)</version >
159159 <scope >test</scope >
160160 </dependency >
161161 <dependency >
162162 <groupId >org.junit.jupiter</groupId >
163163 <artifactId >junit-jupiter-engine</artifactId >
164- <version >[5.10.1 ,)</version >
164+ <version >[5.10.2 ,)</version >
165165 <scope >test</scope >
166166 </dependency >
167167 <dependency >
Original file line number Diff line number Diff line change 6060 <dependency >
6161 <groupId >org.junit.jupiter</groupId >
6262 <artifactId >junit-jupiter-engine</artifactId >
63- <version >[5.10.1 ,)</version >
63+ <version >[5.10.2 ,)</version >
6464 </dependency >
6565 </dependencies >
6666 </plugin >
100100 <plugin >
101101 <groupId >org.jacoco</groupId >
102102 <artifactId >jacoco-maven-plugin</artifactId >
103- <version >0.8.10 </version >
103+ <version >0.8.11 </version >
104104 <executions >
105105 <execution >
106106 <id >prepare-agent</id >
172172 <dependency >
173173 <groupId >org.junit.jupiter</groupId >
174174 <artifactId >junit-jupiter-api</artifactId >
175- <version >[5.10.1 ,)</version >
175+ <version >[5.10.2 ,)</version >
176176 <scope >test</scope >
177177 </dependency >
178178 <dependency >
179179 <groupId >org.junit.jupiter</groupId >
180180 <artifactId >junit-jupiter-engine</artifactId >
181- <version >[5.10.1 ,)</version >
181+ <version >[5.10.2 ,)</version >
182182 <scope >test</scope >
183183 </dependency >
184184 <dependency >
You can’t perform that action at this time.
0 commit comments