Skip to content

Commit 820c8e2

Browse files
Bump org.assertj:assertj-core from 3.26.3 to 3.27.0
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.26.3 to 3.27.0. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.26.3...assertj-build-3.27.0) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6dea0e6 commit 820c8e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies {
5353
testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.4"
5454
testImplementation "org.junit.jupiter:junit-jupiter-params:5.11.3"
5555
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.4"
56-
testImplementation "org.assertj:assertj-core:3.26.3"
56+
testImplementation "org.assertj:assertj-core:3.27.0"
5757
testImplementation "org.mockito:mockito-core:5.14.2"
5858
testImplementation 'org.json:json:20240303'
5959
androidTestImplementation 'androidx.test:runner:1.6.2'

securesmsproxyapi/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ dependencies {
125125
testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.4"
126126
testImplementation "org.junit.jupiter:junit-jupiter-params:5.11.3"
127127
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.4"
128-
testImplementation "org.assertj:assertj-core:3.26.3"
128+
testImplementation "org.assertj:assertj-core:3.27.0"
129129
testImplementation 'org.json:json:20240303'
130130
testImplementation "org.mockito:mockito-core:5.14.2"
131131
androidTestImplementation 'androidx.test:runner:1.6.2'

0 commit comments

Comments
 (0)