You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2022/10/05 07:59:22 UTC

[iotdb] branch rel/0.13 updated: Bump caffeine from 2.9.1 to 2.9.3 (#7506)

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

qiaojialin pushed a commit to branch rel/0.13
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/0.13 by this push:
     new 6147c6d5cd Bump caffeine from 2.9.1 to 2.9.3 (#7506)
6147c6d5cd is described below

commit 6147c6d5cdafdadc5bc6b08b4aa47ff5c634e278
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Oct 5 15:59:17 2022 +0800

    Bump caffeine from 2.9.1 to 2.9.3 (#7506)
    
    Bumps [caffeine](https://github.com/ben-manes/caffeine) from 2.9.1 to 2.9.3.
    - [Release notes](https://github.com/ben-manes/caffeine/releases)
    - [Commits](https://github.com/ben-manes/caffeine/compare/v2.9.1...v2.9.3)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.ben-manes.caffeine:caffeine
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 server/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/pom.xml b/server/pom.xml
index 0d96e091d7..a9b43c7999 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -218,7 +218,7 @@
         <dependency>
             <groupId>com.github.ben-manes.caffeine</groupId>
             <artifactId>caffeine</artifactId>
-            <version>2.9.1</version>
+            <version>2.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.influxdb</groupId>