Skip to content

Commit

Permalink
build(deps): bump net.kyori:adventure-api from 4.14.0 to 4.15.0
Browse files Browse the repository at this point in the history
Bumps [net.kyori:adventure-api](https://github.com/KyoriPowered/adventure) from 4.14.0 to 4.15.0.
- [Release notes](https://github.com/KyoriPowered/adventure/releases)
- [Commits](KyoriPowered/adventure@v4.14.0...v4.15.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent f01a5a3 commit 811ed50
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 @@ -9,14 +9,14 @@ dependencies {
api 'net.william278:annotaml:2.0.7'
api 'net.william278:PagineDown:1.1'
api 'net.william278:DesertWell:2.0.4'
api 'net.kyori:adventure-api:4.14.0'
api 'net.kyori:adventure-api:4.15.0'
api 'com.google.code.gson:gson:2.10.1'
api 'com.fatboyindustrial.gson-javatime-serialisers:gson-javatime-serialisers:1.1.2'
api('com.zaxxer:HikariCP:5.1.0') {
exclude module: 'slf4j-api'
}

compileOnly 'net.kyori:adventure-api:4.14.0'
compileOnly 'net.kyori:adventure-api:4.15.0'
compileOnly 'net.kyori:adventure-platform-api:4.3.1'
compileOnly 'org.jetbrains:annotations:24.1.0'
compileOnly 'com.google.guava:guava:32.1.3-jre'
Expand Down

0 comments on commit 811ed50

Please sign in to comment.