|
72 | 72 | <!-- data --> |
73 | 73 | <HikariCP.version>6.3.0</HikariCP.version> |
74 | 74 | <log4jdbc.version>1.2</log4jdbc.version> |
75 | | - <hibernate.version>6.6.18.Final</hibernate.version> |
| 75 | + <hibernate.version>6.6.19.Final</hibernate.version> |
76 | 76 | <ebean.version>15.11.0</ebean.version> |
77 | 77 | <jdbi.version>3.49.5</jdbi.version> |
78 | 78 | <flyway.version>11.8.2</flyway.version> |
|
89 | 89 |
|
90 | 90 | <!-- logging --> |
91 | 91 | <logback-classic.version>1.5.18</logback-classic.version> |
92 | | - <log4j.version>2.24.3</log4j.version> |
| 92 | + <log4j.version>2.25.0</log4j.version> |
93 | 93 | <slf4j.version>2.0.17</slf4j.version> |
94 | 94 |
|
95 | 95 | <!-- communication --> |
96 | 96 | <commons-email.version>1.6.0</commons-email.version> |
97 | 97 |
|
98 | 98 | <!-- util --> |
99 | | - <metrics.version>4.2.32</metrics.version> |
| 99 | + <metrics.version>4.2.33</metrics.version> |
100 | 100 |
|
101 | 101 | <!-- jboss modules --> |
102 | 102 | <jboss-modules.version>2.1.6.Final</jboss-modules.version> |
|
110 | 110 | <netty.version>4.2.2.Final</netty.version> |
111 | 111 |
|
112 | 112 | <!--OpenAPI--> |
113 | | - <swagger.version>2.2.33</swagger.version> |
114 | | - <swagger-parser.version>2.1.29</swagger-parser.version> |
| 113 | + <swagger.version>2.2.34</swagger.version> |
| 114 | + <swagger-parser.version>2.1.30</swagger-parser.version> |
115 | 115 | <redoc.version>2.0.0-rc.20</redoc.version> |
116 | 116 |
|
117 | 117 | <!-- SSL --> |
|
142 | 142 | <commons-io.version>2.19.0</commons-io.version> |
143 | 143 |
|
144 | 144 | <!-- Kotlin --> |
145 | | - <kotlin.version>2.1.21</kotlin.version> |
| 145 | + <kotlin.version>2.2.0</kotlin.version> |
146 | 146 | <kotlinx-coroutines-core.version>1.10.2</kotlinx-coroutines-core.version> |
147 | 147 | <kotlin.compiler.incremental>true</kotlin.compiler.incremental> |
148 | 148 |
|
149 | 149 | <!-- Test dependencies --> |
150 | 150 | <jacoco.version>0.8.13</jacoco.version> |
151 | | - <junit.version>5.13.1</junit.version> |
| 151 | + <junit.version>5.13.2</junit.version> |
152 | 152 | <rest-assured.version>5.5.5</rest-assured.version> |
153 | 153 | <assertj-core.version>3.27.3</assertj-core.version> |
154 | 154 | <mockito.version>5.18.0</mockito.version> |
|
167 | 167 | <maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version> |
168 | 168 | <maven-archetype-plugin.version>3.2.0</maven-archetype-plugin.version> |
169 | 169 | <maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version> |
170 | | - <maven-tiles-plugin.version>2.40</maven-tiles-plugin.version> |
| 170 | + <maven-tiles-plugin.version>2.41</maven-tiles-plugin.version> |
171 | 171 | <maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version> |
172 | 172 | <maven-core.version>3.9.10</maven-core.version> |
173 | 173 | <maven-deploy-plugin.version>3.1.4</maven-deploy-plugin.version> |
|
0 commit comments