Skip to content

Conversation

@itsfarhan
Copy link

@itsfarhan itsfarhan commented Dec 20, 2024

Dependency Dashboard

  • Updated dependencies and corrected checkstyle violations.

Related Issues

Fixes #89

Notes

  • I have updated versions of 2 dependencies.
    • checkstyle v10.21.0
    • mockito-core v5.14.2
  • I have updated two files for checkstyle violation error. Error occured due to no empty line before "<p>" tag. I have just modified those lines.

How to test

  • mvn test

image

@itsfarhan itsfarhan requested a review from a team as a code owner December 20, 2024 16:11
@sonarqubecloud
Copy link

@justinabrahms justinabrahms changed the title Updated dependencies and corrected checkstyle violations chore: Updated dependencies and corrected checkstyle violations Dec 26, 2024
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.45.1</version>
<version>10.21.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.

Our build is running on java 8, check style 10+ require Java 11 - I think this will not work

Copy link
Member

@aepfli aepfli left a comment

Choose a reason for hiding this comment

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

Mockito and check style in this pull request version require Java 11 - we are building with Java 8. Hence this will not work.

As target version 1.8 is a requirement, we can think of updating our test build to a newer version, where we are executing those targets, but we are not able to merge this as is

@aepfli
Copy link
Member

aepfli commented Mar 13, 2025

with the migration to java 17 as our build java, all of this issues have been resolved and we have updated everything to the newest version, which are now updated via renovate accordingly.

Thank you for the pull request and your efforts

@aepfli aepfli closed this Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dependency Dashboard

3 participants