diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition/ConditionalOnProperty.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition/ConditionalOnProperty.java index 1923e348f4..a40d909395 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition/ConditionalOnProperty.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition/ConditionalOnProperty.java @@ -75,7 +75,8 @@ import org.springframework.core.env.Environment; *

* This condition cannot be reliably used for matching collection properties. For example, * in the following configuration, the condition matches if {@code spring.example.values} - * is present in the {@link Environment} but does not match if {@code spring.example.values[0]} is present. + * is present in the {@link Environment} but does not match if + * {@code spring.example.values[0]} is present. * *

  * @ConditionalOnProperty(prefix = "spring", name = "example.values")
diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml
index 8b7268b9e3..17c1c36c5b 100644
--- a/spring-boot-project/spring-boot-dependencies/pom.xml
+++ b/spring-boot-project/spring-boot-dependencies/pom.xml
@@ -166,7 +166,7 @@
 		1.2.2.RELEASE
 		5.1.0.BUILD-SNAPSHOT
 		Apple-SR3
-		3.0.2.RELEASE
+		3.0.3.RELEASE
 		3.23.1
 		3.1.0
 		${javax-mail.version}