Skip to content

Commit f6c23ae

Browse files
committed
Bump Incendo + Various Dependencies
1 parent 7336be5 commit f6c23ae

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

build.gradle.kts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@ subprojects {
3434

3535
dependencies {
3636
implementation("com.artillexstudios.axapi:axapi:1.4.830:all")
37-
compileOnly("com.github.ben-manes.caffeine:caffeine:3.2.2")
37+
compileOnly("com.github.ben-manes.caffeine:caffeine:3.2.3")
3838
compileOnly("io.papermc.paper:paper-api:1.21.8-R0.1-SNAPSHOT")
39-
compileOnly("org.incendo:cloud-paper:2.0.0-beta.13")
39+
compileOnly("org.incendo:cloud-paper:2.0.0-beta.14")
4040
compileOnly("net.kyori:adventure-platform-bukkit:4.4.1")
41-
compileOnly("org.apache.commons:commons-lang3:3.19.0")
42-
compileOnly("commons-io:commons-io:2.20.0")
41+
compileOnly("org.apache.commons:commons-lang3:3.20.0")
42+
compileOnly("commons-io:commons-io:2.21.0")
4343
compileOnly("it.unimi.dsi:fastutil:8.5.18")
44-
compileOnly("me.clip:placeholderapi:2.11.6")
44+
compileOnly("me.clip:placeholderapi:2.11.7")
4545
compileOnly("com.h2database:h2:2.4.240")
4646
compileOnly("com.zaxxer:HikariCP:7.0.2")
4747
compileOnly("org.slf4j:slf4j-api:2.0.17")
48-
compileOnly("org.jooq:jooq:3.20.8")
48+
compileOnly("org.jooq:jooq:3.20.10")
4949
compileOnly("jakarta.xml.bind:jakarta.xml.bind-api:4.0.4")
5050
}
5151
}

common/src/main/java/com/artillexstudios/axvanish/AxVanishPlugin.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ public void dependencies(DependencyManagerWrapper manager) {
2929
manager.repository(Repository.jitpack());
3030
manager.repository("https://repo.codemc.org/repository/maven-public/");
3131
manager.repository("https://hub.spigotmc.org/nexus/content/repositories/snapshots/");
32-
manager.dependency("org{}incendo:cloud-paper:2.0.0-beta.13");
32+
manager.dependency("org{}incendo:cloud-paper:2.0.0-beta.14");
3333
manager.dependency("com{}h2database:h2:2.4.240");
3434
manager.dependency("com{}zaxxer:HikariCP:7.0.2");
35-
manager.dependency("org{}jooq:jooq:3.20.8");
35+
manager.dependency("org{}jooq:jooq:3.20.10");
3636
manager.relocate("org{}incendo{}cloud", "com.artillexstudios.axvanish.libs.cloud");
3737
manager.relocate("com{}zaxxer", "com.artillexstudios.axvanish.libs.hikaricp");
3838
manager.relocate("org{}jooq", "com.artillexstudios.axvanish.libs.jooq");

0 commit comments

Comments
 (0)