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 committed Jun 17, 2021
1 parent ff07682 commit 8ee6058
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 26 deletions.
6 changes: 3 additions & 3 deletions cql-elm-translation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>10.3</version>
<version>10.5</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.castor</groupId>
Expand Down Expand Up @@ -145,7 +145,7 @@
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
<version>4.0.3</version>
<version>4.0.5</version>
</plugin>
</plugins>
</build>
Expand Down
6 changes: 3 additions & 3 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.1</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>3.0.0</version>
<version>3.0.1</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.3</version>
</dependency>
</dependencies>
<build>
Expand Down
10 changes: 5 additions & 5 deletions hapi-fhir-jpaserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap</artifactId>
<version>3.3.7</version>
<version>3.4.1</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
Expand All @@ -111,7 +111,7 @@
<dependency>
<groupId>org.webjars</groupId>
<artifactId>font-awesome</artifactId>
<version>5.15.1</version>
<version>5.15.3</version>
</dependency>
<dependency>
<groupId>org.webjars.bower</groupId>
Expand All @@ -131,12 +131,12 @@
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>jquery</artifactId>
<version>3.5.1</version>
<version>3.6.0</version>
</dependency>
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>moment</artifactId>
<version>2.27.0</version>
<version>2.29.1</version>
</dependency>

</dependencies>
Expand All @@ -158,7 +158,7 @@
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
<version>4.0.3</version>
<version>4.0.5</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 @@ -71,7 +71,7 @@
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
<version>4.0.3</version>
<version>4.0.5</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.9</version>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.jpa.modelgen.processor</artifactId>
<version>2.7.7</version>
<version>2.7.9</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion mat-fhir-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
<version>4.0.3</version>
<version>4.0.5</version>
</plugin>
</plugins>
</build>
Expand Down
8 changes: 4 additions & 4 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.12.3</jackson.version>
</properties>
<dependencies>
<dependency>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>10.3</version>
<version>10.5</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.4.2</version>
<version>2.5.1</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.4.1</hapi.fhir.version>
<swagger.version>1.5.9</swagger.version>
<commons.collections.version>4.4</commons.collections.version>
<cqframework.version>1.5.2</cqframework.version>
<cqframework.version>1.5.3</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.1</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>3.0.0</version>
<version>3.0.1</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.25</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 8ee6058

Please sign in to comment.