Skip to content

Commit 2bb4278

Browse files
committed
Use Framework's ResolvableType
Replace accidental use of Lettuce's class of the same name. Closes gh-45561
1 parent e1ec866 commit 2bb4278

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/health/AbstractCompositeHealthContributorConfigurationTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2023 the original author or authors.
2+
* Copyright 2012-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -20,9 +20,9 @@
2020
import java.util.LinkedHashMap;
2121
import java.util.Map;
2222

23-
import io.lettuce.core.dynamic.support.ResolvableType;
2423
import org.junit.jupiter.api.Test;
2524

25+
import org.springframework.core.ResolvableType;
2626
import org.springframework.util.ClassUtils;
2727

2828
import static org.assertj.core.api.Assertions.assertThat;

0 commit comments

Comments
 (0)