Skip to content

Commit

Permalink
Update dependency org.assertj:assertj-core to v3.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 4, 2025
1 parent 1b38e00 commit ef6b80c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ subprojects {
/** Test dependencies **/
testImplementation(platform("org.junit:junit-bom:5.10.2"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.assertj:assertj-core:3.26.0")
testImplementation("org.assertj:assertj-core:3.27.2")
testImplementation("org.projectlombok:lombok:1.18.34")
testAnnotationProcessor("org.projectlombok:lombok:1.18.34")
}
Expand Down
2 changes: 1 addition & 1 deletion discord/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
implementation(project(":common"))

implementation("org.assertj:assertj-core:3.26.0")
implementation("org.assertj:assertj-core:3.27.2")

implementation("net.dv8tion:JDA:5.0.0-beta.24")

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

implementation(platform("org.junit:junit-bom:5.10.2"))
implementation("org.junit.jupiter:junit-jupiter")
implementation("org.assertj:assertj-core:3.26.0")
implementation("org.assertj:assertj-core:3.27.2")
implementation("org.reflections:reflections:0.10.2")

compileOnly("io.papermc.paper:paper-api:1.20.6-R0.1-SNAPSHOT")
Expand Down

0 comments on commit ef6b80c

Please sign in to comment.