-
Notifications
You must be signed in to change notification settings - Fork 301
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
Programming exercises
: Update dependencies for Java blackbox exercise template
#7359
Conversation
Do you provide these dependencies within your docker image? If yes, we should probably update the image version as well. |
No, there is no caching in the image. No need to update it.
|
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.
code
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.
Changes look good.
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.
Tested on ts2. Works as expected.
Note: One test fails for the solution build. It's unrelated to this PR but we should at least write an Issue once this PR gets merged. Edit: fixed in #7365
Checklist
General
Changes affecting Programming Exercises
Motivation and Context
In the last update #7127 we forgot to update the Java version in the
pom.xml
of the tests repository.Description
Updates the Java version to 21 to match the template solution and exercise repositories.
Uses this occasion to also update plugins specified in the
pom.xml
.Steps for Testing
Prerequisites:
Review Progress
Code Review
Manual Tests