Skip to content

Commit

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


Updates `org.junit.vintage:junit-vintage-engine` from 5.11.0 to 5.11.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.0...r5.11.1)

Updates `com.android.library` from 8.5.2 to 8.6.1

Updates `org.jreleaser` from 1.13.1 to 1.14.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: com.android.library
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Sep 28, 2024
1 parent cd6e187 commit 9ba6f75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
kotlin = "2.0.20"
android-gradle = "8.5.2" # https://developer.android.com/studio/releases/gradle-plugin
android-gradle = "8.6.1" # https://developer.android.com/studio/releases/gradle-plugin
slf4j = "2.0.16"
timber = "5.0.1"
junit = "5.11.0"
junit = "5.11.1"
festassert = "2.0M10"
festandroid = "1.0.8"
robolectric = "4.13"
jreleaser = "1.13.1"
jreleaser = "1.14.0"

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

0 comments on commit 9ba6f75

Please sign in to comment.