From d5d7be17f32528b9ebc79cd7dda304f99c2fb8c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 02:50:24 +0000 Subject: [PATCH] Bump the all group with 2 updates Bumps the all group with 2 updates: [org.jsoup:jsoup](https://github.com/jhy/jsoup) and [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer). Updates `org.jsoup:jsoup` from 1.17.2 to 1.18.1 - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md) - [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.17.2...jsoup-1.18.1) Updates `io.micrometer:micrometer-registry-prometheus` from 1.13.1 to 1.13.2 - [Release notes](https://github.com/micrometer-metrics/micrometer/releases) - [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.13.1...v1.13.2) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: io.micrometer:micrometer-registry-prometheus dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- app-backend/build.gradle.kts | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-backend/build.gradle.kts b/app-backend/build.gradle.kts index 3ba2f81dc..b8112f200 100644 --- a/app-backend/build.gradle.kts +++ b/app-backend/build.gradle.kts @@ -51,7 +51,7 @@ dependencies { implementation("io.ktor:ktor-client-content-negotiation:2.3.12") implementation("io.ktor:ktor-server-auth-jwt:2.3.12") implementation("io.ktor:ktor-server-metrics-micrometer:2.3.12") - implementation("io.micrometer:micrometer-registry-prometheus:1.13.1") + implementation("io.micrometer:micrometer-registry-prometheus:1.13.2") implementation("io.ktor:ktor-server-call-logging:2.3.12") implementation("io.ktor:ktor-server-default-headers:2.3.12") implementation("io.ktor:ktor-server-caching-headers:2.3.12") diff --git a/build.gradle.kts b/build.gradle.kts index 95326b0f0..69453bc50 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,7 +29,7 @@ dependencies { implementation("com.rometools:rome:2.1.0") implementation("com.github.dfabulich:sitemapgen4j:1.1.2") - implementation("org.jsoup:jsoup:1.17.2") + implementation("org.jsoup:jsoup:1.18.1") implementation(kotlin("scripting-common")) implementation(kotlin("scripting-jvm"))