Gehel (Code Review)
2017-12-26 23:19:04 UTC
Gehel has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/400258 )
Change subject: update jackson to version 2.9.3
......................................................................
update jackson to version 2.9.3
The version of jackson that we are using is outdated (> 4 years) and will
cause issues when introducing wiremock (or other lib requiring a reasonably
recent version of jackson). And it is most of the time a good idea to keep
dependencies up to date.
Tests are still passing with this new version and jackson has a good track
record of preserving compatibility.
Change-Id: I4051bd08872a54284796a49383346fb14a00f147
---
M pom.xml
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/wikidata/query/rdf refs/changes/58/400258/1
diff --git a/pom.xml b/pom.xml
index 0ff4ffb..69fddaf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
<properties>
<blazegraph.version>2.1.5-SNAPSHOT</blazegraph.version>
- <jackson.version>2.2.3</jackson.version>
+ <jackson.version>2.9.3</jackson.version>
<jetty.version>9.2.3.v20140905</jetty.version>
<logback.version>1.2.3</logback.version>
<sesame.version>2.7.12</sesame.version>
--
To view, visit https://gerrit.wikimedia.org/r/400258
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4051bd08872a54284796a49383346fb14a00f147
Gerrit-PatchSet: 1
Gerrit-Project: wikidata/query/rdf
Gerrit-Branch: master
Gerrit-Owner: Gehel <***@wikimedia.org>
Change subject: update jackson to version 2.9.3
......................................................................
update jackson to version 2.9.3
The version of jackson that we are using is outdated (> 4 years) and will
cause issues when introducing wiremock (or other lib requiring a reasonably
recent version of jackson). And it is most of the time a good idea to keep
dependencies up to date.
Tests are still passing with this new version and jackson has a good track
record of preserving compatibility.
Change-Id: I4051bd08872a54284796a49383346fb14a00f147
---
M pom.xml
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/wikidata/query/rdf refs/changes/58/400258/1
diff --git a/pom.xml b/pom.xml
index 0ff4ffb..69fddaf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
<properties>
<blazegraph.version>2.1.5-SNAPSHOT</blazegraph.version>
- <jackson.version>2.2.3</jackson.version>
+ <jackson.version>2.9.3</jackson.version>
<jetty.version>9.2.3.v20140905</jetty.version>
<logback.version>1.2.3</logback.version>
<sesame.version>2.7.12</sesame.version>
--
To view, visit https://gerrit.wikimedia.org/r/400258
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4051bd08872a54284796a49383346fb14a00f147
Gerrit-PatchSet: 1
Gerrit-Project: wikidata/query/rdf
Gerrit-Branch: master
Gerrit-Owner: Gehel <***@wikimedia.org>