Skip to content

Commit

Permalink
v3.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveregger committed Aug 13, 2024
1 parent 6780474 commit 10f162f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024/08/13 Release 3.8.10

- upgrade graphql to fix [CVE-2024-40094](https://github.com/ahdis/matchbox/security/code-scanning/83)

2024/07/10 Release 3.8.9

- add support for dateTime [#243](https://github.com/ahdis/matchbox/issues/243)
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.8.9</version>
<version>3.8.10</version>
</parent>

<artifactId>matchbox-engine</artifactId>
Expand Down
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.8.9",
"version": "3.8.10",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion 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.8.9</version>
<version>3.8.10</version>
</parent>

<artifactId>matchbox-server</artifactId>
Expand Down
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>health.matchbox</groupId>
<artifactId>matchbox</artifactId>
<version>3.8.9</version>
<version>3.8.10</version>
<packaging>pom</packaging>
<name>matchbox</name>
<description>An open-source implementation to support testing and implementation of FHIR based solutions and map or
Expand Down Expand Up @@ -220,6 +220,12 @@
</exclusion>
</exclusions>
</dependency>
<!-- https://github.com/ahdis/matchbox/security/code-scanning/83 -->
<dependency>
<groupId>com.graphql-java</groupId>
<artifactId>graphql-java</artifactId>
<version>21.5</version>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-jpaserver-mdm</artifactId>
Expand Down

0 comments on commit 10f162f

Please sign in to comment.