Skip to content

Commit

Permalink
Update dependency com.javiersc.hubdle to v0.6.2
Browse files Browse the repository at this point in the history
| datasource | package                                               | from          | to    |
| ---------- | ----------------------------------------------------- | ------------- | ----- |
| maven      | com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin | 0.5.0-beta.16 | 0.6.2 |
  • Loading branch information
renovate[bot] authored and JavierSegoviaCordoba committed Feb 10, 2024
1 parent 7b524ef commit dd1ce5a
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 12 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/fix-checks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: fix-checks

on:
workflow_dispatch:

jobs:
fix-checks:
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/fix-checks.yaml@main
secrets: inherit
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

### Updated

- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.6.2`
- `gradle -> 8.6`
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.5.0-beta.16`

## [0.5.0-rc.6] - 2023-12-14

Expand Down
2 changes: 1 addition & 1 deletion gradle-version/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ hubdle {
}
test {
dependencies {
implementation(hubdle.kotest.kotestProperty)
implementation(hubdle.kotest.property)
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
hubdle = "0.5.0-beta.16"
hubdle = "0.6.2"

[plugins]
javiersc-hubdle = { id = "com.javiersc.hubdle", version.ref = "hubdle" }
6 changes: 3 additions & 3 deletions semver-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ hubdle {
}
}

pluginUnderTestExternalDependencies(
hubdle.android.toolsBuild.gradle,
hubdle.jetbrains.kotlin.kotlinGradlePlugin,
pluginUnderTestDependencies(
hubdle.android.tools.build.gradle,
hubdle.jetbrains.kotlin.gradle.plugin,
)
}
}
Expand Down
6 changes: 3 additions & 3 deletions semver-project-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ hubdle {
}
}

pluginUnderTestExternalDependencies(
hubdle.android.toolsBuild.gradle,
hubdle.jetbrains.kotlin.kotlinGradlePlugin,
pluginUnderTestDependencies(
hubdle.android.tools.build.gradle,
hubdle.jetbrains.kotlin.gradle.plugin,
)
}
}
Expand Down
6 changes: 3 additions & 3 deletions semver-settings-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ hubdle {
}
}

pluginUnderTestExternalDependencies(
hubdle.android.toolsBuild.gradle,
hubdle.jetbrains.kotlin.kotlinGradlePlugin,
pluginUnderTestDependencies(
hubdle.android.tools.build.gradle,
hubdle.jetbrains.kotlin.gradle.plugin,
)
}
}
Expand Down

0 comments on commit dd1ce5a

Please sign in to comment.