File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -59,14 +59,14 @@ dependencies {
5959 // ==== /Lombok
6060
6161
62- testImplementation platform(' org.junit:junit-bom:5.13.2 ' )
62+ testImplementation platform(' org.junit:junit-bom:5.13.3 ' )
6363 testImplementation " org.junit.jupiter:junit-jupiter-api"
6464 testImplementation ' org.junit.jupiter:junit-jupiter'
6565 testImplementation ' org.junit.platform:junit-platform-launcher'
6666
6767 androidTestImplementation ' io.github.neboskreb:android-log4j2-junit5:2.24'
6868 androidTestImplementation ' androidx.test.ext:junit:1.2.1'
69- androidTestImplementation platform(' org.junit:junit-bom:5.13.2 ' )
69+ androidTestImplementation platform(' org.junit:junit-bom:5.13.3 ' )
7070 androidTestImplementation " org.junit.jupiter:junit-jupiter-api"
7171 androidTestImplementation ' org.junit.jupiter:junit-jupiter'
7272 androidTestImplementation ' org.junit.platform:junit-platform-launcher'
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
4343
4444
4545 testImplementation ' io.github.neboskreb:android-log4j2:2.24'
46- testImplementation platform(' org.junit:junit-bom:5.13.2 ' )
46+ testImplementation platform(' org.junit:junit-bom:5.13.3 ' )
4747 testImplementation ' org.junit.jupiter:junit-jupiter-api'
4848 testImplementation ' org.junit.jupiter:junit-jupiter'
4949 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
@@ -53,7 +53,7 @@ dependencies {
5353 androidTestImplementation ' androidx.test:core:1.6.1'
5454 androidTestImplementation ' androidx.test:runner:1.6.2'
5555 androidTestImplementation ' androidx.test.ext:junit:1.2.1'
56- androidTestImplementation platform(' org.junit:junit-bom:5.13.2 ' )
56+ androidTestImplementation platform(' org.junit:junit-bom:5.13.3 ' )
5757 androidTestImplementation ' org.junit.jupiter:junit-jupiter-api'
5858 androidTestImplementation ' org.junit.jupiter:junit-jupiter'
5959 androidTestImplementation ' org.junit.platform:junit-platform-launcher'
Original file line number Diff line number Diff line change @@ -114,13 +114,13 @@ android {
114114dependencies {
115115 api ' io.github.neboskreb:android-log4j2:2.24'
116116 compileOnly ' androidx.test.ext:junit:1.2.1'
117- compileOnly platform(' org.junit:junit-bom:5.13.2 ' )
117+ compileOnly platform(' org.junit:junit-bom:5.13.3 ' )
118118 compileOnly ' org.junit.jupiter:junit-jupiter-api'
119119 compileOnly ' org.junit.jupiter:junit-jupiter'
120120 compileOnly ' org.junit.platform:junit-platform-launcher'
121121
122122 androidTestImplementation ' androidx.test.ext:junit:1.2.1'
123- androidTestImplementation platform(' org.junit:junit-bom:5.13.2 ' )
123+ androidTestImplementation platform(' org.junit:junit-bom:5.13.3 ' )
124124 androidTestImplementation ' org.junit.jupiter:junit-jupiter-api'
125125 androidTestImplementation ' org.junit.jupiter:junit-jupiter'
126126 androidTestImplementation ' org.junit.platform:junit-platform-launcher'
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ dependencies {
129129 // ==== /Lombok
130130
131131
132- testImplementation platform(' org.junit:junit-bom:5.13.2 ' )
132+ testImplementation platform(' org.junit:junit-bom:5.13.3 ' )
133133 testImplementation ' org.junit.jupiter:junit-jupiter-api'
134134 testImplementation ' org.junit.jupiter:junit-jupiter'
135135 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
@@ -139,7 +139,7 @@ dependencies {
139139
140140
141141 androidTestImplementation ' androidx.test.ext:junit:1.2.1'
142- androidTestImplementation platform(' org.junit:junit-bom:5.13.2 ' )
142+ androidTestImplementation platform(' org.junit:junit-bom:5.13.3 ' )
143143 androidTestImplementation ' org.junit.jupiter:junit-jupiter-api'
144144 androidTestImplementation ' org.junit.jupiter:junit-jupiter'
145145 androidTestImplementation ' org.junit.platform:junit-platform-launcher'
You can’t perform that action at this time.
0 commit comments