Upgrade test dependencies

This commit is contained in:
Eleftheria Stein
2021-10-19 14:04:34 +02:00
parent f96e05dc47
commit de1f2fc60e
3 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014-2019 the original author or authors.
* Copyright 2014-2021 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.
@@ -137,7 +137,7 @@ final class DatabaseContainers {
private static class MySql8Container extends MySQLContainer<MySql8Container> {
MySql8Container() {
super("mysql:8.0.25");
super("mysql:8.0.27");
}
@Override