Skip to content

Commit

Permalink
#414: update some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Ohr committed Sep 28, 2023
1 parent fdc603b commit 02d5882
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
7 changes: 5 additions & 2 deletions dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<gpg-plugin-version>1.6</gpg-plugin-version>
<bouncycastle-version>1.75</bouncycastle-version>
<brave-version>5.16.0</brave-version>
<camel-version>4.0.0-RC1</camel-version>
<camel-version>4.0.0-RC2</camel-version>
<cxf-version>4.0.2</cxf-version>
<commons-io-version>2.13.0</commons-io-version>
<equinox-app.version>1.3.200-v20130910-1609</equinox-app.version>
<equinox-common.version>3.6.200-v20130402-1505</equinox-common.version>
<gazelle-hl7v3-jar-version>1.3.7</gazelle-hl7v3-jar-version>
<groovy-version>4.0.12</groovy-version>
<groovy-version>4.0.13</groovy-version>
<hapi-version>2.3</hapi-version>
<hapi-fhir-version>6.6.2</hapi-fhir-version>
<herasaf-version>3.0.2</herasaf-version>
Expand All @@ -26,6 +26,9 @@
<jaxb-version>4.0.3</jaxb-version>
<jakarta-jwsapi-version>3.0.0</jakarta-jwsapi-version>
<jdom-version>2.0.6.1</jdom-version>
<kotlin.dokka.version>1.8.10</kotlin.dokka.version>
<kotlin.version>1.9.0</kotlin.version>
<kotlin.logging.version>3.0.5</kotlin.logging.version>
<methanol-version>1.7.0</methanol-version>
<ph-schematron-version>5.6.5</ph-schematron-version>
<ph-commons-version>9.5.5</ph-commons-version>
Expand Down
6 changes: 0 additions & 6 deletions modules/hl7-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@
<version>5.0-SNAPSHOT</version>
</parent>

<properties>
<kotlin.dokka.version>1.8.10</kotlin.dokka.version>
<kotlin.version>1.8.10</kotlin.version>
<kotlin.logging.version>3.0.5</kotlin.logging.version>
</properties>

<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand Down

0 comments on commit 02d5882

Please sign in to comment.