Skip to content

Commit eb82705

Browse files
authored
Bump log4j (#69)
## What is the goal of this PR? We've bumped log4j to 2.17.1, a version without any known vulnerabilities. ## What are the changes implemented in this PR? We've bumped log4j-core and log4j-api to 2.17.1.
1 parent 1ffae11 commit eb82705

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.DS_Store

-6 KB
Binary file not shown.

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'com.vaticle.typedb-osi'
8-
version '1.5.0'
8+
version '1.5.1'
99

1010
repositories {
1111
mavenCentral()
@@ -19,8 +19,8 @@ dependencies {
1919
implementation("com.vaticle.typeql:typeql-grammar:2.9.0")
2020
implementation("com.google.code.gson:gson:2.8.6")
2121
implementation("org.slf4j:slf4j-api:1.7.25")
22-
implementation("org.apache.logging.log4j:log4j-api:2.13.3")
23-
implementation("org.apache.logging.log4j:log4j-core:2.13.3")
22+
implementation("org.apache.logging.log4j:log4j-api:2.17.1")
23+
implementation("org.apache.logging.log4j:log4j-core:2.17.1")
2424
implementation("info.picocli:picocli:4.5.1")
2525
implementation("org.apache.commons:commons-csv:1.8")
2626
implementation("commons-io:commons-io:2.8.0")

0 commit comments

Comments
 (0)