Skip to content

Commit

Permalink
Bump org.assertj:assertj-core from 3.23.1 to 3.24.2
Browse files Browse the repository at this point in the history
Bumps org.assertj:assertj-core from 3.23.1 to 3.24.2.

---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2023
1 parent 1094a7b commit b499edc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jcv-db-assertj-db/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies {
api(project(":jcv-db-core"))
implementation(group = "com.ekino.oss.jcv", name = "jcv-core", version = "${project.extra["jcv-core.version"]}")
implementation(group = "org.skyscreamer", name = "jsonassert", version = "${project.extra["jsonassert.version"]}")
implementation(group = "org.assertj", name = "assertj-core", version = "3.23.1")
implementation(group = "org.assertj", name = "assertj-core", version = "3.24.2")
implementation(group = "org.assertj", name = "assertj-db", version = "2.0.2")

implementation(group = "org.postgresql", name = "postgresql", version = "${project.extra["postgres.version"]}")
Expand Down
2 changes: 1 addition & 1 deletion jcv-db-jdbc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ dependencies {
implementation(group = "com.fasterxml.jackson.core", name = "jackson-databind", version = "2.14.2")

testImplementation(group = "org.junit.jupiter", name = "junit-jupiter", version = "${project.extra["junit.version"]}")
testImplementation(group = "org.assertj", name = "assertj-core", version = "3.23.1")
testImplementation(group = "org.assertj", name = "assertj-core", version = "3.24.2")
}

0 comments on commit b499edc

Please sign in to comment.