Skip to content

Commit

Permalink
fix(deps): update dependency org.assertj:assertj-core to v3.27.0
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent 37c4030 commit 3f58437
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example-projects/selenium/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.seleniumhq.selenium:selenium-java:4.27.0'
testImplementation 'io.github.bonigarcia:webdrivermanager:5.9.2'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'org.assertj:assertj-core:3.27.0'

}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ androidx-appcompat = {module = "androidx.appcompat:appcompat", version = "1.7.0"
androidx-test-core = {module = "androidx.test:core", version.ref = "androidx-test-version"}
androidx-test-rules = {module = "androidx.test:rules", version.ref = "androidx-test-version"}
androidx-test-junit = {module = "androidx.test.ext:junit", version = "1.2.1"}
assertj = { module = "org.assertj:assertj-core", version = "3.26.3" }
assertj = { module = "org.assertj:assertj-core", version = "3.27.0" }
aspectj-jrt = { module = "org.aspectj:aspectjrt", version.ref = "aspectj-version" }
aspectj-jweaver = { module = "org.aspectj:aspectjweaver", version.ref = "aspectj-version" }
byteBuddy = { module = "net.bytebuddy:byte-buddy", version.ref = "byteBuddy-version" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.26.3</version>
<version>3.27.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 3f58437

Please sign in to comment.