|
5 | 5 | <parent> |
6 | 6 | <groupId>org.springframework.boot</groupId> |
7 | 7 | <artifactId>spring-boot-starter-parent</artifactId> |
8 | | - <version>3.5.7</version> |
| 8 | + <version>3.5.12</version> |
9 | 9 | <relativePath/> <!-- lookup parent from repository --> |
10 | 10 | </parent> |
11 | 11 |
|
|
52 | 52 | <dependency> |
53 | 53 | <groupId>io.github.classgraph</groupId> |
54 | 54 | <artifactId>classgraph</artifactId> |
55 | | - <version>4.8.181</version> |
| 55 | + <version>4.8.184</version> |
56 | 56 | </dependency> |
57 | 57 |
|
58 | 58 |
|
|
61 | 61 | <dependency> |
62 | 62 | <groupId>commons-validator</groupId> |
63 | 63 | <artifactId>commons-validator</artifactId> |
64 | | - <version>1.10.0</version> |
| 64 | + <version>1.10.1</version> |
65 | 65 | <exclusions> |
66 | 66 | <exclusion> |
67 | 67 | <groupId>commons-collections</groupId> |
|
78 | 78 | <dependency> |
79 | 79 | <groupId>org.springdoc</groupId> |
80 | 80 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> |
81 | | - <version>2.8.14</version> |
| 81 | + <version>2.8.16</version> |
82 | 82 | </dependency> |
83 | 83 |
|
84 | 84 | <!-- Testing --> |
|
115 | 115 | <dependency> |
116 | 116 | <groupId>org.testcontainers</groupId> |
117 | 117 | <artifactId>testcontainers</artifactId> |
118 | | - <version>2.0.2</version> |
| 118 | + <version>2.0.4</version> |
119 | 119 | <scope>test</scope> |
120 | 120 | <exclusions> |
121 | 121 | <exclusion> |
|
137 | 137 | <dependency> |
138 | 138 | <groupId>org.testcontainers</groupId> |
139 | 139 | <artifactId>testcontainers-junit-jupiter</artifactId> |
140 | | - <version>2.0.2</version> |
| 140 | + <version>2.0.4</version> |
141 | 141 | <scope>test</scope> |
142 | 142 | </dependency> |
143 | 143 | <dependency> |
144 | 144 | <groupId>org.testcontainers</groupId> |
145 | 145 | <artifactId>testcontainers-postgresql</artifactId> |
146 | | - <version>2.0.2</version> |
| 146 | + <version>2.0.4</version> |
147 | 147 | <scope>test</scope> |
148 | 148 | </dependency> |
149 | 149 | </dependencies> |
|
153 | 153 | <plugin> |
154 | 154 | <groupId>org.apache.maven.plugins</groupId> |
155 | 155 | <artifactId>maven-compiler-plugin</artifactId> |
156 | | - <version>3.14.1</version> |
| 156 | + <version>3.15.0</version> |
157 | 157 | <configuration> |
158 | 158 | <source>${java.version}</source> |
159 | 159 | <target>${java.version}</target> |
|
195 | 195 | <dependency> |
196 | 196 | <groupId>com.puppycrawl.tools</groupId> |
197 | 197 | <artifactId>checkstyle</artifactId> |
198 | | - <version>11.1.0</version> |
| 198 | + <version>13.3.0</version> |
199 | 199 | </dependency> |
200 | 200 | <dependency> |
201 | 201 | <groupId>it.aboutbits</groupId> |
202 | 202 | <artifactId>java-checkstyle-config</artifactId> |
203 | | - <version>1.0.1</version> |
| 203 | + <version>1.1.0</version> |
204 | 204 | </dependency> |
205 | 205 | </dependencies> |
206 | 206 | </plugin> |
|
0 commit comments