Skip to content

Commit e13ca8c

Browse files
committed
Merge branch 'aea-4506-communal-qc' of github.com:NHSDigital/eps-FHIR-validator-lambda into aea-4506-communal-qc
2 parents 92dde48 + 948d684 commit e13ca8c

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@semantic-release/changelog": "^6.0.3",
1515
"@semantic-release/release-notes-generator": "^14.0.1",
16-
"semantic-release": "^24.1.3"
16+
"semantic-release": "^24.2.0"
1717
},
1818
"dependencies": {
1919
"conventional-changelog-eslint": "^6.0.0"

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2121
<fhir.version>7.4.5</fhir.version>
2222
<log4j.version>2.24.1</log4j.version>
23-
<fasterxml.version>2.18.0</fasterxml.version>
23+
<fasterxml.version>2.18.1</fasterxml.version>
2424
<sonar.organization>nhsdigital</sonar.organization>
2525
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
2626
<aspectj.version>1.9.22.1</aspectj.version>
@@ -197,7 +197,7 @@
197197
</plugin>
198198
<plugin>
199199
<artifactId>maven-dependency-plugin</artifactId>
200-
<version>3.8.0</version>
200+
<version>3.8.1</version>
201201
</plugin>
202202
<plugin>
203203
<artifactId>maven-compiler-plugin</artifactId>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ requests = "^2.32.3"
2828
flake8 = "^7.1.1"
2929
pip-licenses = "^4.5.1"
3030
pre-commit = "^3.5.0"
31-
cfn-lint = "^1.18.1"
31+
cfn-lint = "^1.18.2"
3232

3333
[tool.poetry.scripts]
3434

0 commit comments

Comments
 (0)