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 9d77f55  Bump the all group across 1 directory with 3 updates (#372)
9d77f55 is described below

commit 9d77f5559c1483f57159836f6f362cfb32e4963b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 14 07:40:15 2025 +0200

    Bump the all group across 1 directory with 3 updates (#372)
    
    Bumps the all group with 3 updates in the / directory: 
[com.google.android.material:material](https://github.com/material-components/material-components-android),
 [org.assertj:assertj-core](https://github.com/assertj/assertj) and 
com.android.application.
    
    
    Updates `com.google.android.material:material` from 1.12.0 to 1.13.0
    - [Release 
notes](https://github.com/material-components/material-components-android/releases)
    - 
[Commits](https://github.com/material-components/material-components-android/compare/1.12.0...1.13.0)
    
    Updates `org.assertj:assertj-core` from 3.27.4 to 3.27.5
    - [Release notes](https://github.com/assertj/assertj/releases)
    - 
[Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.4...assertj-build-3.27.5)
    
    Updates `com.android.application` from 8.12.0 to 8.13.0
    
    ---
    updated-dependencies:
    - dependency-name: com.google.android.material:material
      dependency-version: 1.13.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: org.assertj:assertj-core
      dependency-version: 3.27.5
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: com.android.application
      dependency-version: 8.13.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    ...
    
    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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/log4j-samples-android/app/build.gradle 
b/log4j-samples-android/app/build.gradle
index a5c148e..6a47ebb 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.12.0'
+    id 'com.android.application' version '8.13.0'
 }
 
 android {
@@ -52,13 +52,13 @@ android {
 dependencies {
 
     implementation 'androidx.appcompat:appcompat:1.7.1'
-    implementation 'com.google.android.material:material:1.12.0'
+    implementation 'com.google.android.material:material:1.13.0'
     implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
 
     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.4'
+    androidTestImplementation 'org.assertj:assertj-core:3.27.6'
 
     // Log4j
     implementation group: 'org.apache.logging.log4j', name: 'log4j-api', 
version: project.ext.log4jVersion

Reply via email to