Skip to content

Commit fb56a10

Browse files
committed
Merge branch '3.4.x' into 3.5.x
Closes gh-47145
2 parents 9924cb8 + 11cbb6a commit fb56a10

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.boot.test.autoconfigure.web.client;
17+
package org.springframework.boot.web.client;
1818

1919
import org.junit.jupiter.api.Test;
2020

21-
import org.springframework.boot.web.client.RestTemplateBuilder;
2221
import org.springframework.test.web.client.MockRestServiceServer;
2322
import org.springframework.web.client.RestClient;
2423
import org.springframework.web.client.RestClient.Builder;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.boot.test.autoconfigure.web.client;
17+
package org.springframework.boot.web.client;
1818

1919
import org.junit.jupiter.api.Test;
2020

0 commit comments

Comments
 (0)