Skip to content

Commit cda7c68

Browse files
committed
Merge pull request #25412 from dreis2211
* gh-25412: Update Testcontainers image versions Closes gh-25412
2 parents 5f0d724 + 101d88a commit cda7c68

File tree

1 file changed

+5
-5
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-test-support/src/main/java/org/springframework/boot/testsupport/testcontainers

1 file changed

+5
-5
lines changed

spring-boot-project/spring-boot-tools/spring-boot-test-support/src/main/java/org/springframework/boot/testsupport/testcontainers/DockerImageNames.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2020 the original author or authors.
2+
* Copyright 2012-2021 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -26,17 +26,17 @@
2626
*/
2727
public final class DockerImageNames {
2828

29-
private static final String CASSANDRA_VERSION = "3.11.2";
29+
private static final String CASSANDRA_VERSION = "3.11.10";
3030

3131
private static final String COUCHBASE_VERSION = "6.5.1";
3232

33-
private static final String MONGO_VERSION = "4.0.10";
33+
private static final String MONGO_VERSION = "4.0.23";
3434

3535
private static final String NEO4J_VERSION = "3.5.0";
3636

37-
private static final String POSTGRESQL_VERSION = "9.6.12";
37+
private static final String POSTGRESQL_VERSION = "9.6.21";
3838

39-
private static final String REDIS_VERSION = "4.0.6";
39+
private static final String REDIS_VERSION = "4.0.14";
4040

4141
private DockerImageNames() {
4242
}

0 commit comments

Comments
 (0)