From a4b45bb8fb143950f64eb4a0671098d9053d75da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 10:29:39 +0000 Subject: [PATCH] chore(deps)(deps): bump nl.basjes.parse.useragent:yauaa in /Backend Bumps [nl.basjes.parse.useragent:yauaa](https://github.com/nielsbasjes/yauaa) from 7.30.0 to 7.31.0. - [Release notes](https://github.com/nielsbasjes/yauaa/releases) - [Changelog](https://github.com/nielsbasjes/yauaa/blob/main/CHANGELOG.md) - [Commits](https://github.com/nielsbasjes/yauaa/compare/v7.30.0...v7.31.0) --- updated-dependencies: - dependency-name: nl.basjes.parse.useragent:yauaa dependency-version: 7.31.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Backend/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/build.gradle.kts b/Backend/build.gradle.kts index 19e9f87..e0f627a 100644 --- a/Backend/build.gradle.kts +++ b/Backend/build.gradle.kts @@ -58,7 +58,7 @@ dependencies { implementation("org.springframework.retry:spring-retry") implementation("jakarta.annotation:jakarta.annotation-api") implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.1.0") - implementation("nl.basjes.parse.useragent:yauaa:7.30.0") + implementation("nl.basjes.parse.useragent:yauaa:7.31.0") implementation("com.bucket4j:bucket4j-core:8.10.1") implementation("com.github.ben-manes.caffeine:caffeine:3.2.2") implementation("org.springframework.boot:spring-boot-starter-cache")