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

chore: Updated dependencies and corrected checkstyle violations #1259

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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
@justinabrahms justinabrahms changed the title Updated dependencies and corrected checkstyle violations chore: Updated dependencies and corrected checkstyle violations Dec 26, 2024
@@ -419,7 +419,7 @@
<dependency>
<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

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