Skip to content

Commit

Permalink
build(deps): bump the versions group with 5 updates (#24)
Browse files Browse the repository at this point in the history
* build(deps): bump the versions group with 5 updates

Bumps the versions group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [ru.astrainteractive.gradleplugin:convention](https://github.com/makeevrserg/gradle-plugin) | `1.3.4` | `1.4.0` |
| com.gradle.plugin-publish | `1.2.2` | `1.3.0` |
| com.android.tools.build:gradle | `8.6.0` | `8.6.1` |
| com.android.application | `8.6.0` | `8.6.1` |
| com.android.library | `8.6.0` | `8.6.1` |


Updates `ru.astrainteractive.gradleplugin:convention` from 1.3.4 to 1.4.0
- [Release notes](https://github.com/makeevrserg/gradle-plugin/releases)
- [Commits](https://github.com/makeevrserg/gradle-plugin/commits)

Updates `com.gradle.plugin-publish` from 1.2.2 to 1.3.0

Updates `com.android.tools.build:gradle` from 8.6.0 to 8.6.1

Updates `com.android.application` from 8.6.0 to 8.6.1

Updates `com.android.library` from 8.6.0 to 8.6.1

Updates `com.android.application` from 8.6.0 to 8.6.1

Updates `com.android.library` from 8.6.0 to 8.6.1

---
updated-dependencies:
- dependency-name: ru.astrainteractive.gradleplugin:convention
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: com.gradle.plugin-publish
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: com.android.application
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: com.android.library
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: com.android.application
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: com.android.library
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update libs.versions.toml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roman Makeev <[email protected]>
  • Loading branch information
dependabot[bot] and makeevrserg authored Sep 30, 2024
1 parent 48a48c7 commit 663be05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build-logic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ import java.util.Properties

buildscript {
dependencies {
classpath("ru.astrainteractive.gradleplugin:convention:1.3.4")
classpath("ru.astrainteractive.gradleplugin:convention:1.4.0")
}
}

plugins {
`kotlin-dsl`
id("com.gradle.plugin-publish") version "1.2.2" apply false
id("com.gradle.plugin-publish") version "1.3.0" apply false
alias(libs.plugins.gradle.shadow) apply false
}

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ project-name = "GradlePlugin"
project-description = "GradlePlugin for my kotlin projects"
project-group = "ru.astrainteractive.gradleplugin"
project-web = "https://github.com/makeevrserg/gradle-plugin"
project-version-string = "1.4.0"
project-version-string = "1.4.1"
# Kotlin
kotlin-version = "2.0.20" # https://github.com/JetBrains/kotlin
kotlin-dokka = "1.9.20" # https://github.com/Kotlin/dokka
kotlin-android-application = "8.6.0" # https://developer.android.com/build/releases/gradle-plugin
kotlin-android-application = "8.6.1" # https://developer.android.com/build/releases/gradle-plugin
# Compose
kotlin-compose = "1.6.11" # https://github.com/JetBrains/compose-multiplatform
# Shadow
Expand Down

0 comments on commit 663be05

Please sign in to comment.