From 1ef4df39053ee7a6a03ecff612c7c62c82e91d56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 18:22:58 +0000 Subject: [PATCH] chore(deps): bump com.squareup.moshi:moshi from 1.15.1 to 1.15.2 Bumps [com.squareup.moshi:moshi](https://github.com/square/moshi) from 1.15.1 to 1.15.2. - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/moshi/compare/1.15.1...1.15.2) --- updated-dependencies: - dependency-name: com.squareup.moshi:moshi dependency-version: 1.15.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 70467e4..8b9d22d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -162,8 +162,8 @@ dependencies { // Retrofit + Moshi for Open-Meteo weather API and Nager.Date holidays implementation("com.squareup.retrofit2:retrofit:2.11.0") implementation("com.squareup.retrofit2:converter-moshi:2.11.0") - implementation("com.squareup.moshi:moshi:1.15.1") - ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.1") + implementation("com.squareup.moshi:moshi:1.15.2") + ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.2") // OkHttp (explicit — also used by WebhookService and HueSunriseWorker). // 5.x adds an HTTP/2 total-header-size limit (resource-exhaustion guard). implementation("com.squareup.okhttp3:okhttp:5.4.0")