Skip to content

Commit

Permalink
Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 in /examples
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 fd6b2b0 commit d55f102
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ allprojects {
dependencies {
testImplementation platform("org.junit:junit-bom:5.11.4")

testImplementation 'org.assertj:assertj-core:3.27.2'
testImplementation 'org.assertj:assertj-core:3.27.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api'
testImplementation 'org.junit.jupiter:junit-jupiter-params'
testImplementation 'org.mockito:mockito-core:5.15.2'
Expand Down
2 changes: 1 addition & 1 deletion examples/jacoco/sub-a/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: "jacoco"
dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
testImplementation 'org.assertj:assertj-core:3.27.2'
testImplementation 'org.assertj:assertj-core:3.27.3'
}

test {
Expand Down
2 changes: 1 addition & 1 deletion examples/jacoco/sub-b/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {

testImplementation('org.junit.jupiter:junit-jupiter-api')
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine')
testImplementation('org.assertj:assertj-core:3.27.2')
testImplementation('org.assertj:assertj-core:3.27.3')
}

test {
Expand Down
2 changes: 1 addition & 1 deletion test-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
api platform("org.junit:junit-bom:5.11.4")

api "org.junit.jupiter:junit-jupiter-api"
api "org.assertj:assertj-core:3.27.2"
api "org.assertj:assertj-core:3.27.3"
api gradleApi()
api gradleTestKit()
api 'com.squareup:javapoet:1.13.0'
Expand Down

0 comments on commit d55f102

Please sign in to comment.