From 5dd47d38fabb914e144b4188b08f7466c307ff34 Mon Sep 17 00:00:00 2001
From: Jonas <jonas.fischer14@gmx.de>
Date: Tue, 16 Jan 2024 12:20:47 +0100
Subject: [PATCH] 16.01.2024 - add swagger dependency

---
 sth-backend/pom.xml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/sth-backend/pom.xml b/sth-backend/pom.xml
index 539b22f..a8a7dfc 100644
--- a/sth-backend/pom.xml
+++ b/sth-backend/pom.xml
@@ -20,6 +20,7 @@
 		<dependency>
 			<groupId>org.springframework.boot</groupId>
 			<artifactId>spring-boot-starter-security</artifactId>
+			<version>3.2.1</version>
 		</dependency>
 		<dependency>
 			<groupId>org.mockito</groupId>
@@ -71,8 +72,12 @@
             <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
-
-    </dependencies>
+		<dependency>
+			<groupId>org.springdoc</groupId>
+			<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
+			<version>2.3.0</version>
+		</dependency>
+	</dependencies>
 
 	<build>
 		<plugins>
-- 
GitLab