Skip to content

Commit

Permalink
deps: bump org.assertj:assertj-core from 3.27.2 to 3.27.3
Browse files Browse the repository at this point in the history
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.2 to 3.27.3.
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.27.2...assertj-build-3.27.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 89ada90 commit dcee413
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java/hello-world/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
def timefoldVersion = "999-SNAPSHOT"
def logbackVersion = "1.5.16"
def junitJupiterVersion = "5.11.4"
def assertjVersion = "3.27.2"
def assertjVersion = "3.27.3"
def profile = System.properties['profile'] ?: ''

group = "org.acme"
Expand Down
2 changes: 1 addition & 1 deletion java/school-timetabling/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
testImplementation "io.rest-assured:rest-assured"
testImplementation "ai.timefold.solver:timefold-solver-test"
testImplementation "org.awaitility:awaitility"
testImplementation "org.assertj:assertj-core:3.27.2"
testImplementation "org.assertj:assertj-core:3.27.3"

// UI
implementation "io.quarkus:quarkus-webjars-locator"
Expand Down
2 changes: 1 addition & 1 deletion java/spring-boot-integration/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
testImplementation("ai.timefold.solver:timefold-solver-test")
testImplementation("org.springframework:spring-webflux")
testImplementation "org.awaitility:awaitility"
testImplementation "org.assertj:assertj-core:3.27.2"
testImplementation "org.assertj:assertj-core:3.27.3"

// UI
// No webjar locator; incompatible in native mode;
Expand Down

0 comments on commit dcee413

Please sign in to comment.