|
92 | 92 | <!-- logging --> |
93 | 93 | <logback-classic.version>1.6.3</logback-classic.version> |
94 | 94 | <log4j.version>2.26.1</log4j.version> |
95 | | - <slf4j.version>2.0.18</slf4j.version> |
| 95 | + <slf4j.version>2.0.19</slf4j.version> |
96 | 96 |
|
97 | 97 | <!-- communication --> |
98 | 98 | <commons-email.version>1.6.0</commons-email.version> |
|
108 | 108 |
|
109 | 109 | <!-- Server --> |
110 | 110 | <undertow.version>2.4.3.Final</undertow.version> |
111 | | - <jetty.version>12.1.12</jetty.version> |
112 | | - <netty.version>4.2.17.Final</netty.version> |
113 | | - <vertx.version>5.1.7</vertx.version> |
| 111 | + <jetty.version>12.1.13</jetty.version> |
| 112 | + <netty.version>4.2.18.Final</netty.version> |
| 113 | + <vertx.version>5.1.8</vertx.version> |
114 | 114 |
|
115 | 115 | <!--OpenAPI--> |
116 | 116 | <swagger.version>2.2.55</swagger.version> |
|
146 | 146 | <commons-io.version>2.22.0</commons-io.version> |
147 | 147 |
|
148 | 148 | <!-- Kotlin --> |
149 | | - <kotlin.version>2.4.10</kotlin.version> |
| 149 | + <kotlin.version>2.4.20</kotlin.version> |
150 | 150 | <kotlinx-coroutines-core.version>1.11.0</kotlinx-coroutines-core.version> |
151 | 151 |
|
152 | 152 | <!-- Test dependencies --> |
|
173 | 173 | <maven-antrun-plugin.version>3.2.0</maven-antrun-plugin.version> |
174 | 174 | <maven-archetype-plugin.version>3.2.0</maven-archetype-plugin.version> |
175 | 175 | <maven-assembly-plugin.version>3.8.0</maven-assembly-plugin.version> |
176 | | - <maven-tiles-plugin.version>2.45</maven-tiles-plugin.version> |
| 176 | + <maven-tiles-plugin.version>2.45.1</maven-tiles-plugin.version> |
177 | 177 | <maven-compiler-plugin.version>3.16.0</maven-compiler-plugin.version> |
178 | 178 | <maven-core.version>3.9.16</maven-core.version> |
179 | 179 | <maven-enforcer-plugin.version>3.6.3</maven-enforcer-plugin.version> |
180 | 180 | <maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version> |
181 | 181 | <maven-jar-plugin.version>3.5.1</maven-jar-plugin.version> |
182 | 182 | <maven-javadoc-plugin.version>3.12.0</maven-javadoc-plugin.version> |
183 | 183 | <archetype-packaging.version>3.2.1</archetype-packaging.version> |
184 | | - <maven-plugin-annotations.version>3.15.2</maven-plugin-annotations.version> |
| 184 | + <maven-plugin-annotations.version>3.16.0</maven-plugin-annotations.version> |
185 | 185 | <maven-plugin-api.version>3.9.16</maven-plugin-api.version> |
186 | | - <maven-plugin-plugin.version>3.15.2</maven-plugin-plugin.version> |
| 186 | + <maven-plugin-plugin.version>3.16.0</maven-plugin-plugin.version> |
187 | 187 | <maven-project.version>2.2.1</maven-project.version> |
188 | 188 | <maven-resources-plugin.version>3.5.0</maven-resources-plugin.version> |
189 | 189 | <maven-shade-plugin.version>3.6.2</maven-shade-plugin.version> |
|
1599 | 1599 | <plugin> |
1600 | 1600 | <groupId>com.diffplug.spotless</groupId> |
1601 | 1601 | <artifactId>spotless-maven-plugin</artifactId> |
1602 | | - <version>3.10.1</version> |
| 1602 | + <version>3.10.2</version> |
1603 | 1603 | <configuration> |
1604 | 1604 | <upToDateChecking> |
1605 | 1605 | <enabled>true</enabled> |
|
0 commit comments