0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00

Dependency updates 20220816 (#12036)

* Bump gradle from 7.2.1 to 7.2.2

Bumps gradle from 7.2.1 to 7.2.2.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump lint_version from 30.2.1 to 30.2.2

Bumps `lint_version` from 30.2.1 to 30.2.2.

Updates `lint-api` from 30.2.1 to 30.2.2

Updates `lint` from 30.2.1 to 30.2.2

Updates `lint-tests` from 30.2.1 to 30.2.2

---
updated-dependencies:
- dependency-name: com.android.tools.lint:lint-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.android.tools.lint:lint
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.android.tools.lint:lint-tests
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump protobuf-kotlin from 3.21.4 to 3.21.5

Bumps protobuf-kotlin from 3.21.4 to 3.21.5.

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump fragments_version from 1.5.1 to 1.5.2

Bumps `fragments_version` from 1.5.1 to 1.5.2.

Updates `fragment-ktx` from 1.5.1 to 1.5.2

Updates `fragment-testing` from 1.5.1 to 1.5.2

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump mockito-inline from 4.6.1 to 4.7.0

Bumps [mockito-inline](https://github.com/mockito/mockito) from 4.6.1 to 4.7.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.6.1...v4.7.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-inline
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Mike Hardy 2022-08-16 10:23:02 -05:00 committed by GitHub
parent 771056c641
commit 20c618399d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -267,7 +267,7 @@ dependencies {
// Backend libraries
implementation 'com.google.protobuf:protobuf-kotlin:3.21.4' // This is required when loading from a file
implementation 'com.google.protobuf:protobuf-kotlin:3.21.5' // This is required when loading from a file
Properties localProperties = new Properties()
if (project.rootProject.file('local.properties').exists()) {
@ -322,7 +322,7 @@ dependencies {
api project(":api")
testImplementation "org.junit.vintage:junit-vintage-engine:$junit_version"
testImplementation 'org.mockito:mockito-inline:4.6.1'
testImplementation 'org.mockito:mockito-inline:4.7.0'
testImplementation "org.mockito.kotlin:mockito-kotlin:4.0.0"
testImplementation "org.hamcrest:hamcrest:$hamcrest_version"
testImplementation 'net.lachlanmckee:timber-junit-rule:1.0.1'

View File

@ -7,13 +7,13 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompilerExecutionStrategy
buildscript {
// The version for the Kotlin plugin and dependencies
ext.kotlin_version = '1.7.10'
ext.lint_version = '30.2.1'
ext.lint_version = '30.2.2'
ext.acra_version = '5.7.0'
ext.ankidroid_backend_version = '0.1.15-anki2.1.54'
ext.hamcrest_version = '2.2'
ext.junit_version = '5.9.0'
ext.coroutines_version = '1.6.4'
ext.fragments_version = "1.5.1"
ext.fragments_version = "1.5.2"
repositories {
google()
@ -22,7 +22,7 @@ buildscript {
}
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.1'
classpath 'com.android.tools.build:gradle:7.2.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath "app.brant:amazonappstorepublisher:0.1.0"