Skip to content

Commit

Permalink
bump log4j version to 2.17.1 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisecheng authored Jan 5, 2022
1 parent 3fc2fae commit e2763e0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Unreleased
## 7.2.9
- Fix: red CI in Logstash 8.0 [#201](https://github.com/logstash-plugins/logstash-filter-geoip/pull/201)
- Update Log4j dependency to 2.17.1

## 7.2.8
- Update Log4j dependency to 2.17.0
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ configurations {
}

dependencies {
compileOnly group: "org.apache.logging.log4j", name: "log4j-api", version: "2.17.0"
compileOnly group: "org.apache.logging.log4j", name: "log4j-core", version: "2.17.0"
compileOnly group: "org.apache.logging.log4j", name: "log4j-api", version: "2.17.1"
compileOnly group: "org.apache.logging.log4j", name: "log4j-core", version: "2.17.1"
compileOnly group: "com.maxmind.geoip2", name: "geoip2", version: "2.9.0"
compileOnly group: "com.maxmind.db", name: "maxmind-db", version: "1.2.2"
compileOnly group: 'org.jruby', name: 'jruby-complete', version: "1.7.26"
Expand All @@ -64,8 +64,8 @@ dependencies {
runtimeOnly group: "com.maxmind.db", name: "maxmind-db", version: "1.2.2"

testImplementation group: 'junit', name: 'junit', version: '4.12'
testImplementation group: "org.apache.logging.log4j", name: "log4j-api", version: "2.17.0"
testImplementation group: "org.apache.logging.log4j", name: "log4j-core", version: "2.17.0"
testImplementation group: "org.apache.logging.log4j", name: "log4j-api", version: "2.17.1"
testImplementation group: "org.apache.logging.log4j", name: "log4j-core", version: "2.17.1"
testImplementation group: 'org.jruby', name: 'jruby-complete', version: "1.7.26"
testImplementation group: "com.maxmind.geoip2", name: "geoip2", version: "2.9.0"
testImplementation group: "com.maxmind.db", name: "maxmind-db", version: "1.2.2"
Expand Down
2 changes: 1 addition & 1 deletion logstash-filter-geoip.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|

s.name = 'logstash-filter-geoip'
s.version = '7.2.8'
s.version = '7.2.9'
s.licenses = ['Apache License (2.0)']
s.summary = "Adds geographical information about an IP address"
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
Expand Down

0 comments on commit e2763e0

Please sign in to comment.