Skip to content

Commit 0ef96cd

Browse files
authored
Merge branch 'master' into dependabot/maven/org.apache.parquet-parquet-avro-1.16.0
2 parents c10043d + 903480f commit 0ef96cd

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

bunsen/bunsen-avro/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<plugin>
122122
<groupId>org.apache.maven.plugins</groupId>
123123
<artifactId>maven-surefire-plugin</artifactId>
124-
<version>3.5.4</version>
124+
<version>3.5.5</version>
125125
</plugin>
126126
</plugins>
127127
</build>

bunsen/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<maven-javadoc.plugin.version>3.12.0</maven-javadoc.plugin.version>
3636
<maven-project-info-reports.plugin.version>3.9.0</maven-project-info-reports.plugin.version>
3737
<slf4j.version>2.0.17</slf4j.version>
38-
<logback.version>1.5.31</logback.version>
38+
<logback.version>1.5.32</logback.version>
3939
<nullaway.annotatedPackages>com.cerner.bunsen</nullaway.annotatedPackages>
4040
</properties>
4141

@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>com.fasterxml.jackson.core</groupId>
9191
<artifactId>jackson-core</artifactId>
92-
<version>2.21.0</version>
92+
<version>2.21.1</version>
9393
</dependency>
9494

9595
<dependency>
@@ -319,13 +319,13 @@
319319
<plugin>
320320
<groupId>org.apache.maven.plugins</groupId>
321321
<artifactId>maven-surefire-plugin</artifactId>
322-
<version>3.5.4</version>
322+
<version>3.5.5</version>
323323
</plugin>
324324

325325
<plugin>
326326
<groupId>org.apache.maven.plugins</groupId>
327327
<artifactId>maven-surefire-report-plugin</artifactId>
328-
<version>3.5.4</version>
328+
<version>3.5.5</version>
329329
</plugin>
330330

331331
<plugin>
@@ -603,7 +603,7 @@
603603
<dependency>
604604
<groupId> org.apache.hadoop</groupId>
605605
<artifactId>hadoop-client</artifactId>
606-
<version>3.4.2</version>
606+
<version>3.4.3</version>
607607
</dependency>
608608

609609
</dependencies>

pipelines/batch/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
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>
41-
<maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
41+
<maven-surefire-plugin.version>3.5.5</maven-surefire-plugin.version>
4242
<nemo.version>0.1</nemo.version>
4343
<flink.artifact.name>beam-runners-flink-1.14</flink.artifact.name>
4444
<mysql.driver.version>9.6.0</mysql.driver.version>
45-
<postgresql.version>42.7.9</postgresql.version>
45+
<postgresql.version>42.7.10</postgresql.version>
4646

4747
</properties>
4848

pipelines/common/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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,13 +50,13 @@
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>
5757
<groupId>com.google.auth</groupId>
5858
<artifactId>google-auth-library-oauth2-http</artifactId>
59-
<version>1.42.1</version>
59+
<version>1.43.0</version>
6060
</dependency>
6161

6262
<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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<bunsen.version>0.5.14-SNAPSHOT</bunsen.version>
4444
<junit.version>4.13.2</junit.version>
4545
<slf4j.version>2.0.17</slf4j.version>
46-
<logback.version>1.5.31</logback.version>
46+
<logback.version>1.5.32</logback.version>
4747
<hapi.fhir.version>7.6.1</hapi.fhir.version>
4848
<hamcrest.version>3.0</hamcrest.version>
4949
<mockito.version>5.2.0</mockito.version>
@@ -229,7 +229,7 @@
229229
<dependency>
230230
<groupId>com.fasterxml.jackson.core</groupId>
231231
<artifactId>jackson-core</artifactId>
232-
<version>2.21.0</version>
232+
<version>2.21.1</version>
233233
</dependency>
234234

235235
<dependency>
@@ -265,7 +265,7 @@
265265
</plugin>
266266
<plugin>
267267
<artifactId>maven-surefire-plugin</artifactId>
268-
<version>3.5.4</version>
268+
<version>3.5.5</version>
269269
</plugin>
270270
<!--
271271
Configures `mvn package` to produce a bundled jar ("fat jar") for runners

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
<plugin>
170170
<groupId>com.diffplug.spotless</groupId>
171171
<artifactId>spotless-maven-plugin</artifactId>
172-
<version>3.1.0</version>
172+
<version>3.2.1</version>
173173
<configuration>
174174
<pom>
175175
<sortPom>

0 commit comments

Comments
 (0)