Skip to content

Commit e2763e0

Browse files
authored
bump log4j version to 2.17.1 (#203)
1 parent 3fc2fae commit e2763e0

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## Unreleased
1+
## 7.2.9
22
- Fix: red CI in Logstash 8.0 [#201](https://github.com/logstash-plugins/logstash-filter-geoip/pull/201)
3+
- Update Log4j dependency to 2.17.1
34

45
## 7.2.8
56
- Update Log4j dependency to 2.17.0

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ configurations {
5353
}
5454

5555
dependencies {
56-
compileOnly group: "org.apache.logging.log4j", name: "log4j-api", version: "2.17.0"
57-
compileOnly group: "org.apache.logging.log4j", name: "log4j-core", version: "2.17.0"
56+
compileOnly group: "org.apache.logging.log4j", name: "log4j-api", version: "2.17.1"
57+
compileOnly group: "org.apache.logging.log4j", name: "log4j-core", version: "2.17.1"
5858
compileOnly group: "com.maxmind.geoip2", name: "geoip2", version: "2.9.0"
5959
compileOnly group: "com.maxmind.db", name: "maxmind-db", version: "1.2.2"
6060
compileOnly group: 'org.jruby', name: 'jruby-complete', version: "1.7.26"
@@ -64,8 +64,8 @@ dependencies {
6464
runtimeOnly group: "com.maxmind.db", name: "maxmind-db", version: "1.2.2"
6565

6666
testImplementation group: 'junit', name: 'junit', version: '4.12'
67-
testImplementation group: "org.apache.logging.log4j", name: "log4j-api", version: "2.17.0"
68-
testImplementation group: "org.apache.logging.log4j", name: "log4j-core", version: "2.17.0"
67+
testImplementation group: "org.apache.logging.log4j", name: "log4j-api", version: "2.17.1"
68+
testImplementation group: "org.apache.logging.log4j", name: "log4j-core", version: "2.17.1"
6969
testImplementation group: 'org.jruby', name: 'jruby-complete', version: "1.7.26"
7070
testImplementation group: "com.maxmind.geoip2", name: "geoip2", version: "2.9.0"
7171
testImplementation group: "com.maxmind.db", name: "maxmind-db", version: "1.2.2"

logstash-filter-geoip.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22

33
s.name = 'logstash-filter-geoip'
4-
s.version = '7.2.8'
4+
s.version = '7.2.9'
55
s.licenses = ['Apache License (2.0)']
66
s.summary = "Adds geographical information about an IP address"
77
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"

0 commit comments

Comments
 (0)