Skip to content

Commit

Permalink
Upgrade Dependencies in 4.9.0 #2698
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
  • Loading branch information
prb112 committed Aug 17, 2021
1 parent 39c322f commit 56c1540
Showing 1 changed file with 50 additions and 5 deletions.
55 changes: 50 additions & 5 deletions fhir-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,16 @@
<version>2.3.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
<version>1.2.2</version>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>2.3.3</version>
</dependency>
<dependency>
<groupId>io.openliberty</groupId>
<artifactId>openliberty-runtime</artifactId>
Expand Down Expand Up @@ -268,20 +278,50 @@
<!-- Used by COS in fhir-bucket and bulkdata -->
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.1</version>
<version>2.12.3</version>
</dependency>
<dependency>
<!-- Used by COS in fhir-bucket and bulkdata -->
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.12.3</version>
</dependency>
<dependency>
<!-- Used by COS in fhir-bucket and bulkdata -->
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.12.3</version>
</dependency>
<dependency>
<!-- Used by COS in fhir-bucket and bulkdata -->
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-scala_2.12</artifactId>
<version>2.12.1</version>
<version>2.12.3</version>
</dependency>
<dependency>
<!-- Used by COS in fhir-bucket and bulkdata -->
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-cbor</artifactId>
<version>2.12.1</version>
</dependency>
<dependency>
<!-- Used by COS in fhir-bucket and bulkdata -->
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.12.3</version>
</dependency>
<dependency>
<!-- used by postgres and janus graph -->
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.10.0</version>
</dependency>
<dependency>
<!-- used by fhir-provider and commons-text -->
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
Expand Down Expand Up @@ -312,6 +352,11 @@
<artifactId>httpcore</artifactId>
<version>4.4.14</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore-nio</artifactId>
<version>4.4.14</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
Expand Down Expand Up @@ -408,7 +453,7 @@
<dependency>
<groupId>com.ibm.cos</groupId>
<artifactId>ibm-cos-java-sdk</artifactId>
<version>2.9.0</version>
<version>2.10.1</version>
</dependency>
<dependency>
<groupId>com.github.stephenc.jcip</groupId>
Expand Down Expand Up @@ -524,12 +569,12 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<version>1.2.5</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.2.3</version>
<version>1.2.5</version>
</dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
Expand Down

0 comments on commit 56c1540

Please sign in to comment.