Skip to content

Commit

Permalink
#301 Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveregger committed Oct 24, 2024
1 parent 5e3e97b commit b1eb764
Show file tree
Hide file tree
Showing 10 changed files with 4,341 additions and 61 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2024/10/24 Release 3.9.5
2024/10/24 Release 3.9.5 & Release 3.9.6

- Updated dependencies [#301](https://github.com/ahdis/matchbox/issues/301)

Expand Down
2 changes: 1 addition & 1 deletion matchbox-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>matchbox</artifactId>
<groupId>health.matchbox</groupId>
<version>3.9.5</version>
<version>3.9.6</version>
</parent>

<artifactId>matchbox-engine</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions matchbox-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion matchbox-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matchbox",
"version": "3.9.5",
"version": "3.9.6",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
22 changes: 2 additions & 20 deletions matchbox-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>matchbox</artifactId>
<groupId>health.matchbox</groupId>
<version>3.9.5</version>
<version>3.9.6</version>
</parent>

<artifactId>matchbox-server</artifactId>
Expand Down Expand Up @@ -40,7 +40,7 @@
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</exclusion>
</exclusions>
</exclusions>
</dependency>

<!-- This dependency includes the JPA server itself, which is packaged separately from the rest of HAPI FHIR -->
Expand All @@ -51,24 +51,6 @@
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-jpaserver-base</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-jcl</artifactId>
</exclusion>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
<exclusion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
<exclusion>
<groupId>com.zaxxer</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
Expand Down
Loading

0 comments on commit b1eb764

Please sign in to comment.