File tree 4 files changed +11
-3
lines changed
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 12
12
13
13
runs-on : ubuntu-latest
14
14
permissions :
15
- contents : read
15
+ contents : write
16
16
packages : write
17
17
18
18
steps :
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Artifact Information:
33
33
<dependency >
34
34
<groupId >me.NoChance.PvPManager</groupId >
35
35
<artifactId >pvpmanager</artifactId >
36
- <version >3.17</version >
36
+ <version >3.17.8 </version >
37
37
<scope >provided</scope >
38
38
</dependency >
39
39
```
Original file line number Diff line number Diff line change 11
11
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
12
12
<sonar .organization>chancesd</sonar .organization>
13
13
<sonar .host.url>https://sonarcloud.io</sonar .host.url>
14
- <revision >3.17.2 </revision >
14
+ <revision >3.17.8 </revision >
15
15
</properties >
16
16
17
17
<distributionManagement >
Original file line number Diff line number Diff line change 205
205
<groupId >org.spigotmc</groupId >
206
206
<artifactId >spigot-api</artifactId >
207
207
</exclusion >
208
+ <exclusion >
209
+ <groupId >org.yaml</groupId >
210
+ <artifactId >snakeyaml</artifactId >
211
+ </exclusion >
212
+ <exclusion >
213
+ <groupId >com.google.guava</groupId >
214
+ <artifactId >guava</artifactId >
215
+ </exclusion >
208
216
</exclusions >
209
217
</dependency >
210
218
You can’t perform that action at this time.
0 commit comments