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 4, 2025
1 parent 48d0c56 commit b7df52d
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 @@ -27,7 +27,7 @@ repositories {
dependencies {
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 b7df52d

Please sign in to comment.