Skip to content

Commit

Permalink
Update CHANGELOG.md and logstash-filter-geoip_jars.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
edmocosta committed May 22, 2024
1 parent 75a85bc commit 9eac8ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 7.3.0
- Added support for MaxMind GeoIP2 Enterprise and Anonymous-IP databases ([#223](https://github.com/logstash-plugins/logstash-filter-geoip/pull/223))
- Updated MaxMind dependencies and Java's source/target compatibility to 11.
- Updated MaxMind dependencies.
- Added tests for the Java classes.

## 7.2.13
Expand Down
4 changes: 2 additions & 2 deletions lib/logstash-filter-geoip_jars.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AUTOGENERATED BY THE GRADLE SCRIPT. DO NOT EDIT.

require 'jar_dependencies'
require_jar('com.maxmind.geoip2', 'geoip2', '4.2.0')
require_jar('com.maxmind.db', 'maxmind-db', '3.1.0')
require_jar('com.maxmind.geoip2', 'geoip2', '2.17.0')
require_jar('com.maxmind.db', 'maxmind-db', '2.1.0')
require_jar('org.logstash.filters', 'logstash-filter-geoip', '7.3.0')

0 comments on commit 9eac8ed

Please sign in to comment.