Ibotta / gradle-aspectj-pipeline-plugin

A Gradle plugin for Android projects which performs AspectJ weaving using Android's bytcode manipulation pipeline.
Apache License 2.0
75 stars 15 forks source link

[AT-4324] Update dependencies #30

Closed eschlenz closed 1 year ago

eschlenz commented 1 year ago

This PR updates the dependencies for our Gradle AspectJ (AOP) Pipeline Plugin:

AGP: 7.2.1 -> 7.3.0 AppCompat: 1.4.1 -> 1.5.1 Gradle Publish Plugin: 0.20.0 -> 1.0.0-rc-1 Junit: 5.8.2 -> 5.9.1 Kotlin: 1.7.0 -> 1.7.10 Kotlin DSL: 2.2.0 -> 3.1.0 Mockito: 4.2.0 -> 4.8.0 MockK: 1.12.2 -> 1.13.1 Gradle: 7.4.2 -> 7.5.1

Compile/Target Version: 31 -> 33