File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ repositories {
1414}
1515
1616dependencies {
17- implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 " )
18- testImplementation(" org.junit.jupiter:junit-jupiter-api:[5.9.1 ,)" )
19- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:[5.9.1 ,)" )
17+ implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 " )
18+ testImplementation(" org.junit.jupiter:junit-jupiter-api:[5.9.2 ,)" )
19+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:[5.9.2 ,)" )
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.1 ,)</version >
77+ <version >[5.9.2 ,)</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.1 ,)</version >
149+ <version >[5.9.2 ,)</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.1 ,)</version >
76+ <version >[5.9.2 ,)</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.1 ,)</version >
143+ <version >[5.9.2 ,)</version >
144144 <scope >test</scope >
145145 </dependency >
146146 <dependency >
You can’t perform that action at this time.
0 commit comments