Merge branch '3.5.x'

Closes gh-47146
This commit is contained in:
Andy Wilkinson 2025-09-10 12:51:51 +01:00
commit d0c742bc7b
2 changed files with 2 additions and 3 deletions

View File

@ -14,11 +14,10 @@
* limitations under the License.
*/
package org.springframework.boot.test.autoconfigure.web.client;
package org.springframework.boot.restclient;
import org.junit.jupiter.api.Test;
import org.springframework.boot.restclient.RestTemplateBuilder;
import org.springframework.test.web.client.MockRestServiceServer;
import org.springframework.web.client.RestClient;
import org.springframework.web.client.RestClient.Builder;

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.test.autoconfigure.web.client;
package org.springframework.boot.restclient;
import org.junit.jupiter.api.Test;