Skip to content

Commit f03025d

Browse files
committed
Update dependencies
1 parent 43c85b5 commit f03025d

4 files changed

Lines changed: 43 additions & 56 deletions

File tree

.idea/modules.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 24 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pom.xml

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<author>Blueva</author>
1717
<mainClass>net.blueva.core.Main</mainClass>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19-
<maven.compiler.source>17</maven.compiler.source>
20-
<maven.compiler.target>17</maven.compiler.target>
19+
<maven.compiler.source>21</maven.compiler.source>
20+
<maven.compiler.target>21</maven.compiler.target>
2121
</properties>
2222

2323
<!-- External repositories -->
@@ -46,56 +46,51 @@
4646

4747
<!-- Dependencies imports -->
4848
<dependencies>
49-
<dependency>
50-
<groupId>org.spigotmc</groupId>
51-
<artifactId>spigot</artifactId>
52-
<version>1.20-R0.1-SNAPSHOT</version>
53-
</dependency>
5449
<dependency>
5550
<groupId>org.spigotmc</groupId>
5651
<artifactId>spigot-api</artifactId>
57-
<version>1.20-R0.1-SNAPSHOT</version>
52+
<version>1.21.10-R0.1-SNAPSHOT</version>
5853
</dependency>
5954
<dependency>
6055
<groupId>dev.dejvokep</groupId>
6156
<artifactId>boosted-yaml</artifactId>
62-
<version>1.3</version>
57+
<version>1.3.7</version>
6358
</dependency>
6459
<dependency>
6560
<groupId>org.spongepowered</groupId>
6661
<artifactId>configurate-gson</artifactId>
67-
<version>4.1.2</version>
62+
<version>4.2.0</version>
6863
</dependency>
6964
<dependency>
7065
<groupId>com.github.MilkBowl</groupId>
7166
<artifactId>VaultAPI</artifactId>
72-
<version>1.7</version>
67+
<version>1.7.1</version>
7368
<scope>provided</scope>
7469
</dependency>
7570
<dependency>
7671
<groupId>me.clip</groupId>
7772
<artifactId>placeholderapi</artifactId>
78-
<version>2.11.1</version>
73+
<version>2.11.7</version>
7974
</dependency>
8075
<dependency>
8176
<groupId>fr.mrmicky</groupId>
8277
<artifactId>fastboard</artifactId>
83-
<version>2.0.2</version>
78+
<version>2.1.5</version>
8479
</dependency>
8580
<dependency>
8681
<groupId>net.kyori</groupId>
8782
<artifactId>adventure-api</artifactId>
88-
<version>4.14.0</version>
83+
<version>4.25.0</version>
8984
</dependency>
9085
<dependency>
9186
<groupId>net.kyori</groupId>
9287
<artifactId>adventure-text-minimessage</artifactId>
93-
<version>4.14.0</version>
88+
<version>4.25.0</version>
9489
</dependency>
9590
<dependency>
9691
<groupId>net.kyori</groupId>
9792
<artifactId>adventure-platform-bukkit</artifactId>
98-
<version>4.3.1</version>
93+
<version>4.4.1</version>
9994
</dependency>
10095
<dependency>
10196
<groupId>org.mvel</groupId>

src/main/resources/plugin.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,19 @@ version: 1.0.0
33
main: net.blueva.core.Main
44
author: Blueva
55
description: Everything you need for your server is in this plugin.
6-
api-version: 1.19
6+
api-version: 1.21
77
load: STARTUP
88
website: blueva.net
99
softdepend:
1010
- PlaceholderAPI
1111
- Vault
1212
libraries:
13-
- 'dev.dejvokep:boosted-yaml:1.3'
14-
- 'org.spongepowered:configurate-gson:4.1.2'
15-
- 'net.kyori:adventure-api:4.14.0'
16-
- 'net.kyori:adventure-text-minimessage:4.14.0'
17-
- 'net.kyori:adventure-platform-bukkit:4.3.1'
18-
- 'org.bstats:bstats-bukkit:3.0.2'
19-
- 'fr.mrmicky:fastboard:2.0.2'
13+
- 'dev.dejvokep:boosted-yaml:1.3.7'
14+
- 'org.spongepowered:configurate-gson:4.2.0'
15+
- 'net.kyori:adventure-api:4.25.0'
16+
- 'net.kyori:adventure-text-minimessage:4.25.0'
17+
- 'net.kyori:adventure-platform-bukkit:4.4.1'
18+
- 'fr.mrmicky:fastboard:2.1.5'
2019
- 'org.mvel:mvel2:2.5.2.Final'
2120
commands:
2221
actionbar:

0 commit comments

Comments
 (0)