exceptionfactory commented on code in PR #6120:
URL: https://github.com/apache/nifi/pull/6120#discussion_r895680722


##########
nifi-commons/nifi-property-protection-gcp/pom.xml:
##########
@@ -53,6 +53,7 @@
         <dependency>
             <groupId>com.google.cloud</groupId>
             <artifactId>google-cloud-kms</artifactId>
+            <version>2.4.0</version> 

Review Comment:
   This version change should be removed. The `google-cloud-kms` version is 
managed through the `libraries-bom` dependency.



##########
nifi-registry/nifi-registry-core/pom.xml:
##########
@@ -130,7 +130,7 @@
             <dependency>
                 <groupId>com.google.guava</groupId>
                 <artifactId>guava</artifactId>
-                <version>28.0-jre</version>
+                <version>31.0.1-jre</version>

Review Comment:
   The latest version of Guava is `31.1-jre`, which contains several updates to 
what is included in `31.0.1-jre`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to