hoc081098 / hoc081098/Refresh-Token-Sample
Dependency Dashboard
- Dominant language
- Kotlin
- Stars
- 130
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/hoc081098/Refresh-Token-Sample).
## Config Migration Needed
- [ ] Select this checkbox to let Renovate create an automated Config Migration PR.
## Deprecations / Replacements
> [!WARNING]
The following dependencies are either deprecated or have replacements available.
| Datasource | Package | Replacement PR? |
|------------|------|--------------|
| npm | [jade](https://redirect.github.com/jadejs/jade) |  |
## Rate-Limited
The following updates are currently rate-limited. To force their creation now, click on a checkbox below.
- [ ] Update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.25.0
- [ ] Update dependency com.google.android.material:material to v1.14.0
- [ ] Update dependency com.google.crypto.tink:tink-android to v1.23.0
- [ ] Update dependency com.squareup.moshi:moshi-kotlin to v1.15.2
- [ ] Update dependency com.squareup.okhttp3:logging-interceptor to v5.5.0
- [ ] Update dependency io.github.hoc081098:FlowExt to v0.8.1
- [ ] Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.25
- [ ] Update Gradle to v7.6.6
- [ ] Update kotlinx-coroutines monorepo to v1.11.0 (`org.jetbrains.kotlinx:kotlinx-coroutines-android`, `org.jetbrains.kotlinx:kotlinx-coroutines-core`)
- [ ] Update lifecycle_version to v2.11.0 (`androidx.lifecycle:lifecycle-runtime-ktx`, `androidx.lifecycle:lifecycle-viewmodel-ktx`)
- [ ] Update plugin com.google.protobuf to v0.10.0
- [ ] Update protobuf monorepo to v3.25.9 (`com.google.protobuf:protoc`, `com.google.protobuf:protobuf-javalite`)
- [ ] Update retrofit monorepo to v2.12.0 (`com.squareup.retrofit2:converter-moshi`, `com.squareup.retrofit2:retrofit`)
- [ ] Update actions/cache action to v6
- [ ] Update actions/checkout action to v7
- [ ] Update actions/setup-java action to v6
- [ ] Update actions/upload-artifact action to v7
- [ ] Update dependency com.android.tools.build:gradle to v9
- [ ] Update dependency com.diffplug.spotless:spotless-plugin-gradle to v8
- [ ] Update dependency http-errors to v2
- [ ] Update dependency io.github.hoc081098:FlowExt to v1
- [ ] Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2
- [ ] Update Gradle to v9
- [ ] Update gradle/wrapper-validation-action action to v3
- [ ] Update protobuf monorepo to v4 (`com.google.protobuf:protoc`, `com.google.protobuf:protobuf-javalite`)
- [ ] Update retrofit monorepo to v3 (`com.squareup.retrofit2:converter-moshi`, `com.squareup.retrofit2:retrofit`)
- [ ] π **Create all rate-limited PRs at once** π
## Open
The following updates have all been created. To force a retry/rebase of any, click on a checkbox below.
- [ ] [Update dependency express to v4.20.0 [SECURITY]](../pull/189)
- [ ] [Update dependency morgan to ~1.12.0 [SECURITY]](../pull/195)
- [ ] [Update dependency jsonwebtoken to v9 [SECURITY]](../pull/184)
- [ ] [Replace dependency jade with pug ~2.0.0](../pull/187)
- [ ] [Update dependency androidx.activity:activity-ktx to v1.13.0](../pull/177)
- [ ] [Update dependency androidx.appcompat:appcompat to v1.8.0](../pull/191)
- [ ] [Update dependency androidx.constraintlayout:constraintlayout to v2.2.2](../pull/192)
- [ ] [Update dependency androidx.core:core-ktx to v1.19.0](../pull/169)
- [ ] [Update dependency androidx.datastore:datastore to v1.2.1](../pull/193)
- [ ] [Update dependency androidx.test.espresso:espresso-core to v3.7.0](../pull/194)
- [ ] [Update dependency androidx.test.ext:junit to v1.3.0](../pull/196)
- [ ] [Update dependency com.android.tools.build:gradle to v7.4.2](../pull/185)
- [ ] [Update hilt_version to v2.60.1](../pull/186) (`com.google.dagger:hilt-android-compiler`, `com.google.dagger:hilt-android`, `com.google.dagger:hilt-android-gradle-plugin`)
- [ ] **Click on this checkbox to rebase all open PRs at once**
## PR Closed (Blocked)
The following updates are blocked by an existing closed PR. To recreate the PR, click on a checkbox below.
- [ ] [Update dependency http-errors to ~1.8.0](../pull/42)
- [ ] [Update dependency debug to v4](../pull/54)
## Detected Dependencies
github-actions (4)
.github/workflows/build.yml (4)
- `actions/checkout v3` β [Updates: `v7`]
- `actions/setup-java v3` β [Updates: `v6`]
- `actions/cache v3` β [Updates: `v6`]
- `actions/upload-artifact v3` β [Updates: `v7`].github/workflows/gradle-wrapper-validation.yml (2)
- `actions/checkout v3` β [Updates: `v7`]
- `gradle/wrapper-validation-action v1` β [Updates: `v3`].github/workflows/remove-old-artifacts.yml (1)
- `c-hive/gha-remove-artifacts v1`
.github/workflows/review-suggest.yml (5)
- `actions/checkout v3` β [Updates: `v7`]
- `actions/checkout v3` β [Updates: `v7`]
- `actions/setup-java v3` β [Updates: `v6`]
- `actions/cache v3` β [Updates: `v6`]
- `reviewdog/action-suggester v1`
gradle (4)
app/build.gradle (22)
- `com.google.protobuf 0.8.19` β [Updates: `0.10.0`]
- `androidx.core:core-ktx 1.8.0` β [Updates: `1.19.0`]
- `androidx.appcompat:appcompat 1.5.1` β [Updates: `1.8.0`]
- `com.google.android.material:material 1.6.1` β [Updates: `1.14.0`]
- `androidx.constraintlayout:constraintlayout 2.1.4` β [Updates: `2.2.2`]
- `androidx.activity:activity-ktx 1.5.1` β [Updates: `1.13.0`]
- `junit:junit 4.13.2`
- `androidx.test.ext:junit 1.1.3` β [Updates: `1.3.0`]
- `androidx.test.espresso:espresso-core 3.4.0` β [Updates: `3.7.0`]
- `com.squareup.moshi:moshi-kotlin 1.14.0` β [Updates: `1.15.2`]
- `com.squareup.okhttp3:logging-interceptor 5.0.0-alpha.9` β [Updates: `5.5.0`]
- `com.squareup.retrofit2:retrofit 2.9.0` β [Updates: `2.12.0`, `3.0.0`]
- `com.squareup.retrofit2:converter-moshi 2.9.0` β [Updates: `2.12.0`, `3.0.0`]
- `org.jetbrains.kotlinx:kotlinx-coroutines-core 1.6.4` β [Updates: `1.11.0`]
- `org.jetbrains.kotlinx:kotlinx-coroutines-android 1.6.4` β [Updates: `1.11.0`]
- `androidx.datastore:datastore 1.0.0` β [Updates: `1.2.1`]
- `com.google.protobuf:protobuf-javalite 3.21.6` β [Updates: `3.25.9`, `4.36.1`]
- `com.google.crypto.tink:tink-android 1.7.0` β [Updates: `1.23.0`]
- `com.github.hoc081098:ViewBindingDelegate 1.4.0`
- `io.github.hoc081098:FlowExt 0.4.0` β [Updates: `0.8.1`, `1.0.0`]
- `com.jakewharton.timber:timber 5.0.1`
- `com.google.protobuf:protoc 3.21.6` β [Updates: `3.25.9`, `4.36.1`]build.gradle (8)
- `com.android.tools.build:gradle 7.3.1` β [Updates: `7.4.2`, `9.4.0`]
- `org.jetbrains.kotlin:kotlin-gradle-plugin 1.7.20-RC` β [Updates: `1.9.25`, `2.4.20`]
- `com.google.dagger:hilt-android-gradle-plugin 2.44.2` β [Updates: `2.60.1`]
- `com.diffplug.spotless:spotless-plugin-gradle 6.11.0` β [Updates: `6.25.0`, `8.10.2`]
- `androidx.lifecycle:lifecycle-viewmodel-ktx 2.5.1` β [Updates: `2.11.0`]
- `androidx.lifecycle:lifecycle-runtime-ktx 2.5.1` β [Updates: `2.11.0`]
- `com.google.dagger:hilt-android 2.44.2` β [Updates: `2.60.1`]
- `com.google.dagger:hilt-android-compiler 2.44.2` β [Updates: `2.60.1`]gradle.properties
settings.gradle
gradle-wrapper (1)
gradle/wrapper/gradle-wrapper.properties (1)
- `gradle 7.5.1` β [Updates: `7.6.6`, `9.7.1`]
npm (1)
server/package.json (7)
- `cookie-parser ~1.4.4`
- `debug ~2.6.9` β [Updates: `~4.4.0`]
- `express ^4.16.4` β [Updates: `^4.16.4`]
- `http-errors ~1.6.3` β [Updates: `~1.8.0`, `~2.0.0`]
- `jade ~1.11.0` β [Updates: `~2.0.0`]
- `jsonwebtoken ^8.5.1` β [Updates: `^9.0.0`]
- `morgan ~1.9.1` β [Updates: `~1.12.0`]
---
- [ ] Check this box to trigger a request for Renovate to run again on this repository
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.