Skip to content

Commit

Permalink
GH-555 Update all dependencies (#555)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 20, 2023
1 parent 81b5130 commit 6136294
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.1"

checkstyle {
toolVersion = "10.12.4"
toolVersion = "10.12.5"

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

Expand Down
2 changes: 1 addition & 1 deletion eternalcore-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
api(project(":eternalcore-docs-api"))

// Base libraries
compileOnly("org.jetbrains:annotations:24.0.1")
compileOnly("org.jetbrains:annotations:24.1.0")

// Minecraft & Bridges API
compileOnlyApi("org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT")
Expand Down
2 changes: 1 addition & 1 deletion eternalcore-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
`eternalcode-java`
`eternalcore-repositories`
`eternalcore-shadow-compiler`
id("xyz.jpenilla.run-paper") version "2.2.1"
id("xyz.jpenilla.run-paper") version "2.2.2"
}

eternalShadowCompiler {
Expand Down

0 comments on commit 6136294

Please sign in to comment.