Skip to content

Commit

Permalink
chore: update dependency versions for 1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Machine-Maker committed Mar 17, 2023
1 parent 4ac898c commit 5f42ad7
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 15 deletions.
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
* text=auto

*.sh text eol=lf
gradlew text eol=lf
*.bat text eol=crlf

*.jar binary
18 changes: 9 additions & 9 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,22 @@ subprojects {
implementation("me.machinemaker.mirror:mirror-paper:0.1.1")
implementation("me.machinemaker.lectern:lectern-yaml:0.2.1")
implementation("net.kyori:adventure-platform-bukkit:4.2.0")
implementation("net.kyori:adventure-text-minimessage:4.12.0")
implementation(platform("cloud.commandframework:cloud-bom:1.8.0"))
implementation("net.kyori:adventure-text-minimessage:4.13.0")
implementation(platform("cloud.commandframework:cloud-bom:1.8.3"))
implementation("cloud.commandframework:cloud-paper")
implementation("cloud.commandframework:cloud-minecraft-extras")
implementation("org.bstats:bstats-bukkit:3.0.0")
implementation("org.bstats:bstats-bukkit:3.0.1")
implementation("io.papermc:paperlib:1.0.6")
implementation("net.kyori.moonshine:moonshine-standard:2.0.4")

// Loaded via plugin.yml libraries
compileOnly("io.github.classgraph:classgraph:4.8.151")
compileOnly("io.github.classgraph:classgraph:4.8.157")
compileOnly("com.google.inject:guice:5.1.0")
compileOnly("com.google.inject.extensions:guice-assistedinject:5.1.0")
compileOnly("org.apache.commons:commons-configuration2:2.8.0")
compileOnly("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.0")
compileOnly("com.fasterxml.jackson.module:jackson-module-parameter-names:2.14.0")
compileOnly("io.leangen.geantyref:geantyref:1.3.13")
compileOnly("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.2")
compileOnly("com.fasterxml.jackson.module:jackson-module-parameter-names:2.14.2")
compileOnly("io.leangen.geantyref:geantyref:1.3.14")
compileOnly(platform("org.jdbi:jdbi3-bom:3.22.0"))
compileOnly("org.jdbi:jdbi3-core")
compileOnly("org.jdbi:jdbi3-sqlobject")
Expand All @@ -78,8 +78,8 @@ subprojects {

testImplementation("org.apache.commons:commons-configuration2:2.8.0")
testRuntimeOnly("commons-beanutils:commons-beanutils:1.9.4")
testImplementation("org.slf4j:slf4j-api:1.8.0-beta4")
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.0")
testImplementation("org.slf4j:slf4j-api:2.0.5")
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.2")
testImplementation("com.google.inject:guice:5.1.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.0")
testImplementation("org.mockito:mockito-core:4.8.0")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mcVersion=1.19.3-R0.1-SNAPSHOT
mcVersion=1.19.4-R0.1-SNAPSHOT

org.gradle.parallel=true
2 changes: 1 addition & 1 deletion vanilla-tweaks-bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
exclude("com.mojang", "brigadier")
}

val adventureVersion = "4.12.0"
val adventureVersion = "4.13.0"
implementation("net.kyori:adventure-text-serializer-plain:$adventureVersion")
implementation("net.kyori:adventure-api:$adventureVersion")

Expand Down
8 changes: 4 additions & 4 deletions vanilla-tweaks-bukkit/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,10 +373,10 @@ permissions:
libraries:
- com.google.inject:guice:5.1.0
- com.google.inject.extensions:guice-assistedinject:5.1.0
- io.github.classgraph:classgraph:4.8.151
- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.0
- com.fasterxml.jackson.module:jackson-module-parameter-names:2.14.0
- io.leangen.geantyref:geantyref:1.3.13
- io.github.classgraph:classgraph:4.8.157
- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.2
- com.fasterxml.jackson.module:jackson-module-parameter-names:2.14.2
- io.leangen.geantyref:geantyref:1.3.14
- org.apache.commons:commons-configuration2:2.8.0
- commons-beanutils:commons-beanutils:1.9.4
- org.jdbi:jdbi3-core:3.22.0
Expand Down

0 comments on commit 5f42ad7

Please sign in to comment.