Skip to content

Commit

Permalink
Bump org.assertj:assertj-core in the minor-and-patch-dependencies group
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch-dependencies group with 1 update: [org.assertj:assertj-core](https://github.com/assertj/assertj).


Updates `org.assertj:assertj-core` from 3.27.1 to 3.27.2
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.27.1...assertj-build-3.27.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and arhohuttunen committed Jan 13, 2025
1 parent 50cf92f commit 7cf7c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coffeeshop-application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ plugins {

dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
testImplementation 'org.assertj:assertj-core:3.27.1'
testImplementation 'org.assertj:assertj-core:3.27.2'
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}

0 comments on commit 7cf7c0c

Please sign in to comment.