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 e72ca689c2 NIFI-11643 Upgraded geoip2 from 2.16.1 to 4.0.1
e72ca689c2 is described below
commit e72ca689c2a6a2627192c9ebccecfadca682090c
Author: siddr <[email protected]>
AuthorDate: Tue Jun 6 00:52:36 2023 +0530
NIFI-11643 Upgraded geoip2 from 2.16.1 to 4.0.1
This closes #7341
Signed-off-by: David Handermann <[email protected]>
---
nifi-nar-bundles/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-nar-bundles/pom.xml b/nifi-nar-bundles/pom.xml
index 8dfa3400a7..63621e6ab8 100755
--- a/nifi-nar-bundles/pom.xml
+++ b/nifi-nar-bundles/pom.xml
@@ -390,7 +390,7 @@
<dependency>
<groupId>com.maxmind.geoip2</groupId>
<artifactId>geoip2</artifactId>
- <version>2.16.1</version>
+ <version>4.0.1</version>
</dependency>
</dependencies>
</dependencyManagement>