You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The apm-rabbitmq-spring seems to not be covered by dependabot currently and therefore still is on spring-boot-2. This means that spring boot 3 support of this feature is currently untested on CI.
We should
switch to using the spring-boot-parent in a <dependencymanagement> section in order to have the dependencies properly managed and upgraded via dependabot
Ensure that both spring boot 2 and spring boot 3 are tested and working correctly for this project
The text was updated successfully, but these errors were encountered:
The
apm-rabbitmq-spring
seems to not be covered by dependabot currently and therefore still is on spring-boot-2. This means that spring boot 3 support of this feature is currently untested on CI.We should
spring-boot-parent
in a<dependencymanagement>
section in order to have the dependencies properly managed and upgraded via dependabotThe text was updated successfully, but these errors were encountered: