pravega / schema-registry

Pravega Schema Registry repository
Apache License 2.0
15 stars 23 forks source link

Upgrade Schema Registry Dependencies #255

Closed shshashwat closed 1 year ago

shshashwat commented 1 year ago

Problem description There are several dependencies in Schema Registry which have not been upgraded and more stable versions are available. The dependencies are also not in sync with the upstream product and they can cause issues. The list of dependencies are:- junitVersion=4.13.2 lombokVersion=1.18.12 mockitoVersion=3.3.3 nettyBoringSSLVersion=2.0.48.Final jacocoVersion=0.8.5 protobufGradlePlugin=0.8.15 jaxbVersion=2.3.1 gradleLombokPluginVersion=4.0.0 spotbugsVersion=4.0.6 spotbugsAnnotationsVersion=4.0.6 spotbugsPluginVersion=4.4.4 gradleGitPluginVersion=4.1.1 Apart from these, the gadle version needs to be upgraded too. gradle-6.8.3

Problem location gradle.properties build.gradle gradle-wrapper.properties

Suggestions for an improvement Upgrade the dependencies to the suggest values to sync with upstream project.