|
23 | 23 | <maven.compiler.target>${java.version}</maven.compiler.target> |
24 | 24 |
|
25 | 25 | <!-- Maven plugin versions --> |
26 | | - <maven-release-plugin.version>3.1.0</maven-release-plugin.version> |
27 | | - <maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version> |
28 | | - <maven-surefire-plugin.version>3.3.0</maven-surefire-plugin.version> |
| 26 | + <maven-release-plugin.version>3.1.1</maven-release-plugin.version> |
| 27 | + <maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version> |
| 28 | + <maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version> |
29 | 29 | <maven-failsafe-plugin.version>${maven-surefire-plugin.version}</maven-failsafe-plugin.version> |
30 | | - <jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version> |
31 | | - <docker-maven-plugin.version>0.44.0</docker-maven-plugin.version> |
| 30 | + <jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version> |
| 31 | + <docker-maven-plugin.version>0.46.0</docker-maven-plugin.version> |
32 | 32 | <checkstyle-plugin.version>3.6.0</checkstyle-plugin.version> |
33 | 33 | <checkstyle.version>10.17.0</checkstyle.version> |
34 | 34 |
|
35 | 35 | <!-- Project production dependency versions --> |
36 | | - <spring.boot.version>3.2.3</spring.boot.version> |
37 | | - <vertx.version>4.5.5</vertx.version> |
| 36 | + <spring.boot.version>3.4.4</spring.boot.version> |
| 37 | + <vertx.version>4.5.14</vertx.version> |
38 | 38 | <validation-api.version>2.0.1.Final</validation-api.version> |
39 | 39 | <commons.collections.version>4.4</commons.collections.version> |
40 | | - <commons.compress.version>1.26.0</commons.compress.version> |
| 40 | + <commons.compress.version>1.27.1</commons.compress.version> |
41 | 41 | <commons-math3.version>3.6.1</commons-math3.version> |
42 | 42 | <scram.version>2.1</scram.version> |
43 | 43 | <httpclient.version>4.5.14</httpclient.version> |
44 | | - <ipaddress.version>5.3.1</ipaddress.version> |
45 | | - <oshi.version>6.4.5</oshi.version> |
46 | | - <json-schema-validator.version>1.4.0</json-schema-validator.version> |
| 44 | + <ipaddress.version>5.5.1</ipaddress.version> |
| 45 | + <oshi.version>6.8.0</oshi.version> |
| 46 | + <json-schema-validator.version>1.5.6</json-schema-validator.version> |
47 | 47 | <jsonpatch.version>1.13</jsonpatch.version> |
48 | 48 | <psl.version>2.2.0</psl.version> |
49 | | - <metrics-influxdb.version>1.2.2</metrics-influxdb.version> |
| 49 | + <metrics-influxdb.version>1.3.4</metrics-influxdb.version> |
50 | 50 | <vertx.prometheus.version>0.16.0</vertx.prometheus.version> |
51 | 51 | <iabtcf.version>2.0.10</iabtcf.version> |
52 | 52 | <gpp-encoder.version>3.2.3</gpp-encoder.version> |
53 | | - <maxmind-client.version>2.17.0</maxmind-client.version> |
54 | | - <protobuf.version>3.25.5</protobuf.version> |
| 53 | + <maxmind-client.version>4.2.1</maxmind-client.version> |
| 54 | + <protobuf.version>3.25.6</protobuf.version> |
55 | 55 | <protoc.version>${protobuf.version}</protoc.version> |
56 | | - <json-logic.version>1.0.7</json-logic.version> |
57 | | - <aws.awssdk.version>2.26.24</aws.awssdk.version> |
| 56 | + <json-logic.version>1.0.9</json-logic.version> |
| 57 | + <aws.awssdk.version>2.31.22</aws.awssdk.version> |
| 58 | + <dropwizard-metrics.version>4.2.30</dropwizard-metrics.version> |
58 | 59 |
|
59 | 60 | <!-- Project test dependency versions --> |
60 | | - <wiremock.version>3.9.1</wiremock.version> |
61 | | - <spock.version>2.4-M4-groovy-4.0</spock.version> |
| 61 | + <wiremock.version>3.12.1</wiremock.version> |
| 62 | + <spock.version>2.4-M5-groovy-4.0</spock.version> |
62 | 63 | <!--TODO: replace with WireMock --> |
63 | 64 | <mockserver.version>5.15.0</mockserver.version> |
64 | 65 |
|
|
76 | 77 |
|
77 | 78 | <dependencyManagement> |
78 | 79 | <dependencies> |
| 80 | + <dependency> |
| 81 | + <groupId>io.vertx</groupId> |
| 82 | + <artifactId>vertx-dependencies</artifactId> |
| 83 | + <version>${vertx.version}</version> |
| 84 | + <type>pom</type> |
| 85 | + <scope>import</scope> |
| 86 | + </dependency> |
79 | 87 | <dependency> |
80 | 88 | <groupId>org.springframework.boot</groupId> |
81 | 89 | <artifactId>spring-boot-dependencies</artifactId> |
|
84 | 92 | <scope>import</scope> |
85 | 93 | </dependency> |
86 | 94 | <dependency> |
87 | | - <groupId>io.vertx</groupId> |
88 | | - <artifactId>vertx-dependencies</artifactId> |
89 | | - <version>${vertx.version}</version> |
| 95 | + <groupId>io.dropwizard.metrics</groupId> |
| 96 | + <artifactId>metrics-bom</artifactId> |
| 97 | + <version>${dropwizard-metrics.version}</version> |
90 | 98 | <type>pom</type> |
91 | 99 | <scope>import</scope> |
92 | 100 | </dependency> |
|
0 commit comments