File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ repositories {
1515
1616dependencies {
1717 implementation(" org.jetbrains.kotlin:kotlin-stdlib:1.9.0" )
18- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:[5.9.3 ,)" )
19- testImplementation(" org.junit.jupiter:junit-jupiter-api:[5.9.3 ,)" )
18+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:[5.10.0 ,)" )
19+ testImplementation(" org.junit.jupiter:junit-jupiter-api:[5.10.0 ,)" )
2020 testImplementation(" org.hamcrest:hamcrest-core:[2.2,)" )
2121 testImplementation(" org.zapodot:embedded-db-junit-jupiter:[2.1.1,)" )
2222}
Original file line number Diff line number Diff line change 7474 <dependency >
7575 <groupId >org.junit.jupiter</groupId >
7676 <artifactId >junit-jupiter-engine</artifactId >
77- <version >[5.9.3 ,)</version >
77+ <version >[5.10.0 ,)</version >
7878 </dependency >
7979 </dependencies >
8080 </plugin >
146146 <dependency >
147147 <groupId >org.junit.jupiter</groupId >
148148 <artifactId >junit-jupiter-api</artifactId >
149- <version >[5.9.3 ,)</version >
149+ <version >[5.10.0 ,)</version >
150150 <scope >test</scope >
151151 </dependency >
152152 <dependency >
Original file line number Diff line number Diff line change 7373 <dependency >
7474 <groupId >org.junit.jupiter</groupId >
7575 <artifactId >junit-jupiter-engine</artifactId >
76- <version >[5.9.3 ,)</version >
76+ <version >[5.10.0 ,)</version >
7777 </dependency >
7878 </dependencies >
7979 </plugin >
140140 <dependency >
141141 <groupId >org.junit.jupiter</groupId >
142142 <artifactId >junit-jupiter-api</artifactId >
143- <version >[5.9.3 ,)</version >
143+ <version >[5.10.0 ,)</version >
144144 <scope >test</scope >
145145 </dependency >
146146 <dependency >
You can’t perform that action at this time.
0 commit comments