Skip to content

Commit b246650

Browse files
committed
Update to 3.17.8
1 parent c4d3988 commit b246650

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.github/workflows/maven-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
runs-on: ubuntu-latest
1414
permissions:
15-
contents: read
15+
contents: write
1616
packages: write
1717

1818
steps:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Artifact Information:
3333
<dependency>
3434
<groupId>me.NoChance.PvPManager</groupId>
3535
<artifactId>pvpmanager</artifactId>
36-
<version>3.17</version>
36+
<version>3.17.8</version>
3737
<scope>provided</scope>
3838
</dependency>
3939
```

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1212
<sonar.organization>chancesd</sonar.organization>
1313
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
14-
<revision>3.17.2</revision>
14+
<revision>3.17.8</revision>
1515
</properties>
1616

1717
<distributionManagement>

pvpmanager/pom.xml

+8
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,14 @@
205205
<groupId>org.spigotmc</groupId>
206206
<artifactId>spigot-api</artifactId>
207207
</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>
208216
</exclusions>
209217
</dependency>
210218

0 commit comments

Comments
 (0)