inspectIT / inspectit-ocelot

inspectIT Ocelot - Java agent for collecting application performance, tracing and behavior data
http://www.inspectit.rocks/
Apache License 2.0
204 stars 69 forks source link

Updates dependency to recent versions #1584

Closed quandor closed 1 year ago

quandor commented 1 year ago

Most of the dependencies are now managed via spring-boot dependency management. That means an upgrade of spring-boot version updates automatically dependencies managed by spring-boot and guarantees compatibility. All other versions are managed in a single file (gradle.properties). Usually those versions are the most current ones. If that is not the case a comment should explain why not.


This change is Reviewable