Skip to content

Commit

Permalink
deps: bump net.kyori:adventure-api from 4.16.0 to 4.17.0 (#629)
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] committed May 13, 2024
1 parent 2b436a2 commit 75e253d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
exclude module: 'slf4j-api'
}

compileOnly 'net.kyori:adventure-api:4.16.0'
compileOnly 'net.kyori:adventure-api:4.17.0'
compileOnly "redis.clients:jedis:${jedis_version}"
compileOnly "org.xerial:sqlite-jdbc:${sqlite_driver_version}"
compileOnly "com.mysql:mysql-connector-j:${mysql_driver_version}"
Expand Down

0 comments on commit 75e253d

Please sign in to comment.