Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
55eacb6d39
Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.24.1 to 2.24.3
Bumps org.apache.logging.log4j:log4j-slf4j-impl from 2.24.1 to 2.24.3.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-slf4j-impl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-16 08:46:19 +00:00
2 changed files with 24 additions and 3 deletions

View File

@ -1,8 +1,16 @@
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![Downloads][downloads-shield]][downloads-url]
[![MIT License][license-shield]][license-url]
<br /> <br />
<p align="center"> <p align="center">
<a href="https://git.gnm.dev/Mathias/MCDashWrapper/"> <a href="https://github.com/gnmyt/MCDashWrapper">
<picture> <picture>
<img alt="MCDash Banner" src="https://i.imgur.com/bxuP8yC.png"> <source media="(prefers-color-scheme: dark)" srcset="https://i.imgur.com/bxuP8yC.png">
<img alt="MCDash Banner" src="https://i.imgur.com/aTxlW0Q.png">
</picture> </picture>
</a> </a>
</p> </p>
@ -31,3 +39,16 @@ Check out our [installation guide](https://mcdash.gnmyt.dev/docs/wrapper) to ins
## License ## License
Distributed under the MIT License. See `LICENSE` for more information. Distributed under the MIT License. See `LICENSE` for more information.
[contributors-shield]: https://img.shields.io/github/contributors/gnmyt/MCDashWrapper.svg?style=for-the-badge
[contributors-url]: https://github.com/gnmyt/MCDashWrapper/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/gnmyt/MCDashWrapper.svg?style=for-the-badge
[forks-url]: https://github.com/gnmyt/MCDashWrapper/network/members
[stars-shield]: https://img.shields.io/github/stars/gnmyt/MCDashWrapper.svg?style=for-the-badge
[stars-url]: https://github.com/gnmyt/MCDashWrapper/stargazers
[issues-shield]: https://img.shields.io/github/issues/gnmyt/MCDashWrapper.svg?style=for-the-badge
[issues-url]: https://github.com/gnmyt/MCDashWrapper/issues
[license-shield]: https://img.shields.io/github/license/gnmyt/MCDashWrapper.svg?style=for-the-badge
[license-url]: https://github.com/gnmyt/MCDashWrapper/blob/master/LICENSE.txt
[downloads-shield]: https://img.shields.io/github/downloads/gnmyt/MCDashWrapper/total?style=for-the-badge
[downloads-url]: https://github.com/gnmyt/MCDashWrapper/releases/latest

View File

@ -111,7 +111,7 @@
<dependency> <dependency>
<groupId>org.apache.logging.log4j</groupId> <groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId> <artifactId>log4j-slf4j-impl</artifactId>
<version>2.24.1</version> <version>2.24.3</version>
</dependency> </dependency>
<!-- Gson API (Decode/Encode JSON) --> <!-- Gson API (Decode/Encode JSON) -->