Skip to content

Commit

Permalink
build: bump gradle and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Nov 5, 2024
1 parent 5f6554e commit 5ede9c6
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
plugins {
id 'com.gradleup.shadow' version '8.3.3'
id 'org.cadixdev.licenser' version '0.6.1' apply false
id 'org.ajoberstar.grgit' version '5.2.2'
id 'org.ajoberstar.grgit' version '5.3.0'
id 'maven-publish'
id 'java'
}
Expand Down Expand Up @@ -80,9 +80,9 @@ allprojects {
}

dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.2'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.1'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
}

test {
Expand Down
2 changes: 1 addition & 1 deletion bukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {

compileOnly 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT'
compileOnly 'org.projectlombok:lombok:1.18.34'
compileOnly 'org.jetbrains:annotations:25.0.0'
compileOnly 'org.jetbrains:annotations:26.0.1'
compileOnly 'com.google.guava:guava:33.3.1-jre'
compileOnly 'net.william278:minedown:1.8.2'
compileOnly 'commons-io:commons-io:2.17.0'
Expand Down
4 changes: 2 additions & 2 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {

compileOnly 'net.kyori:adventure-api:4.17.0'
compileOnly 'net.kyori:adventure-platform-api:4.3.4'
compileOnly 'org.jetbrains:annotations:25.0.0'
compileOnly 'org.jetbrains:annotations:26.0.1'
compileOnly 'com.google.guava:guava:33.3.1-jre'
compileOnly 'org.projectlombok:lombok:1.18.34'

Expand All @@ -33,7 +33,7 @@ dependencies {

testImplementation 'com.github.plan-player-analytics:Plan:5.5.2150'
testImplementation 'com.google.guava:guava:33.3.1-jre'
testCompileOnly 'org.jetbrains:annotations:25.0.0'
testCompileOnly 'org.jetbrains:annotations:26.0.1'

annotationProcessor 'org.projectlombok:lombok:1.18.34'
}
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
javaVersion=16
javaVersion=17

org.gradle.jvmargs='-Dfile.encoding=UTF-8'
org.gradle.daemon=true
Expand All @@ -8,6 +8,6 @@ plugin_archive=husktowns
plugin_description=Simple and elegant proxy-compatible Towny-style protection

jedis_version=5.2.0
mysql_driver_version=9.0.0
mariadb_driver_version=3.4.1
sqlite_driver_version=3.46.1.3
mysql_driver_version=9.1.0
mariadb_driver_version=3.5.0
sqlite_driver_version=3.47.0.0
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
4 changes: 2 additions & 2 deletions paper/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'xyz.jpenilla.run-paper' version '2.3.0'
id 'xyz.jpenilla.run-paper' version '2.3.1'
}

dependencies {
Expand All @@ -8,7 +8,7 @@ dependencies {

compileOnly 'io.papermc.paper:paper-api:1.19.4-R0.1-SNAPSHOT'

compileOnly 'org.jetbrains:annotations:25.0.0'
compileOnly 'org.jetbrains:annotations:26.0.1'
compileOnly 'org.projectlombok:lombok:1.18.34'
compileOnly 'net.william278.cloplib:cloplib-bukkit:1.0.12'
}
Expand Down

0 comments on commit 5ede9c6

Please sign in to comment.