We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19ba08 commit c61cd00Copy full SHA for c61cd00
.blueprint/update-spring-boot/generator.ts
@@ -43,7 +43,7 @@ export default class UpdateSpringBootGenerator extends BaseApplicationGenerator
43
},
44
async download() {
45
const response = await fetch(
46
- `${this.repository}org/springframework/boot/spring-boot-dependencies/${this.version}/spring-boot-dependencies-${this.version}.pom`,
+ `${this.repository}/org/springframework/boot/spring-boot-dependencies/${this.version}/spring-boot-dependencies-${this.version}.pom`,
47
);
48
49
if (!response.ok) throw new Error(`Unexpected response ${response.statusText}`);
0 commit comments