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

ramanathan1504 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 8fa8ca3  Bump the gradle-minor-updates group across 1 directory with 4 
updates (#417)
8fa8ca3 is described below

commit 8fa8ca3f0678c4d782a3599256ab67ecfbdc3365
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 8 08:50:06 2026 +0530

    Bump the gradle-minor-updates group across 1 directory with 4 updates (#417)
    
    Bumps the gradle-minor-updates group with 4 updates in the / directory: 
androidx.appcompat:appcompat, 
[com.google.android.material:material](https://github.com/material-components/material-components-android),
 androidx.constraintlayout:constraintlayout and 
[org.assertj:assertj-core](https://github.com/assertj/assertj).
    
    
    Updates `androidx.appcompat:appcompat` from 1.7.1 to 1.8.0
    
    Updates `com.google.android.material:material` from 1.13.0 to 1.14.0
    - [Release 
notes](https://github.com/material-components/material-components-android/releases)
    - 
[Commits](https://github.com/material-components/material-components-android/compare/1.13.0...1.14.0)
    
    Updates `androidx.constraintlayout:constraintlayout` from 2.2.1 to 2.2.2
    
    Updates `org.assertj:assertj-core` from 3.27.6 to 3.27.7
    - [Release notes](https://github.com/assertj/assertj/releases)
    - 
[Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.6...assertj-build-3.27.7)
    
    ---
    updated-dependencies:
    - dependency-name: androidx.appcompat:appcompat
      dependency-version: 1.8.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: gradle-minor-updates
    - dependency-name: androidx.constraintlayout:constraintlayout
      dependency-version: 2.2.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: gradle-minor-updates
    - dependency-name: com.google.android.material:material
      dependency-version: 1.14.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: gradle-minor-updates
    - dependency-name: org.assertj:assertj-core
      dependency-version: 3.27.7
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: gradle-minor-updates
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    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 0f7739b..1a00564 100644
--- a/log4j-samples-android/app/build.gradle
+++ b/log4j-samples-android/app/build.gradle
@@ -51,14 +51,14 @@ android {
 
 dependencies {
 
-    implementation 'androidx.appcompat:appcompat:1.7.1'
-    implementation 'com.google.android.material:material:1.13.0'
-    implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
+    implementation 'androidx.appcompat:appcompat:1.8.0'
+    implementation 'com.google.android.material:material:1.14.0'
+    implementation 'androidx.constraintlayout:constraintlayout:2.2.2'
 
     testImplementation 'junit:junit:4.13.2'
     androidTestImplementation 'androidx.test.ext:junit:1.3.0'
     androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
-    androidTestImplementation 'org.assertj:assertj-core:3.27.6'
+    androidTestImplementation 'org.assertj:assertj-core:3.27.7'
 
     // Log4j
     implementation group: 'org.apache.logging.log4j', name: 'log4j-api', 
version: project.ext.log4jVersion

Reply via email to