File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
log4j-samples-android/app Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
plugins {
18
- id ' com.android.application' version ' 8.11.1 '
18
+ id ' com.android.application' version ' 8.12.0 '
19
19
}
20
20
21
21
android {
@@ -58,9 +58,9 @@ dependencies {
58
58
implementation ' androidx.constraintlayout:constraintlayout:2.2.1'
59
59
60
60
testImplementation ' junit:junit:4.13.2'
61
- androidTestImplementation ' androidx.test.ext:junit:1.2.1 '
62
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.1 '
63
- androidTestImplementation ' org.assertj:assertj-core:3.27.3 '
61
+ androidTestImplementation ' androidx.test.ext:junit:1.3.0 '
62
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.7.0 '
63
+ androidTestImplementation ' org.assertj:assertj-core:3.27.4 '
64
64
65
65
// Log4j
66
66
implementation group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : log4jVersion
You can’t perform that action at this time.
0 commit comments