diff --git a/ci/images/releasescripts/pom.xml b/ci/images/releasescripts/pom.xml index 05bd6dde8e9..94b08ffd23b 100644 --- a/ci/images/releasescripts/pom.xml +++ b/ci/images/releasescripts/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.2.0.RELEASE + 2.2.4.RELEASE io.spring.concourse.releasescripts diff --git a/ci/images/releasescripts/src/main/java/io/spring/concourse/releasescripts/Application.java b/ci/images/releasescripts/src/main/java/io/spring/concourse/releasescripts/Application.java index 7e6495b96c2..9a4c7cb9d46 100644 --- a/ci/images/releasescripts/src/main/java/io/spring/concourse/releasescripts/Application.java +++ b/ci/images/releasescripts/src/main/java/io/spring/concourse/releasescripts/Application.java @@ -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. @@ -18,8 +18,10 @@ package io.spring.concourse.releasescripts; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; +import org.springframework.boot.context.properties.ConfigurationPropertiesScan; @SpringBootApplication +@ConfigurationPropertiesScan public class Application { public static void main(String[] args) {