Skip to content

Commit

Permalink
Merge pull request #97 from nhsconnect/PRMT-4321
Browse files Browse the repository at this point in the history
PRMT-4321
  • Loading branch information
martin-nhs authored Dec 15, 2023
2 parents 72f5e22 + 36912f0 commit 48b4fbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '2.7.11'
id 'org.springframework.boot' version '2.7.18'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'java'
id 'jacoco'
Expand Down Expand Up @@ -73,6 +73,7 @@ dependencies {
compileOnly 'org.projectlombok:lombok:1.18.24'
implementation 'net.logstash.logback:logstash-logback-encoder:6.4'
annotationProcessor 'org.projectlombok:lombok'

testImplementation 'org.awaitility:awaitility:4.2.0'
testImplementation 'org.springframework.boot:spring-boot-test'
testImplementation 'org.springframework.boot:spring-boot-test-autoconfigure'
Expand Down

0 comments on commit 48b4fbc

Please sign in to comment.