3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-03 08:21:06 +02:00

Bump log4j2 to 2.17.1

Not really a concern as attackers need file access to actually exploit this, but always worth staying up to date regardless :)
Dieser Commit ist enthalten in:
RednedEpic 2021-12-28 23:31:38 -06:00
Ursprung 61636f44aa
Commit 8e774ea314

Datei anzeigen

@ -11,7 +11,7 @@
<artifactId>bootstrap-standalone</artifactId> <artifactId>bootstrap-standalone</artifactId>
<properties> <properties>
<log4j.version>2.17.0</log4j.version> <log4j.version>2.17.1</log4j.version>
</properties> </properties>
<dependencies> <dependencies>