Skip to content

Commit 32f05aa

Browse files
Bump org.aspectj:aspectjrt in the gradle-dependencies group
Bumps the gradle-dependencies group with 1 update: [org.aspectj:aspectjrt](https://github.com/eclipse/org.aspectj). Updates `org.aspectj:aspectjrt` from 1.9.23 to 1.9.24 - [Release notes](https://github.com/eclipse/org.aspectj/releases) - [Commits](https://github.com/eclipse/org.aspectj/commits) --- updated-dependencies: - dependency-name: org.aspectj:aspectjrt dependency-version: 1.9.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 757685c commit 32f05aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dependencies {
7272
// AspectJ - Required for the Ibotta AspectJ Plugin
7373
// That plugin is compiled against v1.9.6 but here we
7474
// are trying to use the latest to ensure compatibility
75-
implementation "org.aspectj:aspectjrt:1.9.23"
75+
implementation "org.aspectj:aspectjrt:1.9.24"
7676

7777
// If minSdk is like 25 or below, we seemingly need to desugar when
7878
// using aspectjrt 1.9.22 or above

0 commit comments

Comments
 (0)