diff --git a/pom.xml b/pom.xml
index c72890d9a02ad1d9b50a2ebe4128dcbd2867ab80..0e72a4bbf2964021050101289487a4ede042b2af 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 09862c57d51506aed8b3eb53dcaef05d9baab38a..5c1ad7e99c20902757c94ca557af81b49c52a41c 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>