Skip to content
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

Upgrade dependencies - Mockito, Slf4j, Spotbugs, sonar-source etc #198

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

amitojduggal
Copy link

@amitojduggal amitojduggal commented Dec 26, 2023

Updating dependencies- Mockito, Slf4j, Spotbugs, sonar-source etc

@amitojduggal amitojduggal changed the title Upgrade dependencies - Mockito, Slf4j Upgrade dependencies - Mockito, Slf4j, Spotbugs, sonar-source etc Dec 26, 2023
@amitojduggal
Copy link
Author

@TobiX Can you please have a look at this one?, seems fine with the tests. we can simply close other open MRs for dependency upgrades

@TobiX TobiX added the dependencies Pull requests that update a dependency file label Dec 26, 2023
@TobiX
Copy link
Member

TobiX commented Dec 26, 2023

You probably need to raise the minimum required Java version in the CI matrix first.

@@ -98,7 +98,7 @@
<dependency>
<groupId>org.codenarc</groupId>
<artifactId>CodeNarc</artifactId>
<version>2.2.0</version>
<version>3.3.0</version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When updating CodeNarc, you should update the external at the same time and use the codenarc-converter to integrate changes in codenarc rules into this plugin

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick response Tobi, i will do so.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done @TobiX , the build seems to go through.

@amitojduggal
Copy link
Author

You probably need to raise the minimum required Java version in the CI matrix first.

Done, made 11 as minimum

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants