Skip to content

Commit af74805

Browse files
committed
fix(deps): update dependency org.assertj:assertj-core to v3.27.0
Signed-off-by: Renovate Bot <[email protected]>
1 parent 3759357 commit af74805

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

example-projects/selenium/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
testImplementation 'junit:junit:4.13.2'
4141
testImplementation 'org.seleniumhq.selenium:selenium-java:4.27.0'
4242
testImplementation 'io.github.bonigarcia:webdrivermanager:5.9.2'
43-
testImplementation 'org.assertj:assertj-core:3.26.3'
43+
testImplementation 'org.assertj:assertj-core:3.27.0'
4444

4545
}
4646

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ androidx-appcompat = {module = "androidx.appcompat:appcompat", version = "1.7.0"
1212
androidx-test-core = {module = "androidx.test:core", version.ref = "androidx-test-version"}
1313
androidx-test-rules = {module = "androidx.test:rules", version.ref = "androidx-test-version"}
1414
androidx-test-junit = {module = "androidx.test.ext:junit", version = "1.2.1"}
15-
assertj = { module = "org.assertj:assertj-core", version = "3.26.3" }
15+
assertj = { module = "org.assertj:assertj-core", version = "3.27.0" }
1616
aspectj-jrt = { module = "org.aspectj:aspectjrt", version.ref = "aspectj-version" }
1717
aspectj-jweaver = { module = "org.aspectj:aspectjweaver", version.ref = "aspectj-version" }
1818
byteBuddy = { module = "net.bytebuddy:byte-buddy", version.ref = "byteBuddy-version" }

jgiven-maven-plugin/src/test/resources/sampleProject/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>org.assertj</groupId>
3838
<artifactId>assertj-core</artifactId>
39-
<version>3.26.3</version>
39+
<version>3.27.0</version>
4040
<scope>test</scope>
4141
</dependency>
4242
</dependencies>

0 commit comments

Comments
 (0)