Updated Upstream (Bukkit/CraftBukkit) (#8042)

Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

Bukkit Changes:
d5a777e7 SPIGOT-7078: Add EntityPotionEffectEvent.Cause#WARDEN

CraftBukkit Changes:
82f757467 SPIGOT-7078: Add EntityPotionEffectEvent.Cause#WARDEN
c924fa531 SPIGOT-7072: Call events for stepping on sculk sensors and sculk shriekers
This commit is contained in:
Jake Potrebic
2022-06-25 13:26:00 -07:00
parent a0bca1d513
commit 69b406ca45
4 changed files with 11 additions and 13 deletions

View File

@ -440,6 +440,13 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
- <version>1.7.3</version>
- <scope>runtime</scope>
- </dependency>
- <!-- annotations -->
- <dependency>
- <groupId>org.jetbrains</groupId>
- <artifactId>annotations-java5</artifactId>
- <version>23.0.0</version>
- <scope>provided</scope>
- </dependency>
- <!-- testing -->
- <dependency>
- <groupId>junit</groupId>