Compare commits

...

2 Commits

Author SHA1 Message Date
Niklas 12ef9537eb
Merge pull request #2 from Gurkengewuerz/dependabot/maven/gui/org.apache.logging.log4j-log4j-core-2.15.0
Bump log4j-core from 2.13.1 to 2.15.0 in /gui

https://www.heise.de/news/Kritische-Zero-Day-Luecke-in-log4j-gefaehrdet-zahlreiche-Server-und-Apps-6291653.html
2021-12-10 15:26:52 +01:00
dependabot[bot] 83ba011e58
Bump log4j-core from 2.13.1 to 2.15.0 in /gui
Bumps log4j-core from 2.13.1 to 2.15.0.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-10 01:36:13 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.13.1</version>
<version>2.15.0</version>
</dependency>
</dependencies>