Skip to content

Commit

Permalink
This PR contains the following updates:
Browse files Browse the repository at this point in the history
| 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
  • Loading branch information
github-cash-renovate-jvm-2 authored and svc-squareup-copybara committed Jan 30, 2025
1 parent 6c04bce commit dfadd3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
awaitility = "4.2.2"
aws1 = "1.12.780"
aws2 = "2.30.7"
aws2 = "2.30.9"
bucket4j = "8.8.0"
datadog = "1.45.2"
dependencyAnalysisPlugin = "2.7.0"
dependencyAnalysisPlugin = "2.8.0"
detekt = "1.23.7"
docker = "3.4.1"
googleAuth = "1.31.0"
Expand Down Expand Up @@ -223,7 +223,7 @@ binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibilit
dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version.ref = "dependencyAnalysisPlugin" }
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
dokka = { id = "org.jetbrains.dokka", version = "2.0.0" }
flyway = { id = "org.flywaydb.flyway", version = "11.2.0" }
flyway = { id = "org.flywaydb.flyway", version = "11.3.0" }
jooq = { id = "nu.studer.jooq", version = "9.0" }
kotlinAllOpen = { id = "org.jetbrains.kotlin.plugin.allopen", version.ref = "kotlin" }
kotlinJpa = { id = "org.jetbrains.kotlin.plugin.jpa", version.ref = "kotlin" }
Expand Down

0 comments on commit dfadd3f

Please sign in to comment.