Skip to content

Commit b611171

Browse files
authored
Merge branch 'main' into dependabot/github_actions/NHSDigital/eps-workflow-quality-checks-4.1.3
2 parents 095ebde + d5272be commit b611171

3 files changed

Lines changed: 13 additions & 12 deletions

File tree

package-lock.json

Lines changed: 9 additions & 8 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.1.0",
16-
"semantic-release": "^24.2.8"
16+
"semantic-release": "^24.2.9"
1717
},
1818
"dependencies": {
1919
"conventional-changelog-eslint": "^6.0.0"

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<maven.compiler.target>21</maven.compiler.target>
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2121
<fhir.version>7.6.1</fhir.version>
22-
<log4j.version>2.24.3</log4j.version>
22+
<log4j.version>2.25.2</log4j.version>
2323
<fasterxml.version>2.19.2</fasterxml.version>
2424
<sonar.organization>nhsdigital</sonar.organization>
2525
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
@@ -155,7 +155,7 @@
155155
<dependency>
156156
<groupId>org.mockito</groupId>
157157
<artifactId>mockito-core</artifactId>
158-
<version>5.19.0</version>
158+
<version>5.20.0</version>
159159
<scope>test</scope>
160160
</dependency>
161161
</dependencies>
@@ -202,7 +202,7 @@
202202
</plugin>
203203
<plugin>
204204
<artifactId>maven-compiler-plugin</artifactId>
205-
<version>3.14.0</version>
205+
<version>3.14.1</version>
206206
</plugin>
207207
<plugin>
208208
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)