Skip to content

Commit

Permalink
Bump com.intellectualsites.bom:bom-newest from 1.51 to 1.52
Browse files Browse the repository at this point in the history
Bumps [com.intellectualsites.bom:bom-newest](https://github.com/IntellectualSites/bom) from 1.51 to 1.52.
- [Release notes](https://github.com/IntellectualSites/bom/releases)
- [Commits](IntellectualSites/bom@1.51...1.52)

---
updated-dependencies:
- dependency-name: com.intellectualsites.bom:bom-newest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 2309c02 commit e933378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
compileOnly("org.projectlombok:lombok:1.18.36")
compileOnly("io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT")

compileOnlyApi(platform("com.intellectualsites.bom:bom-newest:1.51"))
compileOnlyApi(platform("com.intellectualsites.bom:bom-newest:1.52"))
compileOnlyApi("com.fastasyncworldedit:FastAsyncWorldEdit-Core") { isTransitive = false }
compileOnlyApi("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit") {
exclude("org.jetbrains", "annotations")
Expand Down

0 comments on commit e933378

Please sign in to comment.