|
33 | 33 | <dependency> |
34 | 34 | <groupId>io.dropwizard</groupId> |
35 | 35 | <artifactId>dropwizard-dependencies</artifactId> |
36 | | - <version>3.0.13</version> |
| 36 | + <version>4.0.13</version> |
37 | 37 | <type>pom</type> |
38 | 38 | <scope>import</scope> |
39 | 39 | </dependency> |
|
47 | 47 | <dependency> |
48 | 48 | <groupId>com.google.inject</groupId> |
49 | 49 | <artifactId>guice-bom</artifactId> |
50 | | - <version>6.0.0</version> |
| 50 | + <version>7.0.0</version> |
51 | 51 | <scope>import</scope> |
52 | 52 | <type>pom</type> |
53 | 53 | </dependency> |
|
74 | 74 | <dependency> |
75 | 75 | <groupId>io.dropwizard</groupId> |
76 | 76 | <artifactId>dropwizard-core</artifactId> |
77 | | - <exclusions> |
78 | | - <exclusion> |
79 | | - <groupId>jakarta.inject</groupId> |
80 | | - <artifactId>jakarta.inject-api</artifactId> |
81 | | - </exclusion> |
82 | | - </exclusions> |
83 | 77 | </dependency> |
84 | 78 | <dependency> |
85 | 79 | <groupId>io.dropwizard</groupId> |
|
96 | 90 | <dependency> |
97 | 91 | <groupId>com.google.inject</groupId> |
98 | 92 | <artifactId>guice</artifactId> |
99 | | - <exclusions> |
100 | | - <exclusion> |
101 | | - <groupId>jakarta.inject</groupId> |
102 | | - <artifactId>jakarta.inject-api</artifactId> |
103 | | - </exclusion> |
104 | | - </exclusions> |
105 | 93 | </dependency> |
106 | 94 | <dependency> |
107 | 95 | <groupId>com.google.inject.extensions</groupId> |
|
144 | 132 | </dependency> |
145 | 133 | <dependency> |
146 | 134 | <groupId>io.prometheus</groupId> |
147 | | - <artifactId>simpleclient_servlet</artifactId> |
| 135 | + <artifactId>simpleclient_servlet_jakarta</artifactId> |
148 | 136 | <version>${prometheus.version}</version> |
149 | 137 | </dependency> |
150 | 138 | <dependency> |
|
154 | 142 | </dependency> |
155 | 143 | <dependency> |
156 | 144 | <groupId>com.vladmihalcea</groupId> |
157 | | - <artifactId>hibernate-types-55</artifactId> |
| 145 | + <artifactId>hibernate-types-60</artifactId> |
158 | 146 | <version>2.21.1</version> |
159 | 147 | </dependency> |
160 | 148 | <dependency> |
|
164 | 152 | </dependency> |
165 | 153 | <dependency> |
166 | 154 | <groupId>uk.gov.service.payments</groupId> |
167 | | - <artifactId>utils</artifactId> |
| 155 | + <artifactId>utils-dropwizard-4</artifactId> |
168 | 156 | <version>${pay-java-commons.version}</version> |
169 | 157 | </dependency> |
170 | 158 | <dependency> |
171 | 159 | <groupId>uk.gov.service.payments</groupId> |
172 | | - <artifactId>model</artifactId> |
| 160 | + <artifactId>model-dropwizard-4</artifactId> |
173 | 161 | <version>${pay-java-commons.version}</version> |
174 | 162 | </dependency> |
175 | 163 | <dependency> |
176 | 164 | <groupId>uk.gov.service.payments</groupId> |
177 | | - <artifactId>logging-dropwizard-3</artifactId> |
| 165 | + <artifactId>logging-dropwizard-4</artifactId> |
178 | 166 | <version>${pay-java-commons.version}</version> |
179 | 167 | </dependency> |
180 | 168 | <dependency> |
|
258 | 246 | </dependency> |
259 | 247 | <dependency> |
260 | 248 | <groupId>uk.gov.service.payments</groupId> |
261 | | - <artifactId>testing</artifactId> |
| 249 | + <artifactId>testing-dropwizard-4</artifactId> |
262 | 250 | <version>${pay-java-commons.version}</version> |
263 | 251 | <scope>test</scope> |
264 | 252 | </dependency> |
|
381 | 369 | </plugin> |
382 | 370 | <plugin> |
383 | 371 | <groupId>io.swagger.core.v3</groupId> |
384 | | - <artifactId>swagger-maven-plugin</artifactId> |
| 372 | + <artifactId>swagger-maven-plugin-jakarta</artifactId> |
385 | 373 | <version>${swagger-version}</version> |
386 | 374 | <configuration> |
387 | 375 | <outputPath>openapi</outputPath> |
|
0 commit comments