Skip to content

Commit 54bb4e7

Browse files
Net-burstRitesh Ghodrao
authored andcommitted
Dependencies: Bump core component versions (prebid#3906)
1 parent fa7c2ea commit 54bb4e7

8 files changed

Lines changed: 380 additions & 432 deletions

File tree

.mvn/wrapper/maven-wrapper.jar

-58.5 KB
Binary file not shown.

.mvn/wrapper/maven-wrapper.properties

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
66
# "License"); you may not use this file except in compliance
77
# with the License. You may obtain a copy of the License at
88
#
9-
# https://www.apache.org/licenses/LICENSE-2.0
9+
# http://www.apache.org/licenses/LICENSE-2.0
1010
#
1111
# Unless required by applicable law or agreed to in writing,
1212
# software distributed under the License is distributed on an
1313
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.6/apache-maven-3.8.6-bin.zip
18-
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar
17+
wrapperVersion=3.3.2
18+
distributionType=only-script
19+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip

extra/modules/fiftyone-devicedetection/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<description>51Degrees Device Detection module</description>
1515

1616
<properties>
17-
<fiftyone-device-detection.version>4.4.94</fiftyone-device-detection.version>
17+
<fiftyone-device-detection.version>4.4.226</fiftyone-device-detection.version>
1818
</properties>
1919

2020
<dependencies>

extra/modules/greenbids-real-time-data/pom.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,29 @@
1212
<name>greenbids-real-time-data</name>
1313
<description>Greenbids Real Time Data</description>
1414

15+
<properties>
16+
<uap-java.version>1.6.1</uap-java.version>
17+
<onnxruntime.version>1.21.0</onnxruntime.version>
18+
<google-cloud-storage.version>2.50.0</google-cloud-storage.version>
19+
</properties>
20+
1521
<dependencies>
1622
<dependency>
1723
<groupId>com.github.ua-parser</groupId>
1824
<artifactId>uap-java</artifactId>
19-
<version>1.6.1</version>
25+
<version>${uap-java.version}</version>
2026
</dependency>
2127

2228
<dependency>
2329
<groupId>com.microsoft.onnxruntime</groupId>
2430
<artifactId>onnxruntime</artifactId>
25-
<version>1.20.0</version>
31+
<version>${onnxruntime.version}</version>
2632
</dependency>
2733

2834
<dependency>
2935
<groupId>com.google.cloud</groupId>
3036
<artifactId>google-cloud-storage</artifactId>
31-
<version>2.48.0</version>
37+
<version>${google-cloud-storage.version}</version>
3238
<exclusions>
3339
<exclusion>
3440
<groupId>commons-logging</groupId>

extra/pom.xml

Lines changed: 29 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -23,42 +23,43 @@
2323
<maven.compiler.target>${java.version}</maven.compiler.target>
2424

2525
<!-- 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>
2929
<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>
3232
<checkstyle-plugin.version>3.6.0</checkstyle-plugin.version>
3333
<checkstyle.version>10.17.0</checkstyle.version>
3434

3535
<!-- 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>
3838
<validation-api.version>2.0.1.Final</validation-api.version>
3939
<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>
4141
<commons-math3.version>3.6.1</commons-math3.version>
4242
<scram.version>2.1</scram.version>
4343
<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>
4747
<jsonpatch.version>1.13</jsonpatch.version>
4848
<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>
5050
<vertx.prometheus.version>0.16.0</vertx.prometheus.version>
5151
<iabtcf.version>2.0.10</iabtcf.version>
5252
<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>
5555
<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>
5859

5960
<!-- 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>
6263
<!--TODO: replace with WireMock -->
6364
<mockserver.version>5.15.0</mockserver.version>
6465

@@ -76,6 +77,13 @@
7677

7778
<dependencyManagement>
7879
<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>
7987
<dependency>
8088
<groupId>org.springframework.boot</groupId>
8189
<artifactId>spring-boot-dependencies</artifactId>
@@ -84,9 +92,9 @@
8492
<scope>import</scope>
8593
</dependency>
8694
<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>
9098
<type>pom</type>
9199
<scope>import</scope>
92100
</dependency>

0 commit comments

Comments
 (0)