-
Notifications
You must be signed in to change notification settings - Fork 27
Upgrade dependencies - Mockito, Slf4j, Spotbugs, sonar-source etc #198
base: main
Are you sure you want to change the base?
Upgrade dependencies - Mockito, Slf4j, Spotbugs, sonar-source etc #198
Conversation
@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 |
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> |
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.
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
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.
Thanks for the quick response Tobi, i will do so.
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.
Done @TobiX , the build seems to go through.
Done, made 11 as minimum |
@TobiX shall we merge this one? |
Updating dependencies- Mockito, Slf4j, Spotbugs, sonar-source etc