Skip to content

Commit 74c87f3

Browse files
authored
Merge in Dependabot PRs Passing the CI Build (#1586)
1 parent bca93eb commit 74c87f3

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
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: 4 additions & 4 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>

pipelines/batch/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
<jackson.version>2.21.0</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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
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>

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)