Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 18, 2023
1 parent 86e9411 commit 6c1ca5f
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
steps:
- name: Checkout
uses: actions/[email protected].2
uses: actions/[email protected].3
- name: 'Set up JDK ${{ matrix.java }}'
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation("net.kyori:blossom:1.3.1")
implementation("com.github.johnrengelman:shadow:8.1.1")
implementation("xyz.jpenilla:run-task:2.1.0")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22")
implementation("net.minecrell:plugin-yml:0.5.3")
}

Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/eternalcode-java-test.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3")
testImplementation("org.mockito:mockito-core:5.3.1")
testImplementation("org.mockito:mockito-core:5.4.0")
testImplementation("net.kyori:adventure-platform-bukkit:4.3.0")
testImplementation("net.kyori:adventure-text-minimessage:4.13.1")
testImplementation("net.kyori:adventure-text-minimessage:4.14.0")
}

tasks.getByName<Test>("test") {
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/eternalcode-java.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ group = "com.eternalcode"
version = "1.0.0"

checkstyle {
toolVersion = "10.11.0"
toolVersion = "10.12.0"

configFile = file("${rootDir}/config/checkstyle/checkstyle.xml")

Expand Down
4 changes: 2 additions & 2 deletions eternalcore-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ eternalShadow {
// Paper and Adventure libraries
library("io.papermc:paperlib:1.0.8")
library("net.kyori:adventure-platform-bukkit:4.3.0")
library("net.kyori:adventure-text-minimessage:4.13.1")
library("net.kyori:adventure-text-minimessage:4.14.0")
libraryRelocate(
"io.papermc.lib",
"net.kyori",
Expand Down Expand Up @@ -53,7 +53,7 @@ eternalShadow {
// common libraries
library("org.panda-lang:expressible:1.3.5")
library("org.panda-lang:panda-utilities:0.5.3-alpha")
library("commons-io:commons-io:2.12.0")
library("commons-io:commons-io:2.13.0")
libraryRelocate(
"panda.std",
"panda.utilities",
Expand Down
2 changes: 1 addition & 1 deletion eternalcore-docs-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

dependencies {
compileOnly("com.google.guava:guava:31.1-jre")
compileOnly("com.google.guava:guava:32.0.1-jre")
compileOnly("com.google.code.gson:gson:2.10.1")
compileOnly("dev.rollczi.litecommands:core:2.8.8")
}
6 changes: 3 additions & 3 deletions eternalcore-docs-generate/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ plugins {
dependencies {
implementation(project(":eternalcore-core"))

implementation("com.google.guava:guava:31.1-jre")
implementation("com.google.guava:guava:32.0.1-jre")
implementation("com.google.code.gson:gson:2.10.1")
implementation("dev.rollczi.litecommands:core:2.8.8")

runtimeOnly("org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT")
runtimeOnly("io.papermc:paperlib:1.0.8")
runtimeOnly("net.kyori:adventure-platform-bukkit:4.3.0")
runtimeOnly("net.kyori:adventure-text-minimessage:4.13.1")
runtimeOnly("net.kyori:adventure-text-minimessage:4.14.0")
runtimeOnly("net.dzikoysk:cdn:1.14.4")
runtimeOnly("com.j256.ormlite:ormlite-jdbc:6.1")
runtimeOnly("com.zaxxer:HikariCP:5.0.1")
runtimeOnly("dev.rollczi.litecommands:bukkit-adventure:2.8.8")
runtimeOnly("dev.rollczi:liteskullapi:1.3.0")
runtimeOnly("org.panda-lang:expressible:1.3.5")
runtimeOnly("org.panda-lang:panda-utilities:0.5.3-alpha")
runtimeOnly("commons-io:commons-io:2.12.0")
runtimeOnly("commons-io:commons-io:2.13.0")
runtimeOnly("dev.triumphteam:triumph-gui:3.1.5")
runtimeOnly("org.bstats:bstats-bukkit:3.0.2")
}

0 comments on commit 6c1ca5f

Please sign in to comment.