Skip to content

Commit b57e420

Browse files
committed
Migrate Jupiter dependencies
1 parent 52723fc commit b57e420

File tree

5 files changed

+13
-12
lines changed

5 files changed

+13
-12
lines changed

bunsen/bunsen-avro/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@
102102
<dependency>
103103
<groupId>org.junit.jupiter</groupId>
104104
<artifactId>junit-jupiter-api</artifactId>
105-
<version>6.0.3</version>
105+
<version>${jupiter.version}</version>
106106
<scope>test</scope>
107107
</dependency>
108108

109109
<dependency>
110110
<groupId>org.junit.jupiter</groupId>
111111
<artifactId>junit-jupiter-engine</artifactId>
112-
<version>5.10.2</version>
112+
<version>${jupiter.version}</version>
113113
<scope>test</scope>
114114
</dependency>
115115

bunsen/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<slf4j.version>2.0.17</slf4j.version>
3838
<logback.version>1.5.32</logback.version>
3939
<nullaway.annotatedPackages>com.cerner.bunsen</nullaway.annotatedPackages>
40+
<jupiter.version>6.0.3</jupiter.version>
4041
</properties>
4142

4243
<modules>
@@ -603,7 +604,7 @@
603604
<dependency>
604605
<groupId> org.apache.hadoop</groupId>
605606
<artifactId>hadoop-client</artifactId>
606-
<version>3.4.2</version>
607+
<version>3.4.3</version>
607608
</dependency>
608609

609610
</dependencies>

pipelines/batch/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2020-2025 Google LLC
4+
Copyright 2020-2026 Google LLC
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@
3535

3636
<properties>
3737
<hamcrest.version>3.0</hamcrest.version>
38-
<jackson.version>2.21.0</jackson.version>
38+
<jackson.version>2.21.1</jackson.version>
3939
<pubsub.version>v1-rev20220904-2.0.0</pubsub.version>
4040
<spark.version>2.4.8</spark.version>
4141
<maven-surefire-plugin.version>3.5.5</maven-surefire-plugin.version>

pipelines/common/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2020-2025 Google LLC
4+
Copyright 2020-2026 Google LLC
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -28,7 +28,7 @@
2828
<artifactId>common</artifactId>
2929

3030
<properties>
31-
<c3p0.version>0.11.2</c3p0.version>
31+
<c3p0.version>0.12.0</c3p0.version>
3232
<guava.version>33.5.0-jre</guava.version>
3333
</properties>
3434

@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>com.google.api-client</groupId>
5252
<artifactId>google-api-client-gson</artifactId>
53-
<version>2.8.1</version>
53+
<version>2.9.0</version>
5454
</dependency>
5555

5656
<dependency>
@@ -151,7 +151,7 @@
151151
<dependency>
152152
<groupId>org.apache.hadoop</groupId>
153153
<artifactId>hadoop-mapreduce-client-app</artifactId>
154-
<version>3.4.2</version>
154+
<version>3.4.3</version>
155155
<exclusions>
156156
<exclusion>
157157
<groupId>org.slf4j</groupId>
@@ -172,7 +172,7 @@
172172
<dependency>
173173
<groupId>org.apache.hadoop</groupId>
174174
<artifactId>hadoop-common</artifactId>
175-
<version>3.4.2</version>
175+
<version>3.4.3</version>
176176
<exclusions>
177177
<exclusion>
178178
<groupId>org.slf4j</groupId>
@@ -260,7 +260,7 @@
260260
<dependency>
261261
<groupId>org.mockito</groupId>
262262
<artifactId>mockito-junit-jupiter</artifactId>
263-
<version>5.21.0</version>
263+
<version>5.22.0</version>
264264
<scope>test</scope>
265265
</dependency>
266266
</dependencies>

pipelines/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2020-2025 Google LLC
4+
Copyright 2020-2026 Google LLC
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)