diff options
author | sunil unnava <su622b@att.com> | 2018-06-14 18:05:40 -0400 |
---|---|---|
committer | sunil unnava <su622b@att.com> | 2018-06-14 18:07:36 -0400 |
commit | 2721925ea824afb932b09aa9575fdb35311325d7 (patch) | |
tree | ff0f4ee805254ea05873ece12b9b928872d7f2a5 /pom.xml | |
parent | 5519f8372acf8d4f573739b8e819f7a1e569a019 (diff) |
fixes for null pointer exceptions
Issue-ID: DMAAP-519
Change-Id: Ia32d0bd58c5f438b50e361221a96b988b00a1120
Signed-off-by: sunil unnava <su622b@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId> <artifactId>dmaapClient</artifactId> <packaging>jar</packaging> - <version>1.1.6-SNAPSHOT</version> + <version>1.1.7-SNAPSHOT</version> <name>dmaap-messagerouter-dmaapclient</name> <description>Client library for MR event routing API</description> <url>https://github.com/att/dmaap-framework</url> @@ -29,7 +29,7 @@ <!-- for the client library, we want to allow 1.6 or later --> <maven.compiler.target>1.7</maven.compiler.target> <maven.compiler.source>1.7</maven.compiler.source> - <jersey.version>2.22.1</jersey.version> + <jersey.version>2.26</jersey.version> <version.jackson.core>2.6.7.1</version.jackson.core> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |