Compare commits

...

3 Commits

Author SHA1 Message Date
dependabot[bot] acaafc3955
Merge 72fce754ae into 9cdfbfcfdc 2025-10-08 17:38:51 +00:00
LOOHP 9cdfbfcfdc Minecraft 1.21.10 2025-10-08 18:38:44 +01:00
dependabot[bot] 72fce754ae
Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.18.0
Bumps org.apache.commons:commons-lang3 from 3.14.0 to 3.18.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-version: 3.18.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-12 01:29:53 +00:00
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Limbo
[![Build Status](http://ci.loohpjames.com/job/Limbo/badge/icon)](http://ci.loohpjames.com/job/Limbo/)
## Standalone Limbo Minecraft Server (Currently 1.21.9)
## Standalone Limbo Minecraft Server (Currently 1.21.10)
https://www.spigotmc.org/resources/82468/
@ -18,7 +18,7 @@ IP: mc.loohpjames.com
```
![Server Banner](https://api.loohpjames.com/serverbanner.png?ip=mc.loohpjames.com&width=918&name=IP:%20mc.loohpjames.com)
***
### Downloads (1.17.1-1.21.9)
### Downloads (1.17.1-1.21.10)
- [Jenkins](http://ci.loohpjames.com/job/Limbo/)
***
### Offical Plugins

View File

@ -136,7 +136,7 @@
</executions>
</plugin>
</plugins>
<finalName>${project.artifactId}-${project.version}-1.21.9</finalName>
<finalName>${project.artifactId}-${project.version}-1.21.10</finalName>
</build>
<profiles>
@ -229,7 +229,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.14.0</version>
<version>3.18.0</version>
</dependency>
<dependency>
<groupId>com.github.Querz</groupId>