GEODE-2460: update dependency versions * com.fasterxml.jackson.core:jackson-annotation:2.8.6 * com.fasterxml.jackson.core:jackson-core:2.8.6 * com.fasterxml.jackson.core:jackson-databind:2.8.6 * com.fasterxml.jackson.module:jackson-module-scala_2.10:2.8.6 * org.eclipse.persistence:javax.persistence:2.1.1 * fix dependency versions in NOTICE files
Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/bc32a76c Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/bc32a76c Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/bc32a76c Branch: refs/heads/GEODE-4160-mockito Commit: bc32a76c223d7a2b407fed72595af4056a78e433 Parents: 5ec0d47 Author: Kirk Lund <[email protected]> Authored: Fri Feb 24 17:13:08 2017 -0800 Committer: Kirk Lund <[email protected]> Committed: Tue Feb 28 11:30:53 2017 -0800 ---------------------------------------------------------------------- geode-assembly/src/main/dist/NOTICE | 10 +++++----- geode-pulse/src/main/webapp/META-INF/NOTICE | 4 ++-- geode-web-api/src/main/webapp/META-INF/NOTICE | 4 ++-- gradle/dependency-versions.properties | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode/blob/bc32a76c/geode-assembly/src/main/dist/NOTICE ---------------------------------------------------------------------- diff --git a/geode-assembly/src/main/dist/NOTICE b/geode-assembly/src/main/dist/NOTICE index 2cdda71..0985dc2 100644 --- a/geode-assembly/src/main/dist/NOTICE +++ b/geode-assembly/src/main/dist/NOTICE @@ -26,7 +26,7 @@ Java ClassMate library was originally written by Tatu Saloranta (tatu.saloranta@ * Brian Langel -Jackson Core 2.8.2 +Jackson Core 2.8.6 # Jackson JSON processor @@ -131,8 +131,8 @@ Copyright (c) 2002-2017 Pivotal, Inc. these subcomponents is subject to the terms and conditions of the subcomponent's license, as noted in the license.txt file. -Spring Hateoas 0.21.0 -Copyright (c) [2012-2014] Pivotal Software, Inc. +Spring Hateoas 0.23.0.RELEASE +Copyright (c) [2012-2017] Pivotal Software, Inc. This product is licensed to you under the Apache License, Version 2.0 (the "License"). You may not use this product except in compliance with the License. @@ -142,12 +142,12 @@ Copyright (c) [2012-2014] Pivotal Software, Inc. code for the these subcomponents is subject to the terms and conditions of the subcomponent's license, as noted in the LICENSE file. -Spring LDAP Core 2.1.0 +Spring LDAP Core 2.3.1.RELEASE This product includes software developed by the Spring LDAP Project (http://www.springframework.org/ldap). -Spring Shell 1.2.0 +Spring Shell 1.2.0.RELEASE This product includes software developed by the Spring Framework Project (http://www.springframework.org). http://git-wip-us.apache.org/repos/asf/geode/blob/bc32a76c/geode-pulse/src/main/webapp/META-INF/NOTICE ---------------------------------------------------------------------- diff --git a/geode-pulse/src/main/webapp/META-INF/NOTICE b/geode-pulse/src/main/webapp/META-INF/NOTICE index 166a9ee..1d161e9 100644 --- a/geode-pulse/src/main/webapp/META-INF/NOTICE +++ b/geode-pulse/src/main/webapp/META-INF/NOTICE @@ -20,7 +20,7 @@ Copyright 2016 AddThis This product includes software developed by the MX4J project (http://mx4j.sourceforge.net). -Jackson Core 2.8.0 +Jackson Core 2.8.6 # Jackson JSON processor @@ -55,7 +55,7 @@ Copyright (c) 2002-2017 Pivotal, Inc. these subcomponents is subject to the terms and conditions of the subcomponent's license, as noted in the license.txt file. -Spring LDAP Core 2.1.0.RELEASE +Spring LDAP Core 2.3.1.RELEASE This product includes software developed by the Spring LDAP Project (http://www.springframework.org/ldap). http://git-wip-us.apache.org/repos/asf/geode/blob/bc32a76c/geode-web-api/src/main/webapp/META-INF/NOTICE ---------------------------------------------------------------------- diff --git a/geode-web-api/src/main/webapp/META-INF/NOTICE b/geode-web-api/src/main/webapp/META-INF/NOTICE index 8e1775b..8070e9b 100644 --- a/geode-web-api/src/main/webapp/META-INF/NOTICE +++ b/geode-web-api/src/main/webapp/META-INF/NOTICE @@ -26,7 +26,7 @@ Java ClassMate library was originally written by Tatu Saloranta (tatu.saloranta@ * Brian Langel -Jackson Core 2.8.2 +Jackson Core 2.8.6 # Jackson JSON processor @@ -61,7 +61,7 @@ Copyright (c) 2002-2017 Pivotal, Inc. these subcomponents is subject to the terms and conditions of the subcomponent's license, as noted in the license.txt file. -Spring Hateoas 0.21.0 +Spring Hateoas 0.23.0.RELEASE Copyright (c) [2012-2014] Pivotal Software, Inc. This product is licensed to you under the Apache License, Version 2.0 (the "License"). http://git-wip-us.apache.org/repos/asf/geode/blob/bc32a76c/gradle/dependency-versions.properties ---------------------------------------------------------------------- diff --git a/gradle/dependency-versions.properties b/gradle/dependency-versions.properties index be828af..d4a104e 100644 --- a/gradle/dependency-versions.properties +++ b/gradle/dependency-versions.properties @@ -40,14 +40,14 @@ hamcrest-all.version = 1.3 httpclient.version = 4.5.3 httpcore.version = 4.4.6 httpunit.version = 1.7.2 -jackson.version = 2.8.2 -jackson-module-scala_2.10.version = 2.8.2 +jackson.version = 2.8.6 +jackson-module-scala_2.10.version = 2.8.6 jansi.version = 1.14 javassist.version = 3.21.0-GA javax.ejb-api.version = 3.0 javax.jsr250-api.version = 1.0 javax.mail-api.version = 1.4.7 -javax.persistence-api.version = 2.0.0 +javax.persistence-api.version = 2.1.1 javax.resource-api.version = 1.7 javax.servlet-api.version = 3.1.0 javax.transaction-api.version = 1.2
