Skip to content

Commit 97a49d3

Browse files
authored
Merge pull request #1283 from freefair/dependabot/gradle/examples/org.assertj-assertj-core-3.27.3
Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 in /examples
2 parents d7fa7a0 + 79f3a9f commit 97a49d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/jacoco/sub-a/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: "jacoco"
44
dependencies {
55
testImplementation 'org.junit.jupiter:junit-jupiter-api'
66
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
7-
testImplementation 'org.assertj:assertj-core:3.27.2'
7+
testImplementation 'org.assertj:assertj-core:3.27.3'
88
}
99

1010
test {

examples/jacoco/sub-b/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66

77
testImplementation('org.junit.jupiter:junit-jupiter-api')
88
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine')
9-
testImplementation('org.assertj:assertj-core:3.27.2')
9+
testImplementation('org.assertj:assertj-core:3.27.3')
1010
}
1111

1212
test {

0 commit comments

Comments
 (0)