File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ dependencies {
3434 androidTestImplementation " de.mannodermaus.junit5:android-test-core:1.9.0"
3535 androidTestImplementation " jakarta.inject:jakarta.inject-api:2.0.1"
3636 androidTestImplementation " org.assertj:assertj-core:3.27.6"
37- androidTestImplementation " org.junit.jupiter:junit-jupiter-api:5.14.0 "
38- androidTestImplementation " org.junit.jupiter:junit-jupiter-params:5.14.0 "
37+ androidTestImplementation " org.junit.jupiter:junit-jupiter-api:6.0.1 "
38+ androidTestImplementation " org.junit.jupiter:junit-jupiter-params:6.0.1 "
3939 androidTestImplementation " org.mockito:mockito-android:5.20.0"
4040 androidTestImplementation " org.tinylog:tinylog-core:${ version} :tests"
4141 androidTestRuntimeOnly " de.mannodermaus.junit5:android-test-runner:1.9.0"
Original file line number Diff line number Diff line change 113113 <dependency >
114114 <groupId >org.junit.jupiter</groupId >
115115 <artifactId >junit-jupiter-api</artifactId >
116- <version >5.14.0 </version >
116+ <version >6.0.1 </version >
117117 </dependency >
118118 <dependency >
119119 <groupId >org.junit.jupiter</groupId >
120120 <artifactId >junit-jupiter-engine</artifactId >
121- <version >5.14.0 </version >
121+ <version >6.0.1 </version >
122122 </dependency >
123123 <dependency >
124124 <groupId >org.junit.jupiter</groupId >
125125 <artifactId >junit-jupiter-params</artifactId >
126- <version >5.14.0 </version >
126+ <version >6.0.1 </version >
127127 </dependency >
128128 <dependency >
129129 <groupId >org.junit.platform</groupId >
130130 <artifactId >junit-platform-launcher</artifactId >
131- <version >1.14.0 </version >
131+ <version >6.0.1 </version >
132132 </dependency >
133133 <dependency >
134134 <groupId >org.junit-pioneer</groupId >
You can’t perform that action at this time.
0 commit comments