Skip to content

Commit

Permalink
Update dependency org.assertj:assertj-core to v3.25.1 (#75)
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 3, 2024
1 parent dbc7ad7 commit 3768b5a
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.10.1")
testImplementation("org.assertj:assertj-core:3.25.0")
testImplementation("org.assertj:assertj-core:3.25.1")
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 @@ -52,7 +52,7 @@ allprojects {
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
testImplementation("org.mockito:mockito-core:5.8.0")
testImplementation("org.assertj:assertj-core:3.25.0")
testImplementation("org.assertj:assertj-core:3.25.1")
}

java {
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,5 +3,5 @@ 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.10.1")
implementation("org.assertj:assertj-core:3.25.0")
implementation("org.assertj:assertj-core:3.25.1")
}

0 comments on commit 3768b5a

Please sign in to comment.