Skip to content

Commit 577805f

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.22.1 to 1.9.23 - [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-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 10708a9 commit 577805f

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
@@ -71,7 +71,7 @@ dependencies {
7171
// AspectJ - Required for the Ibotta AspectJ Plugin
7272
// That plugin is compiled against v1.9.6 but here we
7373
// are trying to use the latest to ensure compatibility
74-
implementation "org.aspectj:aspectjrt:1.9.22.1"
74+
implementation "org.aspectj:aspectjrt:1.9.23"
7575

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

0 commit comments

Comments
 (0)