Skip to content

Commit 0514357

Browse files
Bump org.springframework.boot from 3.3.5 to 3.4.1 in /service (#1035)
* Bump org.springframework.boot from 3.3.5 to 3.4.1 in /service Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.3.5 to 3.4.1. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.5...v3.4.1) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Upgrade to Mongo 4 in integration tests Following on from 97fc371 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adrian Clay <[email protected]>
1 parent 97fc371 commit 0514357

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '3.3.5'
2+
id 'org.springframework.boot' version '3.4.1'
33
id 'io.spring.dependency-management' version '1.1.7'
44
id 'java'
55
id "checkstyle"

service/src/intTest/java/uk/nhs/adaptors/gp2gp/testcontainers/MongoDbContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@Slf4j
88
public final class MongoDbContainer extends GenericContainer<MongoDbContainer> {
99
public static final int MONGODB_PORT = 27017;
10-
public static final String DEFAULT_IMAGE_AND_TAG = "mongo:3.6.23";
10+
public static final String DEFAULT_IMAGE_AND_TAG = "mongo:4.0.28";
1111
private static MongoDbContainer container;
1212

1313
private MongoDbContainer() {

0 commit comments

Comments
 (0)