Skip to content

Commit

Permalink
Merge branch 'master' into common-module-junit5
Browse files Browse the repository at this point in the history
  • Loading branch information
chandrashekar-s authored Nov 5, 2024
2 parents 7c9ff9d + 5eb6819 commit b8519ef
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions bunsen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
<scm.url>http://github.com/cerner/bunsen/tree/master/</scm.url>
<scm.connection>scm:git:[email protected]/cerner/bunsen.git</scm.connection>
<python.version>3.5.3</python.version>
<maven-javadoc.plugin.version>3.10.1</maven-javadoc.plugin.version>
<maven-javadoc.plugin.version>3.11.1</maven-javadoc.plugin.version>
<maven-project-info-reports.plugin.version>3.8.0</maven-project-info-reports.plugin.version>
<slf4j.version>2.0.16</slf4j.version>
<logback.version>1.5.11</logback.version>
<logback.version>1.5.12</logback.version>
</properties>

<modules>
Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.18.0</version>
<version>2.18.1</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -225,7 +225,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.1</version>
</plugin>

<plugin>
Expand Down Expand Up @@ -274,7 +274,7 @@

<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.8.0</version>
<version>3.8.1</version>
</plugin>

<plugin>
Expand Down Expand Up @@ -309,13 +309,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
</plugin>

<plugin>
Expand Down
4 changes: 2 additions & 2 deletions pipelines/batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@

<properties>
<hamcrest.version>3.0</hamcrest.version>
<jackson.version>2.18.0</jackson.version>
<jackson.version>2.18.1</jackson.version>
<pubsub.version>v1-rev20220904-2.0.0</pubsub.version>
<spark.version>2.4.8</spark.version>
<maven-surefire-plugin.version>3.5.1</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
<nemo.version>0.1</nemo.version>
<flink.artifact.name>beam-runners-flink-1.14</flink.artifact.name>
<mysql.driver.version>8.0.16</mysql.driver.version>
Expand Down
2 changes: 1 addition & 1 deletion pipelines/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-healthcare</artifactId>
<version>v1-rev20240822-2.0.0</version>
<version>v1-rev20241009-2.0.0</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions pipelines/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<bunsen.version>0.5.14-SNAPSHOT</bunsen.version>
<junit.version>4.13.2</junit.version>
<slf4j.version>2.0.16</slf4j.version>
<logback.version>1.5.11</logback.version>
<logback.version>1.5.12</logback.version>
<hapi.fhir.version>7.2.2</hapi.fhir.version>
<hamcrest.version>3.0</hamcrest.version>
<mockito.version>5.2.0</mockito.version>
Expand Down Expand Up @@ -231,7 +231,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.18.0</version>
<version>2.18.1</version>
</dependency>
</dependencies>

Expand All @@ -255,7 +255,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
</plugin>
<!--
Configures `mvn package` to produce a bundled jar ("fat jar") for runners
Expand Down

0 comments on commit b8519ef

Please sign in to comment.