From 5397da17d435027d049c2c7a11268c0a08af836c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 07:12:17 +0000 Subject: [PATCH] Bump the gradle-dependencies group with 2 updates Bumps the gradle-dependencies group with 2 updates: [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) and [org.aspectj:aspectjrt](https://github.com/eclipse/org.aspectj). Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.21 to 2.3.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.21...v2.3.0) Updates `org.aspectj:aspectjrt` from 1.9.25 to 1.9.25.1 - [Release notes](https://github.com/eclipse/org.aspectj/releases) - [Commits](https://github.com/eclipse/org.aspectj/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-dependencies - dependency-name: org.aspectj:aspectjrt dependency-version: 1.9.25.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index bbf5121..793939f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -72,7 +72,7 @@ dependencies { // AspectJ - Required for the Ibotta AspectJ Plugin // That plugin is compiled against v1.9.6 but here we // are trying to use the latest to ensure compatibility - implementation "org.aspectj:aspectjrt:1.9.25" + implementation "org.aspectj:aspectjrt:1.9.25.1" // If minSdk is like 25 or below, we seemingly need to desugar when // using aspectjrt 1.9.22 or above diff --git a/build.gradle b/build.gradle index 5739599..6c37d7e 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { classpath "com.android.tools.build:gradle:8.13.2" //Kotlin - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.21" + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.0" //AOP classpath "com.ibotta:plugin:1.4.1"