You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2022/08/22 13:11:52 UTC

[nifi] branch main updated: NIFI-10374 Upgraded Caffeine to 2.8.1 in nifi-asn1-services

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

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 4b9f92f167 NIFI-10374 Upgraded Caffeine to 2.8.1 in nifi-asn1-services
4b9f92f167 is described below

commit 4b9f92f167831a70052ed2e6392a61694f3c1f50
Author: mr1716 <ms...@rit.edu>
AuthorDate: Fri Aug 19 08:09:32 2022 -0400

    NIFI-10374 Upgraded Caffeine to 2.8.1 in nifi-asn1-services
    
    This closes #6316
    
    Signed-off-by: David Handermann <ex...@apache.org>
---
 nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml b/nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml
index 8b3780926c..41895ade52 100644
--- a/nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml
+++ b/nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml
@@ -60,7 +60,7 @@
         <dependency>
             <groupId>com.github.ben-manes.caffeine</groupId>
             <artifactId>caffeine</artifactId>
-            <version>2.6.2</version>
+            <version>2.8.1</version>
         </dependency>
 
         <!-- For Test -->