Skip to content

Commit

Permalink
Merge pull request #1273 from freefair/dependabot/gradle/examples/org…
Browse files Browse the repository at this point in the history
….assertj-assertj-core-3.27.2

Bump org.assertj:assertj-core from 3.26.3 to 3.27.2 in /examples
  • Loading branch information
larsgrefer authored Jan 8, 2025
2 parents fc9bb35 + ccd21e9 commit 4a9f546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.26.3'
testImplementation 'org.assertj:assertj-core:3.27.2'
}

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.26.3')
testImplementation('org.assertj:assertj-core:3.27.2')
}

test {
Expand Down

0 comments on commit 4a9f546

Please sign in to comment.