From 2817d05bf866b72cf77765c8a1e7e37fff4ae9e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 22:24:53 +0000 Subject: [PATCH] chore: bump net.coobird:thumbnailator from 0.4.20 to 0.4.21 Bumps [net.coobird:thumbnailator](https://github.com/coobird/thumbnailator) from 0.4.20 to 0.4.21. - [Commits](https://github.com/coobird/thumbnailator/compare/0.4.20...0.4.21) --- updated-dependencies: - dependency-name: net.coobird:thumbnailator dependency-version: 0.4.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8836c081..8f0e3e0c 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ subprojects { implementation 'io.jsonwebtoken:jjwt:0.9.1' implementation 'javax.xml.bind:jaxb-api:2.3.1' - implementation 'net.coobird:thumbnailator:0.4.20' + implementation 'net.coobird:thumbnailator:0.4.21' testFixturesImplementation 'org.springframework.boot:spring-boot-starter-test' testFixturesRuntimeOnly 'org.junit.platform:junit-platform-launcher'