@@ -45,22 +45,22 @@ subprojects {
4545 implementation(" me.machinemaker.mirror:mirror-paper:0.1.1" )
4646 implementation(" me.machinemaker.lectern:lectern-yaml:0.2.1" )
4747 implementation(" net.kyori:adventure-platform-bukkit:4.2.0" )
48- implementation(" net.kyori:adventure-text-minimessage:4.12 .0" )
49- implementation(platform(" cloud.commandframework:cloud-bom:1.8.0 " ))
48+ implementation(" net.kyori:adventure-text-minimessage:4.13 .0" )
49+ implementation(platform(" cloud.commandframework:cloud-bom:1.8.3 " ))
5050 implementation(" cloud.commandframework:cloud-paper" )
5151 implementation(" cloud.commandframework:cloud-minecraft-extras" )
52- implementation(" org.bstats:bstats-bukkit:3.0.0 " )
52+ implementation(" org.bstats:bstats-bukkit:3.0.1 " )
5353 implementation(" io.papermc:paperlib:1.0.6" )
5454 implementation(" net.kyori.moonshine:moonshine-standard:2.0.4" )
5555
5656 // Loaded via plugin.yml libraries
57- compileOnly(" io.github.classgraph:classgraph:4.8.151 " )
57+ compileOnly(" io.github.classgraph:classgraph:4.8.157 " )
5858 compileOnly(" com.google.inject:guice:5.1.0" )
5959 compileOnly(" com.google.inject.extensions:guice-assistedinject:5.1.0" )
6060 compileOnly(" org.apache.commons:commons-configuration2:2.8.0" )
61- compileOnly(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.0 " )
62- compileOnly(" com.fasterxml.jackson.module:jackson-module-parameter-names:2.14.0 " )
63- compileOnly(" io.leangen.geantyref:geantyref:1.3.13 " )
61+ compileOnly(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.2 " )
62+ compileOnly(" com.fasterxml.jackson.module:jackson-module-parameter-names:2.14.2 " )
63+ compileOnly(" io.leangen.geantyref:geantyref:1.3.14 " )
6464 compileOnly(platform(" org.jdbi:jdbi3-bom:3.22.0" ))
6565 compileOnly(" org.jdbi:jdbi3-core" )
6666 compileOnly(" org.jdbi:jdbi3-sqlobject" )
@@ -78,8 +78,8 @@ subprojects {
7878
7979 testImplementation(" org.apache.commons:commons-configuration2:2.8.0" )
8080 testRuntimeOnly(" commons-beanutils:commons-beanutils:1.9.4" )
81- testImplementation(" org.slf4j:slf4j-api:1.8.0-beta4 " )
82- testImplementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.0 " )
81+ testImplementation(" org.slf4j:slf4j-api:2.0.5 " )
82+ testImplementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.2 " )
8383 testImplementation(" com.google.inject:guice:5.1.0" )
8484 testImplementation(" org.junit.jupiter:junit-jupiter-api:5.9.0" )
8585 testImplementation(" org.mockito:mockito-core:4.8.0" )
0 commit comments