-
Notifications
You must be signed in to change notification settings - Fork 121
Build with JDK 21 #363
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
base: master
Are you sure you want to change the base?
Build with JDK 21 #363
Conversation
Can you please add motivation for this change in the issue description? |
I have added the description now. Thank you! |
Do you think we can merge this? |
<jupiter.version>5.6.3</jupiter.version> | ||
<mockito.version>3.3.3</mockito.version> | ||
<lombok.version>1.18.26</lombok.version> | ||
<lombok.version>1.18.36</lombok.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.
<lombok.version>1.18.36</lombok.version> | |
<lombok.version>1.18.38</lombok.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.
bump to latest version
<groupId>org.projectlombok</groupId> | ||
<artifactId>lombok</artifactId> | ||
<version>1.18.26</version> | ||
<version>1.18.36</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.
<version>1.18.36</version> | |
<version>1.18.38</version> |
Issue #, if available:
Description of changes:
Ensure compatibility with Java 21 by running CI against Java 21 as well
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.