Skip to content

Bump java 8 and 11 versions

Zach Rice requested to merge bump-java-8-11 into master

What does this MR do?

Bumps java 8 and 11 versions to something sdkman can use. Couple of interesting things happening in this MR. First, the versions of java 8 and 11 that are currently used in the Dockerfile are not available in sdkman's registry. So this bumps those versions to something sdkman can use. Next, the find security bugs plugin was not picking up multi module vulnerabilities so those have been added in the sast test report. Why weren't they being detected? Well, I'm still trying to figure out the root cause. But I suggest we not delay this fix.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Zach Rice

Merge request reports