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

jakarta libs upgrade #76

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open

jakarta libs upgrade #76

wants to merge 22 commits into from

Conversation

lukasz-wolski
Copy link
Contributor

Before creating a pull request make sure that:

  • commit messages are meaningful and follow good commit message guidelines
  • README and other documentation has been updated / added (if needed)
  • tests have been updated / new tests has been added (if needed)

Please remove this line and everything above and fill the following sections:

JIRA link (if applicable)

https://tools.hmcts.net/jira/browse/DTSRD-72

Change description

Does this PR introduce a breaking change? (check one with "x")

[ ] Yes
[ ] No

build.gradle Outdated
// resolutionStrategy.eachDependency { details ->
// if (details.requested.group == 'io.netty') {
// details.useVersion "4.1.77.Final"
// }

Choose a reason for hiding this comment

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

please delete commented code

build.gradle Outdated
implementation (group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: versions.jackson) {
force = true
}
implementation (group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.15.2')

Choose a reason for hiding this comment

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

can't we use 2.13.2 ( version: versions.jackson))

Copy link
Contributor Author

Choose a reason for hiding this comment

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

local dependency check scan flags jackson-databind 2.13.2 as vulnerable to CVE-2020-36518, CVE-2022-42003, CVE-2022-42004

build.gradle Outdated
implementation 'net.logstash.logback:logstash-logback-encoder:6.4'

implementation group: 'com.microsoft.azure', name: 'azure-storage-blob', version: '11.0.0'
implementation group: 'com.azure', name: 'azure-storage-blob', version: '12.18.0'

Choose a reason for hiding this comment

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

latest is 12.23.0, better to use latest version, if it is compatable

Copy link

@kiran-yenigala-hmcts kiran-yenigala-hmcts left a comment

Choose a reason for hiding this comment

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

Minor comments

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.

2 participants