From 3c8aa8ed9cf5e7c650301cc21a84b13c801e3418 Mon Sep 17 00:00:00 2001
From: Benedikt Elser <benedikt.elser@th-deg.de>
Date: Fri, 14 Apr 2023 14:21:46 +0200
Subject: [PATCH] Bump versions

---
 pom.xml                                | 8 ++++----
 src/main/resources/templates/foot.html | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index c72890d..0e72a4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
 	<parent>
 		<groupId>org.springframework.boot</groupId>
 		<artifactId>spring-boot-starter-parent</artifactId>
-		<version>2.6.6</version>
+		<version>2.7.9</version>
 		<relativePath/> <!-- lookup parent from repository -->
 	</parent>
 
@@ -66,7 +66,7 @@
 	    <dependency>
 	        <groupId>org.webjars</groupId>
 	        <artifactId>jquery</artifactId>
-	        <version>3.4.1</version>
+	        <version>3.6.4</version>
 	    </dependency>
 		<dependency>
 			<groupId>org.webjars.bower</groupId>
@@ -82,7 +82,7 @@
 		<dependency>
 			<groupId>org.springdoc</groupId>
 			<artifactId>springdoc-openapi-ui</artifactId>
-			<version>1.5.5</version>
+			<version>1.7.0</version>
 		</dependency>
 
 		<dependency>
@@ -110,4 +110,4 @@
             </plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file
diff --git a/src/main/resources/templates/foot.html b/src/main/resources/templates/foot.html
index 09862c5..5c1ad7e 100644
--- a/src/main/resources/templates/foot.html
+++ b/src/main/resources/templates/foot.html
@@ -2,7 +2,7 @@
 	xmlns:th="http://www.thymeleaf.org">
 <div th:fragment="foot">
 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-<script th:src="@{/webjars/jquery/3.4.1/jquery.min.js} "></script>
+<script th:src="@{/webjars/jquery/3.6.4/jquery.min.js} "></script>
 <!-- Include all compiled plugins (below), or include individual files as needed -->
 <script th:src="@{/webjars/bootstrap/4.5.3/js/bootstrap.min.js}"></script>
 </div>
-- 
GitLab