Skip to content

Commit

Permalink
Dependency updates 20240516 (#16415)
Browse files Browse the repository at this point in the history
* build(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-test

Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.8.0...1.8.1)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump androidx.viewpager2:viewpager2 from 1.0.0 to 1.1.0

Bumps androidx.viewpager2:viewpager2 from 1.0.0 to 1.1.0.

---
updated-dependencies:
- dependency-name: androidx.viewpager2:viewpager2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump androidx.appcompat:appcompat

Bumps androidx.appcompat:appcompat from 1.7.0-beta01 to 1.7.0-rc01.

---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump androidx.annotation:annotation from 1.7.1 to 1.8.0

Bumps androidx.annotation:annotation from 1.7.1 to 1.8.0.

---
updated-dependencies:
- dependency-name: androidx.annotation:annotation
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump androidxFragmentKtx from 1.6.2 to 1.7.1

Bumps `androidxFragmentKtx` from 1.6.2 to 1.7.1.

Updates `androidx.fragment:fragment-ktx` from 1.6.2 to 1.7.1

Updates `androidx.fragment:fragment-testing` from 1.6.2 to 1.7.1

Updates `androidx.fragment:fragment-testing-manifest` from 1.6.2 to 1.7.1

---
updated-dependencies:
- dependency-name: androidx.fragment:fragment-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.fragment:fragment-testing
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.fragment:fragment-testing-manifest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump io.mockk:mockk from 1.13.10 to 1.13.11

Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.10 to 1.13.11.
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.10...1.13.11)

---
updated-dependencies:
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
mikehardy and dependabot[bot] authored May 16, 2024
1 parent 65a9ccd commit d312629
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ acra = '5.11.3'
amazonappstorepublisher = "0.1.0"
androidGradlePlugin = "8.4.0"
androidxActivity = "1.9.0"
androidxAnnotation = "1.7.1"
androidxAppCompat = "1.7.0-beta01"
androidxAnnotation = "1.8.0"
androidxAppCompat = "1.7.0-rc01"
androidxBrowser = "1.8.0"
androidxConstraintlayout = "2.1.4"
androidxCoreKtx = "1.13.1"
androidxExifinterface = "1.3.7"
androidxFragmentKtx = "1.6.2"
androidxFragmentKtx = "1.7.1"
androidxImageCropper = "4.5.0"
androidxMedia = "1.7.0"
androidxPreferenceKtx = "1.2.1"
Expand All @@ -19,7 +19,7 @@ androidxSqliteFramework = "2.4.0"
androidxSwiperefreshlayout = "1.1.0"
androidxTextCore = "1.5.0"
androidxUiautomator = "2.3.0"
androidxViewpager2 = "1.0.0"
androidxViewpager2 = "1.1.0"
androidxWebkit = "1.11.0"
annotations = "24.1.0"
ankiBackend = '0.1.38-anki24.04.1'
Expand All @@ -30,7 +30,7 @@ commonsCollections4 = "4.4"
commonsCompress = "1.26.1"
commonsExec = "1.4.0"
commonsIo = "2.16.1"
coroutines = '1.8.0'
coroutines = '1.8.1'
core = "3.3.0"
desugar-jdk-libs-nio = "2.0.4"
drawer = "1.0.3"
Expand All @@ -57,7 +57,7 @@ material = "1.12.0"
materialTapTargetPrompt = "3.3.2"
mockitoInline = "5.2.0"
mockitoKotlin = "5.3.1"
mockk = "1.13.10"
mockk = "1.13.11"
nanohttpd = "2.3.1"
okhttp = "4.12.0"
protobufKotlinLite = "4.26.1"
Expand Down

0 comments on commit d312629

Please sign in to comment.