1 Commits

Author SHA1 Message Date
10ed7a77d2 chore(deps): update dependency org.springframework.boot:spring-boot-starter-web to v4
All checks were successful
continuous-integration/drone/pr Build is passing
2026-03-19 14:11:25 +00:00

View File

@@ -18,14 +18,14 @@
<dependency> <dependency>
<groupId>org.apache.logging.log4j</groupId> <groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId> <artifactId>log4j-core</artifactId>
<version>2.25.4</version> <version>2.25.3</version>
</dependency> </dependency>
<!-- Web Dependencies --> <!-- Web Dependencies -->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>
<version>3.5.11</version> <version>4.0.4</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>