From 6444f97dae4b18aad473ad19c1956807c97d6919 Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Tue, 28 Feb 2023 09:25:18 -0500 Subject: [PATCH] Dependency updates 20220228 (#13364) * Bump com.github.triplet.play from 3.7.0 to 3.8.1 Bumps com.github.triplet.play from 3.7.0 to 3.8.1. --- updated-dependencies: - dependency-name: com.github.triplet.play dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump org.jsoup:jsoup from 1.15.3 to 1.15.4 Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.15.3 to 1.15.4. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES) - [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.15.3...jsoup-1.15.4) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump androidx.annotation:annotation from 1.5.0 to 1.6.0 Bumps androidx.annotation:annotation from 1.5.0 to 1.6.0. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump lint_version from 30.4.1 to 30.4.2 Bumps `lint_version` from 30.4.1 to 30.4.2. Updates `com.android.tools.lint:lint-api` from 30.4.1 to 30.4.2 Updates `com.android.tools.lint:lint` from 30.4.1 to 30.4.2 Updates `com.android.tools.lint:lint-tests` from 30.4.1 to 30.4.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] * Bump com.android.tools.build:gradle from 7.4.1 to 7.4.2 Bumps com.android.tools.build:gradle from 7.4.1 to 7.4.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] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- AnkiDroid/build.gradle | 6 +++--- api/build.gradle | 2 +- build.gradle | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/AnkiDroid/build.gradle b/AnkiDroid/build.gradle index d8aef7cdd5..e22efe2044 100644 --- a/AnkiDroid/build.gradle +++ b/AnkiDroid/build.gradle @@ -1,6 +1,6 @@ plugins { // Gradle plugin portal - id 'com.github.triplet.play' version '3.7.0' + id 'com.github.triplet.play' version '3.8.1' } apply plugin: 'com.android.application' @@ -279,7 +279,7 @@ dependencies { annotationProcessor "com.google.auto.service:auto-service:1.0.1" implementation 'androidx.activity:activity-ktx:1.6.1' - implementation 'androidx.annotation:annotation:1.5.0' + implementation 'androidx.annotation:annotation:1.6.0' implementation 'androidx.appcompat:appcompat:1.7.0-alpha02' implementation 'androidx.browser:browser:1.5.0' implementation "androidx.core:core-ktx:1.9.0" @@ -338,7 +338,7 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp:4.10.0' implementation 'com.arcao:slf4j-timber:3.1' implementation 'com.jakewharton.timber:timber:5.0.1' - implementation 'org.jsoup:jsoup:1.15.3' + implementation 'org.jsoup:jsoup:1.15.4' implementation "com.github.zafarkhaja:java-semver:0.9.0" // For AnkiDroid JS API Versioning implementation 'com.drakeet.drawer:drawer:1.0.3' implementation 'uk.co.samuelwall:material-tap-target-prompt:3.3.2' diff --git a/api/build.gradle b/api/build.gradle index b188175e2f..2a5316ace0 100644 --- a/api/build.gradle +++ b/api/build.gradle @@ -48,7 +48,7 @@ android { apply from: "../lint.gradle" dependencies { - implementation 'androidx.annotation:annotation:1.5.0' + implementation 'androidx.annotation:annotation:1.6.0' implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" testImplementation "org.junit.jupiter:junit-jupiter:$junit_version" testImplementation "org.junit.vintage:junit-vintage-engine:$junit_version" diff --git a/build.gradle b/build.gradle index adc64d4a7b..9178cd97b9 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ import org.gradle.internal.jvm.Jvm buildscript { // The version for the Kotlin plugin and dependencies ext.kotlin_version = '1.8.10' - ext.lint_version = '30.4.1' + ext.lint_version = '30.4.2' ext.acra_version = '5.9.7' ext.ankidroid_backend_version = '0.1.21-anki2.1.58' ext.hamcrest_version = '2.2' @@ -24,7 +24,7 @@ buildscript { } } dependencies { - classpath 'com.android.tools.build:gradle:7.4.1' + classpath 'com.android.tools.build:gradle:7.4.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"