Skip to content

Commit

Permalink
Update dependency org.assertj:assertj-core to v3.27.2 (#144)
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 Jan 4, 2025
1 parent 5b14210 commit eaf135c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 1.16-testing/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml")
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-toml")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
testImplementation("org.assertj:assertj-core:3.27.1")
testImplementation("org.assertj:assertj-core:3.27.2")
implementation(project(":testing"))
testImplementation("com.github.seeseemelk", "MockBukkit-v1.19", "2.29.0")
}
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ allprojects {
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
testImplementation("org.mockito:mockito-core:5.15.2")
testImplementation("org.assertj:assertj-core:3.27.1")
testImplementation("org.assertj:assertj-core:3.27.2")
}

spotless {
Expand Down
2 changes: 1 addition & 1 deletion testing/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependencies {
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-toml")
implementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
implementation("org.assertj:assertj-core:3.27.1")
implementation("org.assertj:assertj-core:3.27.2")
}

java{
Expand Down

0 comments on commit eaf135c

Please sign in to comment.