-
Notifications
You must be signed in to change notification settings - Fork 19
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
FOLREL-713 - Java and vertex version upgrade. #515
base: master
Are you sure you want to change the base?
Conversation
|
<dependency> | ||
<groupId>net.bytebuddy</groupId> | ||
<artifactId>byte-buddy</artifactId> | ||
<version>1.17.2</version> |
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.
Is byte-buddy needed for runtime, or can it be restricted to <scope>test</scope>
?
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.
Is byte-buddy needed when using mockito 5.16.0 and spring 6.2.3?
@@ -206,6 +206,12 @@ | |||
<version>4.8.0</version> |
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.
4.8.0 is rather old, can you bump to mockito 5.16.0?
<vertx-version>4.5.9</vertx-version> | ||
<raml-module-builder-version>35.3.0</raml-module-builder-version> | ||
<vertx-version>4.5.13</vertx-version> | ||
<raml-module-builder-version>35.4.0</raml-module-builder-version> | ||
<spring.version>6.1.5</spring.version> |
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.
<spring.version>6.1.5</spring.version> | |
<spring.version>6.2.3</spring.version> |
No description provided.