1
mirror of https://github.com/CarmJos/MineConfiguration.git synced 2026-06-05 14:42:37 +08:00

Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot] ca4ed243f4 chore(deps): bump deps.adventure.version from 4.26.1 to 5.1.1
Bumps `deps.adventure.version` from 4.26.1 to 5.1.1.

Updates `net.kyori:adventure-api` from 4.26.1 to 5.1.1
- [Release notes](https://github.com/PaperMC/adventure/releases)
- [Commits](https://github.com/PaperMC/adventure/compare/v4.26.1...v5.1.1)

Updates `net.kyori:adventure-text-serializer-legacy` from 4.26.1 to 5.1.1
- [Release notes](https://github.com/PaperMC/adventure/releases)
- [Commits](https://github.com/PaperMC/adventure/compare/v4.26.1...v5.1.1)

Updates `net.kyori:adventure-text-serializer-plain` from 4.26.1 to 5.1.1
- [Release notes](https://github.com/PaperMC/adventure/releases)
- [Commits](https://github.com/PaperMC/adventure/compare/v4.26.1...v5.1.1)

Updates `net.kyori:adventure-text-minimessage` from 4.26.1 to 5.1.1
- [Release notes](https://github.com/PaperMC/adventure/releases)
- [Commits](https://github.com/PaperMC/adventure/compare/v4.26.1...v5.1.1)

---
updated-dependencies:
- dependency-name: net.kyori:adventure-api
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: net.kyori:adventure-text-serializer-legacy
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: net.kyori:adventure-text-serializer-plain
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: net.kyori:adventure-text-minimessage
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-13 01:19:54 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
<deps.adventure.version>4.26.1</deps.adventure.version>
<deps.adventure.version>5.1.1</deps.adventure.version>
</properties>
<artifactId>mineconfiguration-velocity</artifactId>
<packaging>jar</packaging>
+1 -1
View File
@@ -122,7 +122,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.6</version>
<version>3.5.5</version>
<configuration>
<useSystemClassLoader>false</useSystemClassLoader>
</configuration>