This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new baca8f0 Upgrade caffiene dependency in pom.xml (#3192)
baca8f0 is described below
commit baca8f09732f6465c448e1983acece16c714de0b
Author: Richard Yu <[email protected]>
AuthorDate: Sat Dec 15 09:03:38 2018 -0800
Upgrade caffiene dependency in pom.xml (#3192)
* Exception Handling for Null Pointer Exception in BrokerService
* Update
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BrokerService.java
Co-Authored-By: ConcurrencyPractitioner <[email protected]>
* Fixing error
* Moving condition to Line 430
* Upgrading pom.xml caffeine dependency
* Removing unneccesary change
* Updating binary.
---
distribution/server/src/assemble/LICENSE.bin.txt | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/distribution/server/src/assemble/LICENSE.bin.txt
b/distribution/server/src/assemble/LICENSE.bin.txt
index cf0a4e2..7100312 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -322,7 +322,7 @@ The Apache Software License, Version 2.0
- com.fasterxml.jackson.jaxrs-jackson-jaxrs-json-provider-2.9.7.jar
- com.fasterxml.jackson.module-jackson-module-jaxb-annotations-2.9.7.jar
- com.fasterxml.jackson.module-jackson-module-jsonSchema-2.9.7.jar
- * Caffeine -- com.github.ben-manes.caffeine-caffeine-2.3.3.jar
+ * Caffeine -- com.github.ben-manes.caffeine-caffeine-2.6.2.jar
* Proto Google Common Protos --
com.google.api.grpc-proto-google-common-protos-1.0.0.jar
* Gson -- com.google.code.gson-gson-2.8.2.jar
* Guava -- com.google.guava-guava-21.0.jar
diff --git a/pom.xml b/pom.xml
index 93da47b..98576c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -667,7 +667,7 @@ flexible messaging model and an intuitive client
API.</description>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
- <version>2.3.3</version>
+ <version>2.6.2</version>
</dependency>
<dependency>