File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
src/integration/plotsquared/5 Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 467467 <version >4.7.0</version >
468468 <scope >provided</scope >
469469 </dependency >
470+ <!-- JsonConfiguration Dependency Start-->
470471 <dependency >
471472 <groupId >com.dumptruckman.minecraft</groupId >
472473 <artifactId >JsonConfiguration</artifactId >
473474 <version >1.1</version >
475+ <exclusions >
476+ <exclusion >
477+ <groupId >net.minidev</groupId >
478+ <artifactId >json-smart</artifactId >
479+ </exclusion >
480+ </exclusions >
481+ </dependency >
482+ <!-- Fix CVE-2021-27568 -->
483+ <dependency >
484+ <groupId >net.minidev</groupId >
485+ <artifactId >json-smart</artifactId >
486+ <version >2.4.7</version >
474487 </dependency >
488+ <!-- JsonConfiguration Dependency End-->
475489 <dependency >
476490 <groupId >com.github.MilkBowl</groupId >
477491 <artifactId >VaultAPI</artifactId >
Original file line number Diff line number Diff line change 4545 <groupId >org.maxgamer</groupId >
4646 <artifactId >QuickShop</artifactId >
4747 <version >4.0.9.2</version >
48+ <!-- We just need the core jar-->
49+ <exclusions >
50+ <exclusion >
51+ <groupId >*</groupId >
52+ <artifactId >*</artifactId >
53+ </exclusion >
54+ </exclusions >
4855 <scope >provided</scope >
4956 </dependency >
5057 <dependency >
You can’t perform that action at this time.
0 commit comments