Compare commits

..

1 Commits

+2 -2
View File
@@ -18,7 +18,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.26.0</version>
<version>2.25.3</version>
</dependency>
<!-- Web Dependencies -->
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
<version>3.5.11</version>
<version>3.5.15</version>
</dependency>
<!-- Security and Auth -->