-
Notifications
You must be signed in to change notification settings - Fork 713
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
spring-beans: uses version with CVEs only via invoker #1417
Conversation
after this, the only non-it modules that show up in trivy are the benchmarks, which are mostly around resteasy usage there. @reta you mind seeing if we can upgrade resteasy or accomplish similar without it?
|
912adfe
to
8a26b5e
Compare
added a new issue to track what to do about spring 6, which set floor JRE to 17 #1418 |
Similar to #1413, this hides the intentionally not updated version in an invoker test. Signed-off-by: Adrian Cole <[email protected]>
8a26b5e
to
adb309a
Compare
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.
fixed the other spring invoker tests as they didn't use the correct versions
@@ -36,7 +36,7 @@ | |||
<dependency> | |||
<groupId>org.springframework</groupId> | |||
<artifactId>spring-web</artifactId> | |||
<version>@spring.version@</version> | |||
<version>@spring3.version@</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.
fixed this
@@ -40,7 +40,7 @@ | |||
<dependency> | |||
<groupId>org.springframework</groupId> | |||
<artifactId>spring-webmvc</artifactId> | |||
<version>@spring.version@</version> | |||
<version>@spring3.version@</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.
and this
Similar to #1413, this hides the intentionally not updated version in an invoker test.
Fixes #1411