Skip to content

Commit dfadd3f

Browse files
This PR contains the following updates:
| Package | Type | Package file | Manager | Update | Change | |---|---|---|---|---|---| | org.flywaydb.flyway | plugin | misk/gradle/libs.versions.toml | gradle | minor | `11.2.0` -> `11.3.0` | | [com.autonomousapps.dependency-analysis](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin) | plugin | misk/gradle/libs.versions.toml | gradle | minor | `2.7.0` -> `2.8.0` | | [software.amazon.awssdk:sdk-core](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.30.7` -> `2.30.9` | | [software.amazon.awssdk:dynamodb-enhanced](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.30.7` -> `2.30.9` | | [software.amazon.awssdk:dynamodb](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.30.7` -> `2.30.9` | | [software.amazon.awssdk:aws-core](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.30.7` -> `2.30.9` | | [software.amazon.awssdk:bom](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.30.7` -> `2.30.9` | | [software.amazon.awssdk:auth](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.30.7` -> `2.30.9` | --- ### Release Notes <details> <summary>autonomousapps/dependency-analysis-android-gradle-plugin (com.autonomousapps.dependency-analysis)</summary> ### [`v2.8.0`](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/blob/HEAD/CHANGELOG.md#Version-280) - \[Feat]: support reasoning about multiple pieces of advice. - \[Fix]: compute/printDuplicateDependencies works even when not all projects apply this plugin. - \[Fix]: do not filter out advice to add to testImplementation if there is conflicting advice to downgrade from implementation. - \[Fix]: compileOnly dependencies are not visible to the test compile classpath. - \[Build]: use Gradle 8.12.1 - \[Chore]: update to AGP 8.8.0 - \[Refactor]: use `DependencyHandler.project()` instead of `Project.project()`. - \[Test]: only run functionalTest against latest combination of AGP and Gradle. - \[Test]: don't forward stdout on CI. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 6pm every weekday,before 2am every weekday" in timezone Australia/Melbourne, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). GitOrigin-RevId: cb0ec519f6ee936b33d4bed5761596ee58fc35f0
1 parent 6c04bce commit dfadd3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[versions]
22
awaitility = "4.2.2"
33
aws1 = "1.12.780"
4-
aws2 = "2.30.7"
4+
aws2 = "2.30.9"
55
bucket4j = "8.8.0"
66
datadog = "1.45.2"
7-
dependencyAnalysisPlugin = "2.7.0"
7+
dependencyAnalysisPlugin = "2.8.0"
88
detekt = "1.23.7"
99
docker = "3.4.1"
1010
googleAuth = "1.31.0"
@@ -223,7 +223,7 @@ binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibilit
223223
dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version.ref = "dependencyAnalysisPlugin" }
224224
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
225225
dokka = { id = "org.jetbrains.dokka", version = "2.0.0" }
226-
flyway = { id = "org.flywaydb.flyway", version = "11.2.0" }
226+
flyway = { id = "org.flywaydb.flyway", version = "11.3.0" }
227227
jooq = { id = "nu.studer.jooq", version = "9.0" }
228228
kotlinAllOpen = { id = "org.jetbrains.kotlin.plugin.allopen", version.ref = "kotlin" }
229229
kotlinJpa = { id = "org.jetbrains.kotlin.plugin.jpa", version.ref = "kotlin" }

0 commit comments

Comments
 (0)