From c24ed7eab587348d42d5a456fe0927fd551457f8 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 27 Jan 2025 17:55:14 +0000
Subject: [PATCH] Bump org.springframework.boot.version from 3.4.1 to 3.4.2

Bumps `org.springframework.boot.version` from 3.4.1 to 3.4.2.

Updates `org.springframework.boot:spring-boot-dependencies` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.1...v3.4.2)

Updates `org.springframework.boot:spring-boot-starter-thymeleaf` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.1...v3.4.2)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-thymeleaf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9581b86fa..9b1315613 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
         <org.apache.httpcomponents.client.version>5.4.1</org.apache.httpcomponents.client.version>
         <org.bouncycastle.bcpkix-jdk18on.version>1.80</org.bouncycastle.bcpkix-jdk18on.version>
         <org.hdrhistogram.version>2.2.2</org.hdrhistogram.version>
-        <org.springframework.boot.version>3.4.1</org.springframework.boot.version>
+        <org.springframework.boot.version>3.4.2</org.springframework.boot.version>
         <org.yaml.snakeyaml.version>2.3</org.yaml.snakeyaml.version>
         <slf4j.version>2.0.16</slf4j.version>
         <springdoc.openapi-starter-webmvc-ui.version>2.8.3</springdoc.openapi-starter-webmvc-ui.version>