Skip to content

Commit 10891b0

Browse files
Bump org.assertj:assertj-core from 3.27.0 to 3.27.2 (#418)
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.0 to 3.27.2. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.27.0...assertj-build-3.27.2) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2c88049 commit 10891b0

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
@@ -68,7 +68,7 @@ dependencies {
6868
testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.4"
6969
testImplementation "org.junit.jupiter:junit-jupiter-params:5.11.4"
7070
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.4"
71-
testImplementation "org.assertj:assertj-core:3.27.0"
71+
testImplementation "org.assertj:assertj-core:3.27.2"
7272
testImplementation "org.mockito:mockito-core:5.15.2"
7373
testImplementation 'org.json:json:20241224'
7474
androidTestImplementation 'androidx.test:runner:1.6.2'

securesmsproxyapi/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ dependencies {
140140
testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.4"
141141
testImplementation "org.junit.jupiter:junit-jupiter-params:5.11.4"
142142
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.4"
143-
testImplementation "org.assertj:assertj-core:3.27.0"
143+
testImplementation "org.assertj:assertj-core:3.27.2"
144144
testImplementation 'org.json:json:20241224'
145145
testImplementation "org.mockito:mockito-core:5.15.2"
146146
androidTestImplementation 'androidx.test:runner:1.6.2'

0 commit comments

Comments
 (0)