-
Notifications
You must be signed in to change notification settings - Fork 7
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 Gradle with plugins + service dependencies #508
Conversation
@@ -234,7 +234,6 @@ | |||
<property name="allowMissingParamTags" value="true"/> | |||
<property name="allowMissingThrowsTags" value="true"/> | |||
<property name="allowMissingReturnTag" value="true"/> | |||
<property name="minLineCount" value="2"/> |
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.
Deprecated property got removed in latest version.
@@ -177,7 +177,7 @@ repositories { | |||
// it is important to specify logback classic and core packages explicitly as libraries like spring boot | |||
// enforces it's own (older) version which is not recommended. | |||
def versions = [ | |||
reformLogging: '5.0.1', | |||
reformLogging: '5.1.0', |
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.
I think thanks for that change, we can now remove the netty.io exclusion which I have added in the owasp config.
This reverts commit 5077263.
JIRA link (if applicable)
None
Change description
As per title...
Does this PR introduce a breaking change? (check one with "x")