File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 7171 <pattern >org.json</pattern >
7272 <shadedPattern >lol.hyper.autowhitelistremove.json</shadedPattern >
7373 </relocation >
74+ <relocation >
75+ <pattern >lol.hyper.githubreleaseapi</pattern >
76+ <shadedPattern >lol.hyper.autowhitelistremove.updater</shadedPattern >
77+ </relocation >
7478 </relocations >
7579 </configuration >
7680 <executions >
105109 <dependency >
106110 <groupId >org.spigotmc</groupId >
107111 <artifactId >spigot-api</artifactId >
108- <version >1.17 -R0.1-SNAPSHOT</version >
112+ <version >1.19 -R0.1-SNAPSHOT</version >
109113 <scope >provided</scope >
110114 </dependency >
111115 <dependency >
112116 <groupId >org.json</groupId >
113117 <artifactId >json</artifactId >
114118 <version >20220320</version >
119+ <scope >compile</scope >
115120 </dependency >
116121 <dependency >
117122 <groupId >org.bstats</groupId >
122127 <dependency >
123128 <groupId >lol.hyper</groupId >
124129 <artifactId >github-release-api</artifactId >
125- <version >1.0.1</version >
130+ <version >1.0.2</version >
131+ <scope >compile</scope >
132+ <exclusions >
133+ <exclusion >
134+ <groupId >org.json</groupId >
135+ <artifactId >json</artifactId >
136+ </exclusion >
137+ </exclusions >
126138 </dependency >
127139 </dependencies >
128140</project >
You can’t perform that action at this time.
0 commit comments