bugsnag / bugsnag-java

BugSnag error reporting for Java.
https://www.bugsnag.com/platforms/java/
MIT License
56 stars 34 forks source link

[PIPE-5521] upgrade to use gradle 7.6.1 #186

Closed DavidPetran closed 1 year ago

DavidPetran commented 1 year ago

Goal

This change is necessary to facilitate adding support for Spring version 6/ Spring boot version 3 which require a minimum Gradle version 7.3 and Java 17.

⚠️This is a breaking change as support for java 6 is removed in the bugsnag library, and support for java 7 is removed in the bugsnag-spring library.

Changeset

Testing

Existing coverage should suffice to prove nothing has broken. I've also manually tested each example app