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 9c6cb75 Bump com.android.application in the all group across 1
directory (#349)
9c6cb75 is described below
commit 9c6cb75832f633b0b5b8d00f9b46e871757ecb7b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 28 08:21:39 2025 +0200
Bump com.android.application in the all group across 1 directory (#349)
Bumps the all group with 1 update in the / directory:
com.android.application.
Updates `com.android.application` from 8.11.0 to 8.11.1
---
updated-dependencies:
- dependency-name: com.android.application
dependency-version: 8.11.1
dependency-type: direct:production
update-type: version-update:semver-patch
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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/log4j-samples-android/app/build.gradle
b/log4j-samples-android/app/build.gradle
index 998e751..4f77d55 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.0'
+ id 'com.android.application' version '8.11.1'
}
android {