Skip to content

Commit

Permalink
Bump the dependencies group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 4 updates in the / directory: [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit5), [org.robolectric:robolectric](https://github.com/robolectric/robolectric), com.android.library and org.jreleaser.


Updates `org.junit.vintage:junit-vintage-engine` from 5.11.2 to 5.11.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.2...r5.11.3)

Updates `org.robolectric:robolectric` from 4.13 to 4.14.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](robolectric/robolectric@robolectric-4.13...robolectric-4.14.1)

Updates `com.android.library` from 8.7.0 to 8.7.2

Updates `org.jreleaser` from 1.14.0 to 1.15.0

---
updated-dependencies:
- dependency-name: org.junit.vintage:junit-vintage-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.robolectric:robolectric
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.android.library
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jreleaser
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 23, 2024
1 parent 8553501 commit 6f2e12d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
kotlin = "2.0.21"
android-gradle = "8.7.0" # https://developer.android.com/studio/releases/gradle-plugin
android-gradle = "8.7.2" # https://developer.android.com/studio/releases/gradle-plugin
slf4j = "2.0.16"
timber = "5.0.1"
junit = "5.11.2"
junit = "5.11.3"
festassert = "2.0M10"
festandroid = "1.0.8"
robolectric = "4.13"
jreleaser = "1.14.0"
robolectric = "4.14.1"
jreleaser = "1.15.0"

[libraries]
slf4j = { group = "org.slf4j", name = "slf4j-api", version.ref = "slf4j" }
Expand Down

0 comments on commit 6f2e12d

Please sign in to comment.