From f7c5c6b7fa1b6c8e5081938564f8f12d0e31f9b9 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 26 Aug 2024 16:08:59 +0000
Subject: [PATCH] Bump io.springfox:springfox-swagger-ui in /tankstellens

Bumps [io.springfox:springfox-swagger-ui](https://github.com/springfox/springfox) from 2.7.0 to 2.10.0.
- [Release notes](https://github.com/springfox/springfox/releases)
- [Changelog](https://github.com/springfox/springfox/blob/master/docs/release-notes.md)
- [Commits](https://github.com/springfox/springfox/compare/2.7.0...2.10.0)

---
updated-dependencies:
- dependency-name: io.springfox:springfox-swagger-ui
  dependency-type: direct:production
...

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

diff --git a/tankstellens/pom.xml b/tankstellens/pom.xml
index 26ab88a..dc71b77 100644
--- a/tankstellens/pom.xml
+++ b/tankstellens/pom.xml
@@ -133,7 +133,7 @@
 		<dependency>
 			<groupId>io.springfox</groupId>
 			<artifactId>springfox-swagger-ui</artifactId>
-			<version>2.7.0</version>
+			<version>2.10.0</version>
 		</dependency>
 
 		<dependency>