# upgrade-dependencies > Upgrades the project dependencies - Author: Erik R. Yverling - Repository: erikryverling/kotlin-lab - Version: 20260204233754 - Stars: 1 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/erikryverling/kotlin-lab - Web: https://mule.run/skillshub/@@erikryverling/kotlin-lab~upgrade-dependencies:20260204233754 --- --- name: upgrade-dependencies description: Upgrades the project dependencies --- - Analyze libs.versions.toml and gradle-wrapper.properties - Upgrade all dependencies in libs.versions.toml and gradle-wrapper.properties - Always prefer stable version of dependences, if possible - Fix any compilation errors - Verify the changes by running ./gradlew test - Summerize all changes in libs.versions.toml and gradle-wrapper.properties and let me approve them