You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2019/09/29 19:42:31 UTC

[jmeter] branch master updated: Updated to caffeine 2.8.0 (from 2.6.2)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a3060da  Updated to caffeine 2.8.0 (from 2.6.2)
a3060da is described below

commit a3060dadabc942d2ba2d2ae362198d4f72d42505
Author: pmouawad <p....@ubik-ingenierie.com>
AuthorDate: Sun Sep 29 21:42:22 2019 +0200

    Updated to caffeine 2.8.0 (from 2.6.2)
---
 gradle.properties | 2 +-
 lib/aareadme.txt  | 2 +-
 xdocs/changes.xml | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index ca3226a..5514588 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -36,7 +36,7 @@ asm.version=7.1
 bouncycastle.version=1.60
 bsf.version=2.4.0
 bsh.version=2.0b6
-caffeine.version=2.6.2
+caffeine.version=2.8.0
 cglib-nodep.version=3.2.9
 commons-codec.version=1.11
 commons-collections.version=3.2.2
diff --git a/lib/aareadme.txt b/lib/aareadme.txt
index 5557f5a..12db3e8 100644
--- a/lib/aareadme.txt
+++ b/lib/aareadme.txt
@@ -35,7 +35,7 @@ dec-0.1.2 (org.brotli.dec)
 https://github.com/google/brotli/tree/master/java/org/brotli
 - Used by HTTP4 HC Impl for brotli decoding
 
-caffeine 2.6.2
+caffeine 2.8.0
 -----------------
 https://github.com/ben-manes/caffeine/
 - Used by CssParser
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index fbcfe85..b1d16f5 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -135,6 +135,7 @@ to view the last release notes of version 5.1.1.
     <li>Updated to dnsjava 2.1.9 (from 2.1.8)</li>
     <li>Updated to jsoup 1.12.1 (from 1.11.3)</li>
     <li>Updated to rsyntaxtextarea 3.0.4 (from 3.0.2)</li>
+    <li>Updated to caffeine 2.8.0 (from 2.6.2)</li>
     <li><bug>63396</bug>JSR223 Test Elements: Description of Parameters is misleading, same for Script</li>
     <li><bug>63480</bug>XPathAssertion and XPathAssertion2: Improve test coverage for input coming from variable. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
     <li><bug>63452</bug>Tools / Import from cURL: Complete coverage of all command line options that are valid in JMeter use case. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>