mirror of
https://gitee.com/dcren/initializr.git
synced 2025-12-20 03:49:58 +08:00
Upgrade test infrastructure to more recent Spring Boot versions
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user