-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AAE-16572] - upgrade spring-boot to 3.1.3 and spring-cloud to 2022.0.4 to fix vulnerability in spring-kafka 3.0.8 #1205
[AAE-16572] - upgrade spring-boot to 3.1.3 and spring-cloud to 2022.0.4 to fix vulnerability in spring-kafka 3.0.8 #1205
Conversation
…ng-boot to 3.1.3 and spring-cloud to 2022.0.4
267b9cd
to
e99cef6
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@@ -87,10 +87,5 @@ | |||
<artifactId>mockito-core</artifactId> | |||
<scope>test</scope> | |||
</dependency> | |||
<dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mockito-inline is now part of mockito-core
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍🏼
Activiti/Activiti#4427
By bumping spring-boot and spring-cloud we bump also spring-kafka vulnerable version (3.0.8) to a fixed one (3.0.10).