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 6, 2025
2 parents a3068a1 + f1a7bce commit a543f25
Show file tree
Hide file tree
Showing 2 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 @@ -25,7 +25,7 @@

<properties>
<compile.source>11</compile.source>
<hapi.fhir.version>7.6.0</hapi.fhir.version>
<hapi.fhir.version>7.6.1</hapi.fhir.version>
<avro.version>1.12.0</avro.version>
<junit.version>4.13.2</junit.version>
<hamcrest.version>3.0</hamcrest.version>
Expand All @@ -35,7 +35,7 @@
<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.12</logback.version>
<logback.version>1.5.16</logback.version>
</properties>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions pipelines/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
<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.12</logback.version>
<hapi.fhir.version>7.6.0</hapi.fhir.version>
<logback.version>1.5.16</logback.version>
<hapi.fhir.version>7.6.1</hapi.fhir.version>
<hamcrest.version>3.0</hamcrest.version>
<mockito.version>5.2.0</mockito.version>
<jcommander.version>1.82</jcommander.version>
Expand Down

0 comments on commit a543f25

Please sign in to comment.