Upgrade test infrastructure to more recent Spring Boot versions

This commit is contained in:
Stephane Nicoll
2020-11-27 15:28:10 +01:00
parent 9514753cc7
commit 54d104e2e2
83 changed files with 248 additions and 228 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2019 the original author or authors.
* Copyright 2012-2020 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.
@@ -64,7 +64,7 @@ class MavenResolverDependencyManagementVersionResolverTests {
@Test
void snapshotBomCanBeResolved() {
Map<String, String> versions = this.resolver.resolve("org.springframework.boot", "spring-boot-dependencies",
"2.2.0.BUILD-SNAPSHOT");
"2.4.0-SNAPSHOT");
assertThat(versions).isNotEmpty();
}