Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Commit

Permalink
deps: bump net.kyori:adventure-api from 4.16.0 to 4.17.0 (#244)
Browse files Browse the repository at this point in the history
Bumps [net.kyori:adventure-api](https://github.com/KyoriPowered/adventure) from 4.16.0 to 4.17.0.
- [Release notes](https://github.com/KyoriPowered/adventure/releases)
- [Commits](KyoriPowered/adventure@v4.16.0...v4.17.0)

---
updated-dependencies:
- dependency-name: net.kyori:adventure-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 14, 2024
1 parent cd1c8e3 commit dbb7117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
api 'dev.vankka:mcdiscordreserializer:4.3.0'
api 'de.exlll:configlib-yaml:4.5.0'

compileOnly 'net.kyori:adventure-api:4.16.0'
compileOnly 'net.kyori:adventure-api:4.17.0'
compileOnly 'net.kyori:adventure-platform-api:4.3.2'
compileOnly 'net.william278:papiproxybridge:1.5'
compileOnly 'net.luckperms:api:5.4'
Expand All @@ -20,7 +20,7 @@ dependencies {
compileOnly 'org.projectlombok:lombok:1.18.32'

testImplementation 'net.william278:profanitycheckerapi:3.0'
testImplementation 'net.kyori:adventure-api:4.16.0'
testImplementation 'net.kyori:adventure-api:4.17.0'

annotationProcessor 'org.projectlombok:lombok:1.18.32'
}

0 comments on commit dbb7117

Please sign in to comment.