Skip to content

Commit

Permalink
Merge pull request #5910 from cbeams/avoid-log4j-0day
Browse files Browse the repository at this point in the history
Avoid Log4J "Log4Shell" exploit
  • Loading branch information
ripcurlx authored Dec 10, 2021
2 parents 7a6ae2b + 55becc5 commit a592266
Show file tree
Hide file tree
Showing 2 changed files with 369 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,8 @@ configure(project(':monitor')) {
configure(project(':pricenode')) {
apply plugin: "org.springframework.boot"

apply plugin: 'io.spring.dependency-management'

mainClassName = 'bisq.price.Main'

version = file("src/main/resources/version.txt").text.trim()
Expand All @@ -582,6 +584,8 @@ configure(project(':pricenode')) {
"Implementation-Title": project.name,
"Implementation-Version": version)

ext['log4j2.version'] = '2.15.0'

dependencies {
implementation project(":common")
implementation project(":core")
Expand Down
Loading

0 comments on commit a592266

Please sign in to comment.