Skip to content

Commit

Permalink
bump Log4j dependency to 2.17.0 on 6.8 (#13545)
Browse files Browse the repository at this point in the history
* Update build.gradle
* Update license information

Co-authored-by: Rob Bavey <[email protected]>
  • Loading branch information
jsvd and robbavey authored Dec 18, 2021
1 parent 5bd5f98 commit aa688a0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions NOTICE.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -5729,7 +5729,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


==========
Notice for: org.apache.logging.log4j:log4j-api-2.15.0
Notice for: org.apache.logging.log4j:log4j-api-2.17.0
----------

source: https://git-wip-us.apache.org/repos/asf?p=logging-log4j2.git;a=blob;f=NOTICE.txt;h=a241a12d0ecd1eb83c030f18eb34f169fcd71f02;hb=HEAD
Expand All @@ -5752,7 +5752,7 @@ Copyright 2002-2012 Ramnivas Laddad, Juergen Hoeller, Chris Beams
picocli (http://picocli.info)
Copyright 2017 Remko Popma
==========
Notice for: org.apache.logging.log4j:log4j-core-2.15.0
Notice for: org.apache.logging.log4j:log4j-core-2.17.0
----------

source: https://git-wip-us.apache.org/repos/asf?p=logging-log4j2.git;a=blob;f=NOTICE.txt;h=a241a12d0ecd1eb83c030f18eb34f169fcd71f02;hb=HEAD
Expand All @@ -5775,7 +5775,7 @@ Copyright 2002-2012 Ramnivas Laddad, Juergen Hoeller, Chris Beams
picocli (http://picocli.info)
Copyright 2017 Remko Popma
==========
Notice for: org.apache.logging.log4j:log4j-slf4j-impl-2.15.0
Notice for: org.apache.logging.log4j:log4j-slf4j-impl-2.17.0
----------

source: https://git-wip-us.apache.org/repos/asf?p=logging-log4j2.git;a=blob;f=NOTICE.txt;h=a241a12d0ecd1eb83c030f18eb34f169fcd71f02;hb=HEAD
Expand Down
2 changes: 1 addition & 1 deletion logstash-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version = versionMap['logstash-core']
String jrubyVersion = versionMap['jruby']['version']
String jacksonVersion = versionMap['jackson']
String jacksonDatabindVersion = versionMap['jackson-databind']
String log4jVersion = '2.15.0'
String log4jVersion = '2.17.0'

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ dependency,dependencyUrl,licenseOverride
"numerizer:0.1.1","https://github.com/jduff/numerizer/",MIT
"openssl_pkcs8_pure:0.0.0.2",http://github.com/cielavenir/openssl_pkcs8_pure,Ruby
"options",https://github.com/headius/options,Apache-2.0
"org.apache.logging.log4j:log4j-api:2.15.0",https://logging.apache.org/log4j/2.x/index.html,Apache-2.0
"org.apache.logging.log4j:log4j-core:2.15.0",https://logging.apache.org/log4j/2.x/index.html,Apache-2.0
"org.apache.logging.log4j:log4j-slf4j-impl:2.15.0",https://logging.apache.org/log4j/2.x/index.html,Apache-2.0
"org.apache.logging.log4j:log4j-api:2.17.0",https://logging.apache.org/log4j/2.x/index.html,Apache-2.0
"org.apache.logging.log4j:log4j-core:2.17.0",https://logging.apache.org/log4j/2.x/index.html,Apache-2.0
"org.apache.logging.log4j:log4j-slf4j-impl:2.17.0",https://logging.apache.org/log4j/2.x/index.html,Apache-2.0
"org.codehaus.janino:commons-compiler:3.0.8",https://github.com/janino-compiler/janino,BSD-3-Clause
"org.codehaus.janino:janino:3.0.8",https://github.com/janino-compiler/janino,BSD-3-Clause
"org.codehaus.mojo:animal-sniffer-annotations:1.14",https://www.mojohaus.org/animal-sniffer/animal-sniffer-annotations/,MIT
Expand Down

0 comments on commit aa688a0

Please sign in to comment.