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 6614ea2 Bump com.android.application in the all group across 1
directory (#331)
6614ea2 is described below
commit 6614ea2272f9410ef836adb4a0a8d3779e1d64bf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 2 09:43:07 2025 +0200
Bump com.android.application in the all group across 1 directory (#331)
Bumps the all group with 1 update in the / directory:
com.android.application.
Updates `com.android.application` from 8.10.0 to 8.10.1
---
updated-dependencies:
- dependency-name: com.android.application
dependency-version: 8.10.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 1eefc25..51b4544 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.10.0'
+ id 'com.android.application' version '8.10.1'
}
android {