Skip to content

Commit

Permalink
Bump the gradle group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the gradle group with 2 updates: [com.fastasyncworldedit:FastAsyncWorldEdit-Core](https://github.com/IntellectualSites/FastAsyncWorldEdit) and [com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit](https://github.com/IntellectualSites/FastAsyncWorldEdit).


Updates `com.fastasyncworldedit:FastAsyncWorldEdit-Core` from 2.6.0 to 2.6.3
- [Release notes](https://github.com/IntellectualSites/FastAsyncWorldEdit/releases)
- [Commits](IntellectualSites/FastAsyncWorldEdit@2.6.0...2.6.3)

Updates `com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit` from 2.6.0 to 2.6.3
- [Release notes](https://github.com/IntellectualSites/FastAsyncWorldEdit/releases)
- [Commits](IntellectualSites/FastAsyncWorldEdit@2.6.0...2.6.3)

---
updated-dependencies:
- dependency-name: com.fastasyncworldedit:FastAsyncWorldEdit-Core
  dependency-type: direct:production
  dependency-group: gradle-security-group
- dependency-name: com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit
  dependency-type: direct:production
  dependency-group: gradle-security-group
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 29, 2024
1 parent 53e66b7 commit c21d72e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nova-hooks/nova-hook-fastasyncworldedit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dependencies {
paperweight.paperDevBundle(libs.versions.paper)
implementation(project(":nova"))
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Libs-Core:2.9.1") { isTransitive = false }
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Core:2.6.0") { isTransitive = false }
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit:2.6.0") { isTransitive = false }
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Core:2.6.3") { isTransitive = false }
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit:2.6.3") { isTransitive = false }
}

0 comments on commit c21d72e

Please sign in to comment.