Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2023
1 parent 22eed5c commit 5a45b8b
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions cqf-ruler-r4-sandbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>org.opencds.cqf</groupId>
<artifactId>cqf-ruler-r4</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
<type>war</type>
</dependency>
</dependencies>
Expand All @@ -28,7 +28,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.3.1</version>
<version>3.4.0</version>
<configuration>
<overlays>
<overlay>
Expand Down
8 changes: 4 additions & 4 deletions cql-elm-translation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>10.3</version>
<version>10.9</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
<version>2.15.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.castor</groupId>
Expand All @@ -108,7 +108,7 @@
<dependency>
<groupId>org.codehaus.castor</groupId>
<artifactId>castor-jdo</artifactId>
<version>1.3.3-rc1</version>
<version>1.3.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.codehaus.castor</groupId>
Expand Down Expand Up @@ -155,7 +155,7 @@
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
<version>4.0.3</version>
<version>4.9.10</version>
</plugin>
</plugins>
</build>
Expand Down
8 changes: 4 additions & 4 deletions cql-elm-wrapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>3.0.0</version>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>3.0.0</version>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
Expand Down Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>info.cqframework</groupId>
<artifactId>cql-formatter</artifactId>
<version>1.5.1</version>
<version>1.5.12</version>
</dependency>
</dependencies>
<build>
Expand All @@ -102,7 +102,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.12.0</version>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
Expand Down
12 changes: 6 additions & 6 deletions hapi-fhir-jpaserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,17 +111,17 @@
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap</artifactId>
<version>3.3.7</version>
<version>3.4.1</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>Eonasdan-bootstrap-datetimepicker</artifactId>
<version>4.17.47</version>
<version>4.17.49</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>font-awesome</artifactId>
<version>5.15.1</version>
<version>5.15.4</version>
</dependency>
<dependency>
<groupId>org.webjars.bower</groupId>
Expand All @@ -141,12 +141,12 @@
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>jquery</artifactId>
<version>3.5.1</version>
<version>3.7.1</version>
</dependency>
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>moment</artifactId>
<version>2.27.0</version>
<version>2.29.4</version>
</dependency>

</dependencies>
Expand All @@ -168,7 +168,7 @@
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
<version>4.0.3</version>
<version>4.9.10</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion mapping-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
<version>4.0.3</version>
<version>4.9.10</version>
</plugin>
</plugins>
</build>
Expand Down
4 changes: 2 additions & 2 deletions mat-fhir-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>eclipselink</artifactId>
<version>2.7.7</version>
<version>2.7.14</version>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.jpa.modelgen.processor</artifactId>
<version>2.7.7</version>
<version>2.7.14</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions mat-fhir-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>org.opencds.cqf</groupId>
<artifactId>r4</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -78,7 +78,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.13.1</version>
<version>1.17.1</version>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
Expand Down Expand Up @@ -186,7 +186,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<version>3.2.3</version>
<configuration>
<argLine>
--illegal-access=permit
Expand All @@ -212,7 +212,7 @@
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
<version>4.0.3</version>
<version>4.9.10</version>
</plugin>
</plugins>
</build>
Expand Down
12 changes: 6 additions & 6 deletions mat-server-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<name>mat-server-commons</name>

<properties>
<jackson.version>2.12.1</jackson.version>
<jackson.version>2.16.0</jackson.version>
</properties>
<dependencies>
<dependency>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
<version>1.7.36</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
<version>2.15.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand All @@ -59,7 +59,7 @@
<dependency>
<groupId>org.codehaus.castor</groupId>
<artifactId>castor-jdo</artifactId>
<version>1.3.3-rc1</version>
<version>1.3.3-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>javax.persistence</groupId>
Expand All @@ -76,7 +76,7 @@
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>10.3</version>
<version>10.9</version>
</dependency>

<dependency>
Expand All @@ -96,7 +96,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.14</version>
<version>2.7.18</version>
<relativePath/>
</parent>
<groupId>gov.cms.mat</groupId>
Expand All @@ -18,10 +18,10 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<mat.microservices.version>0.0.1-SNAPSHOT</mat.microservices.version>
<hapi.fhir.version>5.0.2</hapi.fhir.version>
<swagger.version>1.5.4</swagger.version>
<hapi.fhir.version>5.7.9</hapi.fhir.version>
<swagger.version>1.7.0</swagger.version>
<commons.collections.version>4.4</commons.collections.version>
<cqframework.version>1.5.4</cqframework.version>
<cqframework.version>1.5.12</cqframework.version>
</properties>

<dependencies>
Expand All @@ -38,12 +38,12 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>3.0.0</version>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>3.0.0</version>
<version>3.0.2</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -138,7 +138,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.23</version>
<version>8.0.33</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 5a45b8b

Please sign in to comment.