File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Expand file tree Collapse file tree 4 files changed +16
-16
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.12.0 ,)'
15+ testImplementation ' org.junit.jupiter:junit-jupiter:[5.12.2 ,)'
1616 testImplementation ' org.hamcrest:hamcrest-core:[3.0,)'
1717 testImplementation ' org.zapodot:embedded-db-junit-jupiter:2.2.0'
18- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:[1.12.0 ,)'
18+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:[1.12.2 ,)'
1919}
2020
2121test {
Original file line number Diff line number Diff line change 4242 <plugin >
4343 <groupId >org.apache.maven.plugins</groupId >
4444 <artifactId >maven-compiler-plugin</artifactId >
45- <version >3.13 .0</version >
45+ <version >3.14 .0</version >
4646 <configuration >
4747 <source >17</source >
4848 <target >17</target >
6161 <dependency >
6262 <groupId >org.junit.jupiter</groupId >
6363 <artifactId >junit-jupiter-engine</artifactId >
64- <version >[5.11.3 ,)</version >
64+ <version >[5.12.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.11.3 ,)</version >
152+ <version >[5.12.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.11.3 ,)</version >
158+ <version >[5.12.2 ,)</version >
159159 <scope >test</scope >
160160 </dependency >
161161 <dependency >
167167 <dependency >
168168 <groupId >org.zapodot</groupId >
169169 <artifactId >embedded-db-junit-jupiter</artifactId >
170- <version >[ 2.2.0,) </version >
170+ <version >2.2.0</version >
171171 <scope >test</scope >
172172 </dependency >
173173 </dependencies >
Original file line number Diff line number Diff line change 4242 <plugin >
4343 <groupId >org.apache.maven.plugins</groupId >
4444 <artifactId >maven-compiler-plugin</artifactId >
45- <version >3.13 .0</version >
45+ <version >3.14 .0</version >
4646 <configuration >
4747 <source >21</source >
4848 <target >21</target >
6161 <dependency >
6262 <groupId >org.junit.jupiter</groupId >
6363 <artifactId >junit-jupiter-engine</artifactId >
64- <version >[5.11.3 ,)</version >
64+ <version >[5.12.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.11.3 ,)</version >
158+ <version >[5.12.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.11.3 ,)</version >
164+ <version >[5.12.2 ,)</version >
165165 <scope >test</scope >
166166 </dependency >
167167 <dependency >
173173 <dependency >
174174 <groupId >org.zapodot</groupId >
175175 <artifactId >embedded-db-junit-jupiter</artifactId >
176- <version >[ 2.2.0,) </version >
176+ <version >2.2.0</version >
177177 <scope >test</scope >
178178 </dependency >
179179 </dependencies >
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.11.3 ,)</version >
63+ <version >[5.12.2 ,)</version >
6464 </dependency >
6565 </dependencies >
6666 </plugin >
172172 <dependency >
173173 <groupId >org.junit.jupiter</groupId >
174174 <artifactId >junit-jupiter-api</artifactId >
175- <version >[5.11.3 ,)</version >
175+ <version >[5.12.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.11.3 ,)</version >
181+ <version >[5.12.2 ,)</version >
182182 <scope >test</scope >
183183 </dependency >
184184 <dependency >
190190 <dependency >
191191 <groupId >org.zapodot</groupId >
192192 <artifactId >embedded-db-junit-jupiter</artifactId >
193- <version >[ 2.2.0,) </version >
193+ <version >2.2.0</version >
194194 <scope >test</scope >
195195 </dependency >
196196 </dependencies >
You can’t perform that action at this time.
0 commit comments