This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-samples.git


The following commit(s) were added to refs/heads/main by this push:
     new 65aed68  Bump the all group across 1 directory with 4 updates (#358)
65aed68 is described below

commit 65aed6852528da1e5ef2f7ab6b712e8325e09135
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 11 06:45:59 2025 +0200

    Bump the all group across 1 directory with 4 updates (#358)
    
    Bumps the all group with 4 updates in the / directory: 
androidx.test.ext:junit, androidx.test.espresso:espresso-core, 
[org.assertj:assertj-core](https://github.com/assertj/assertj) and 
com.android.application.
    
    
    Updates `androidx.test.ext:junit` from 1.2.1 to 1.3.0
    
    Updates `androidx.test.espresso:espresso-core` from 3.6.1 to 3.7.0
    
    Updates `org.assertj:assertj-core` from 3.27.3 to 3.27.4
    - [Release notes](https://github.com/assertj/assertj/releases)
    - 
[Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.3...assertj-build-3.27.4)
    
    Updates `com.android.application` from 8.11.1 to 8.12.0
    
    ---
    updated-dependencies:
    - dependency-name: androidx.test.ext:junit
      dependency-version: 1.3.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: androidx.test.espresso:espresso-core
      dependency-version: 3.7.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: org.assertj:assertj-core
      dependency-version: 3.27.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: com.android.application
      dependency-version: 8.12.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 log4j-samples-android/app/build.gradle | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/log4j-samples-android/app/build.gradle 
b/log4j-samples-android/app/build.gradle
index 4f77d55..fe6f450 100644
--- a/log4j-samples-android/app/build.gradle
+++ b/log4j-samples-android/app/build.gradle
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 plugins {
-    id 'com.android.application' version '8.11.1'
+    id 'com.android.application' version '8.12.0'
 }
 
 android {
@@ -58,9 +58,9 @@ dependencies {
     implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
 
     testImplementation 'junit:junit:4.13.2'
-    androidTestImplementation 'androidx.test.ext:junit:1.2.1'
-    androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
-    androidTestImplementation 'org.assertj:assertj-core:3.27.3'
+    androidTestImplementation 'androidx.test.ext:junit:1.3.0'
+    androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
+    androidTestImplementation 'org.assertj:assertj-core:3.27.4'
 
     // Log4j
     implementation group: 'org.apache.logging.log4j', name: 'log4j-api', 
version: log4jVersion

Reply via email to