Update integration tests

This commit updates TestContainers dependency and versions of Docker images used in integration tests.
This commit is contained in:
Vedran Pavic
2018-01-02 21:20:26 +01:00
parent 2fccca1158
commit c4daeff3d8
15 changed files with 33 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014-2017 the original author or authors.
* Copyright 2014-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -55,7 +55,7 @@ import org.springframework.web.socket.sockjs.client.WebSocketTransport;
@ContextConfiguration(initializers = ApplicationTests.Initializer.class)
public class ApplicationTests {
private static final String DOCKER_IMAGE = "redis:4.0.2";
private static final String DOCKER_IMAGE = "redis:4.0.6";
@ClassRule
public static GenericContainer redisContainer = new GenericContainer(DOCKER_IMAGE)