Skip to content

Commit bca93eb

Browse files
authored
Merge Dependabot PRs that pass the build (#1577)
1 parent 8434457 commit bca93eb

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

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.18</logback.version>
38+
<logback.version>1.5.31</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.19.0</version>
92+
<version>2.21.0</version>
9393
</dependency>
9494

9595
<dependency>
@@ -215,7 +215,7 @@
215215
<plugin>
216216
<groupId>org.apache.maven.plugins</groupId>
217217
<artifactId>maven-compiler-plugin</artifactId>
218-
<version>3.14.1</version>
218+
<version>3.15.0</version>
219219
</plugin>
220220

221221
<plugin>
@@ -284,7 +284,7 @@
284284

285285
<plugin>
286286
<artifactId>maven-dependency-plugin</artifactId>
287-
<version>3.9.0</version>
287+
<version>3.10.0</version>
288288
</plugin>
289289

290290
<plugin>
@@ -296,7 +296,7 @@
296296
<plugin>
297297
<groupId>net.alchim31.maven</groupId>
298298
<artifactId>scala-maven-plugin</artifactId>
299-
<version>4.9.2</version>
299+
<version>4.9.9</version>
300300
<executions>
301301
<execution>
302302
<id>scala-compile-first</id>

pipelines/batch/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535

3636
<properties>
3737
<hamcrest.version>3.0</hamcrest.version>
38-
<jackson.version>2.20.1</jackson.version>
38+
<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>
4141
<maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
4242
<nemo.version>0.1</nemo.version>
4343
<flink.artifact.name>beam-runners-flink-1.14</flink.artifact.name>
44-
<mysql.driver.version>9.5.0</mysql.driver.version>
44+
<mysql.driver.version>9.6.0</mysql.driver.version>
4545
<postgresql.version>42.7.9</postgresql.version>
4646

4747
</properties>

pipelines/common/pom.xml

Lines changed: 2 additions & 2 deletions
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.41.0</version>
59+
<version>1.42.1</version>
6060
</dependency>
6161

6262
<dependency>
@@ -127,7 +127,7 @@
127127
<dependency>
128128
<groupId>commons-codec</groupId>
129129
<artifactId>commons-codec</artifactId>
130-
<version>1.20.0</version>
130+
<version>1.21.0</version>
131131
<scope>runtime</scope>
132132
</dependency>
133133

pipelines/pom.xml

Lines changed: 4 additions & 4 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.18</logback.version>
46+
<logback.version>1.5.31</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.19.0</version>
232+
<version>2.21.0</version>
233233
</dependency>
234234

235235
<dependency>
@@ -261,7 +261,7 @@
261261
</plugin>
262262
<plugin>
263263
<artifactId>maven-compiler-plugin</artifactId>
264-
<version>3.14.1</version>
264+
<version>3.15.0</version>
265265
</plugin>
266266
<plugin>
267267
<artifactId>maven-surefire-plugin</artifactId>
@@ -357,7 +357,7 @@
357357
<plugin>
358358
<groupId>org.codehaus.mojo</groupId>
359359
<artifactId>exec-maven-plugin</artifactId>
360-
<version>3.6.2</version>
360+
<version>3.6.3</version>
361361
</plugin>
362362
</plugins>
363363
</pluginManagement>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<plugin>
9191
<groupId>org.apache.maven.plugins</groupId>
9292
<artifactId>maven-compiler-plugin</artifactId>
93-
<version>3.14.1</version>
93+
<version>3.15.0</version>
9494
<configuration>
9595
<fork>true</fork>
9696
<parameters>true</parameters>

0 commit comments

Comments
 (0)