Skip to content

Commit 65aed68

Browse files
Bump the all group across 1 directory with 4 updates (#358)
Bumps the all group with 4 updates in the / directory: androidx.test.ext:junit, androidx.test.espresso:espresso-core, [org.assertj:assertj-core](https://github.com/assertj/assertj) and com.android.application. Updates `androidx.test.ext:junit` from 1.2.1 to 1.3.0 Updates `androidx.test.espresso:espresso-core` from 3.6.1 to 3.7.0 Updates `org.assertj:assertj-core` from 3.27.3 to 3.27.4 - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.27.3...assertj-build-3.27.4) Updates `com.android.application` from 8.11.1 to 8.12.0 --- updated-dependencies: - dependency-name: androidx.test.ext:junit dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: androidx.test.espresso:espresso-core dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.assertj:assertj-core dependency-version: 3.27.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: com.android.application dependency-version: 8.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f7c3e71 commit 65aed68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

log4j-samples-android/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717
plugins {
18-
id 'com.android.application' version '8.11.1'
18+
id 'com.android.application' version '8.12.0'
1919
}
2020

2121
android {
@@ -58,9 +58,9 @@ dependencies {
5858
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
5959

6060
testImplementation 'junit:junit:4.13.2'
61-
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
62-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
63-
androidTestImplementation 'org.assertj:assertj-core:3.27.3'
61+
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
62+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
63+
androidTestImplementation 'org.assertj:assertj-core:3.27.4'
6464

6565
// Log4j
6666
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: log4jVersion

0 commit comments

Comments
 (0)