android-template icon indicating copy to clipboard operation
android-template copied to clipboard

Dependencies with update Available

Open github-actions[bot] opened this issue 1 year ago • 0 comments

Downloading https://services.gradle.org/distributions/gradle-7.4.2-bin.zip ...........10%...........20%...........30%...........40%...........50%...........60%...........70%...........80%...........90%...........100%

Welcome to Gradle 7.4.2!

Here are the highlights of this release:

  • Aggregated test and JaCoCo reports
  • Marking additional test source directories as tests in IntelliJ
  • Support for Adoptium JDKs in Java toolchains

For more details see https://docs.gradle.org/7.4.2/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster) Type-safe project accessors is an incubating feature.

Task :build-logic:convention:compileKotlin Task :build-logic:convention:compileJava NO-SOURCE Task :build-logic:convention:pluginDescriptors Task :build-logic:convention:processResources Task :build-logic:convention:classes Task :build-logic:convention:inspectClassesForKotlinIC Task :build-logic:convention:jar Task :dependencyUpdates

Package Current version Latest version
androidx.activity:activity-compose 1.6.1 1.7.0
androidx.compose.compiler:compiler 1.3.2 1.4.4
androidx.compose.ui:ui 1.3.2 1.4.0
androidx.compose.ui:ui-test-junit4 1.3.2 1.4.0
androidx.compose.ui:ui-test-manifest 1.3.2 1.4.0
androidx.compose.ui:ui-tooling 1.3.2 1.4.0
androidx.compose.ui:ui-tooling-preview 1.3.2 1.4.0
androidx.lifecycle:lifecycle-runtime-ktx 2.5.1 2.6.1
androidx.test.espresso:espresso-core 3.5.0 3.5.1
androidx.test.ext:junit 1.1.4 1.1.5
app.cash.turbine:turbine 0.12.1 0.12.3
com.android.application:com.android.application.gradle.plugin 7.3.1 7.4.2
com.android.tools.lint:lint-api 30.3.1 30.4.2
com.android.tools.lint:lint-checks 30.3.1 30.4.2
com.android.tools.lint:lint-tests 30.3.1 30.4.2
com.google.accompanist:accompanist-swiperefresh 0.28.0 0.30.0
com.google.accompanist:accompanist-systemuicontroller 0.28.0 0.30.0
com.google.dagger:hilt-android 2.44.2 2.45
com.google.dagger:hilt-android-compiler 2.44.2 2.45
com.google.dagger:hilt-android-testing 2.44 2.45
com.google.dagger.hilt.android:com.google.dagger.hilt.android.gradle.plugin 2.44.2 2.45
io.ktor:ktor-client-android 2.2.1 2.2.4
io.ktor:ktor-client-cio 2.2.1 2.2.4
io.ktor:ktor-client-content-negotiation 2.2.1 2.2.4
io.ktor:ktor-client-core 2.2.1 2.2.4
io.ktor:ktor-client-logging-jvm 2.2.1 2.2.4
io.ktor:ktor-client-mock 2.2.1 2.2.4
io.ktor:ktor-client-serialization 2.2.1 2.2.4
io.ktor:ktor-serialization-kotlinx-json 2.2.1 2.2.4
io.mockk:mockk 1.13.3 1.13.4
io.mockk:mockk-agent-jvm 1.13.3 1.13.4
io.mockk:mockk-android 1.13.3 1.13.4
org.jacoco:org.jacoco.ant 0.8.7 0.8.8
org.jetbrains.kotlin:kotlin-annotation-processing-gradle 1.7.20 1.8.20
org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable 1.7.20 1.8.20
org.jetbrains.kotlin:kotlin-serialization 1.7.20 1.8.20
org.jetbrains.kotlin:kotlin-stdlib 1.7.20 1.8.20
org.jetbrains.kotlin:kotlin-stdlib-jdk8 1.7.20 1.8.20
org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin 1.7.20 1.8.20
org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin 1.7.20 1.8.20
org.jlleitschuh.gradle:ktlint-gradle 11.0.0 11.3.1
org.jlleitschuh.gradle.ktlint:org.jlleitschuh.gradle.ktlint.gradle.plugin 11.0.0 11.3.1

Theres currently a gradle update available, your current version: 8.0.2

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.4.2/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 2m 56s 6 actionable tasks: 6 executed

github-actions[bot] avatar Apr 01 '23 11:04 github-actions[bot]