|
17 | 17 | <parent> |
18 | 18 | <groupId>org.springframework.boot</groupId> |
19 | 19 | <artifactId>spring-boot-starter-parent</artifactId> |
20 | | - <version>3.5.5</version> |
| 20 | + <version>4.0.1</version> |
21 | 21 | </parent> |
22 | 22 |
|
23 | 23 | <dependencies> |
|
36 | 36 | <dependency> |
37 | 37 | <groupId>org.springframework.boot</groupId> |
38 | 38 | <artifactId>spring-boot-starter-web</artifactId> |
39 | | - <version>3.5.5</version> |
| 39 | + <version>4.0.1</version> |
40 | 40 | </dependency> |
41 | 41 | <dependency> |
42 | 42 | <groupId>org.springframework.boot</groupId> |
43 | 43 | <artifactId>spring-boot-starter-security</artifactId> |
44 | | - <version>3.5.5</version> |
| 44 | + <version>4.0.1</version> |
45 | 45 | </dependency> |
46 | 46 | <dependency> |
47 | 47 | <groupId>org.springframework.boot</groupId> |
|
69 | 69 | <dependency> |
70 | 70 | <groupId>org.junit.jupiter</groupId> |
71 | 71 | <artifactId>junit-jupiter-api</artifactId> |
72 | | - <version>5.13.4</version> |
| 72 | + <version>6.0.1</version> |
73 | 73 | <scope>test</scope> |
74 | 74 | </dependency> |
75 | 75 | <dependency> |
76 | 76 | <groupId>org.junit.jupiter</groupId> |
77 | 77 | <artifactId>junit-jupiter-engine</artifactId> |
78 | | - <version>5.13.4</version> |
| 78 | + <version>6.0.1</version> |
79 | 79 | <scope>test</scope> |
80 | 80 | </dependency> |
81 | 81 | <dependency> |
82 | 82 | <groupId>org.springframework.boot</groupId> |
83 | 83 | <artifactId>spring-boot-starter-test</artifactId> |
84 | | - <version>3.5.5</version> |
| 84 | + <version>4.0.1</version> |
85 | 85 | <scope>test</scope> |
86 | 86 | </dependency> |
87 | 87 | <dependency> |
|
106 | 106 | <dependency> |
107 | 107 | <groupId>org.springframework.boot</groupId> |
108 | 108 | <artifactId>spring-boot-starter-mail</artifactId> |
109 | | - <version>3.5.5</version> |
| 109 | + <version>4.0.1</version> |
110 | 110 | </dependency> |
111 | 111 | <!-- Dependency for reading and writing WebP images --> |
112 | 112 | <dependency> |
|
118 | 118 | <dependency> |
119 | 119 | <groupId>org.springdoc</groupId> |
120 | 120 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> |
121 | | - <version>2.8.11</version> |
| 121 | + <version>3.0.1</version> |
122 | 122 | </dependency> |
123 | 123 | </dependencies> |
124 | 124 |
|
|
0 commit comments