Skip to content

Commit

Permalink
Merge branch 'master' into isolate_fhir_sync
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzy11 authored Jan 13, 2025
2 parents 1f0acf3 + 122f97e commit d0a8d88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bunsen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<scm.url>http://github.com/cerner/bunsen/tree/master/</scm.url>
<scm.connection>scm:git:git@github.com/cerner/bunsen.git</scm.connection>
<python.version>3.5.3</python.version>
<maven-javadoc.plugin.version>3.11.1</maven-javadoc.plugin.version>
<maven-javadoc.plugin.version>3.11.2</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.16</logback.version>
Expand Down Expand Up @@ -231,7 +231,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.1</version>
<version>3.11.2</version>
</plugin>

<plugin>
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-rev20241017-2.0.0</version>
<version>v1-rev20241205-2.0.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.43.0</version>
<version>2.44.1</version>
<configuration>
<pom>
<sortPom>
Expand Down

0 comments on commit d0a8d88

Please sign in to comment.