Skip to content

Commit

Permalink
Bump the dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 4 updates: [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations), [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit5), [org.mockito:mockito-core](https://github.com/mockito/mockito) and [org.robolectric:robolectric](https://github.com/robolectric/robolectric).


Updates `org.jetbrains:annotations` from 16.0.1 to 24.1.0
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](JetBrains/java-annotations@16.0.1...24.1.0)

Updates `org.junit.vintage:junit-vintage-engine` from 5.10.2 to 5.10.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.2...r5.10.3)

Updates `org.mockito:mockito-core` from 2.23.0 to 5.12.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v2.23.0...v5.12.0)

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

---
updated-dependencies:
- dependency-name: org.jetbrains:annotations
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: 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.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.robolectric:robolectric
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 27, 2024
1 parent 0d71e0f commit ba3fc44
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
Expand Up @@ -3,12 +3,12 @@ kotlin = "2.0.0"
android-gradle = "8.5.0" # https://developer.android.com/studio/releases/gradle-plugin
slf4j = "2.0.13"
timber = "5.0.1"
junit = "5.10.2"
junit = "5.10.3"
festassert = "2.0M10"
festandroid = "1.0.8"
mockitocore = "2.23.0"
robolectric = "4.12"
annotations = "16.0.1"
mockitocore = "5.12.0"
robolectric = "4.12.2"
annotations = "24.1.0"
jreleaser = "1.12.0"

[libraries]
Expand Down

0 comments on commit ba3fc44

Please sign in to comment.