This repository was archived by the owner on Mar 20, 2026. It is now read-only.
CSP-1046 Upgrade third-party library versions#704
Draft
gcsaba2 wants to merge 1 commit into
Draft
Conversation
- Library upgrades: avro 1.9.1 -> 1.9.2 jackson 2.10.1 -> 2.10.3 commons-cli 1.3.1 -> 1.4 commons-io 2.5 -> 2.6 commons-codec 1.11 -> 1.14 commons-lang3 3.4 -> 3.10 slf4j 1.7.25 -> 1.7.30 jersey 2.22.1 -> 2.25.1 jetty 9.4.26 -> 9.4.27 jsonschemavalidator 2.2.6 -> 2.2.11 mariadb-java-client 1.5.5 -> 2.6.0 postgresql 9.4.1212 -> 42.2.12.jre7 spring 5.0.7.RELEASE -> 5.2.5.RELEASE hikari 2.2.5 -> 2.7.8 httpclient 4.5.3 -> 4.5.12 jaxb-api 2.2.12 -> 2.3.1 jaxb-runtime 2.3.1 -> 2.3.1 - Test libraries: junit 4.12 -> 4.13 h2 1.4.188 -> 1.4.200 mockito 2.28.2 -> 3.3.3 powermock 2.0.5 -> 2.0.7 plexus 3.1.0 -> 3.3.0 - Maven plugins: jar-plugin 2.6 -> 3.2.0 surefire-plugin 2.18.1 -> 3.0.0-M4 shade-plugin 2.4.1 -> 3.2.2 javadoc-plugin 2.10.3 -> 3.2.0 source-plugin 2.2.1 -> 3.2.1 - Removed commons-lang, kryo, phoenix (not used)
Contributor
|
Would it be possible to include dropwizard? |
Collaborator
|
@gcsaba2: Can you create a Github issue for this? In the created issue can you describe your motivation behind it? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Library upgrades:
avro 1.9.1 -> 1.9.2
jackson 2.10.1 -> 2.10.3
commons-cli 1.3.1 -> 1.4
commons-io 2.5 -> 2.6
commons-codec 1.11 -> 1.14
commons-lang3 3.4 -> 3.10
slf4j 1.7.25 -> 1.7.30
jersey 2.22.1 -> 2.25.1
jetty 9.4.26 -> 9.4.27
jsonschemavalidator 2.2.6 -> 2.2.11
mariadb-java-client 1.5.5 -> 2.6.0
postgresql 9.4.1212 -> 42.2.12.jre7
spring 5.0.7.RELEASE -> 5.2.5.RELEASE
hikari 2.2.5 -> 2.7.8
httpclient 4.5.3 -> 4.5.12
jaxb-api 2.2.12 -> 2.3.1
jaxb-runtime 2.3.1 -> 2.3.1
Test libraries:
junit 4.12 -> 4.13
h2 1.4.188 -> 1.4.200
mockito 2.28.2 -> 3.3.3
powermock 2.0.5 -> 2.0.7
plexus 3.1.0 -> 3.3.0
Maven plugins:
jar-plugin 2.6 -> 3.2.0
surefire-plugin 2.18.1 -> 3.0.0-M4
shade-plugin 2.4.1 -> 3.2.2
javadoc-plugin 2.10.3 -> 3.2.0
source-plugin 2.2.1 -> 3.2.1
Removed commons-lang, kryo, phoenix (not used)