This is an automated email from the ASF dual-hosted git repository.

sblackmon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/streams.git


The following commit(s) were added to refs/heads/master by this push:
     new 0a54b00  STREAMS-639 Upgrade jackson to at least 2.9.8 to address CVEs 
affecting >= 2.9.0, < 2.9.8
     new e41f6a7  Merge pull request #481 from steveblackmon/STREAMS-639
0a54b00 is described below

commit 0a54b006fc9430a065549502378c9f8525759806
Author: Steve Blackmon <[email protected]>
AuthorDate: Tue Mar 19 10:12:08 2019 -0500

    STREAMS-639 Upgrade jackson to at least 2.9.8 to address CVEs affecting >= 
2.9.0, < 2.9.8
    
    resolves STREAMS-639 Upgrade jackson to at least 2.9.8 to address CVEs 
affecting >= 2.9.0, < 2.9.8
---
 pom.xml                                                               | 2 +-
 .../src/test/resources/streams-plugin-pojo/pom.xml                    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 71ad906..daaf720 100644
--- a/pom.xml
+++ b/pom.xml
@@ -371,7 +371,7 @@
         <guava.version>20.0</guava.version>
         <httpcomponents.core.version>4.4.8</httpcomponents.core.version>
         <httpcomponents.client.version>4.5.4</httpcomponents.client.version>
-        <jackson.version>2.9.5</jackson.version>
+        <jackson.version>2.9.8</jackson.version>
         <joda-time.version>2.9.9</joda-time.version>
         <joda-convert.version>1.8.1</joda-convert.version>
         <json-flattener.version>0.5.0</json-flattener.version>
diff --git 
a/streams-plugins/streams-plugin-pojo/src/test/resources/streams-plugin-pojo/pom.xml
 
b/streams-plugins/streams-plugin-pojo/src/test/resources/streams-plugin-pojo/pom.xml
index da204f8..4086add 100644
--- 
a/streams-plugins/streams-plugin-pojo/src/test/resources/streams-plugin-pojo/pom.xml
+++ 
b/streams-plugins/streams-plugin-pojo/src/test/resources/streams-plugin-pojo/pom.xml
@@ -29,8 +29,8 @@
     <name>Test StreamsPojoMojo</name>
 
     <properties>
-        <jackson.version>2.6.1</jackson.version>
-        <juneau.version>7.0.1</juneau.version>
+        <jackson.version>2.9.8</jackson.version>
+        <juneau.version>7.2.1</juneau.version>
         <commons-lang3.version>3.4</commons-lang3.version>
     </properties>
 

Reply via email to