Skip to content

Commit

Permalink
Bumping versions
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-builds committed Mar 20, 2024
1 parent ff7f755 commit 3eb6937
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ static class TestConfig {

@Bean
public Http2ClientCustomizer customizer() {
return builder -> builder
.proxy(ProxySelector.of(new InetSocketAddress("localhost", 1234)));
return builder -> builder.proxy(ProxySelector.of(new InetSocketAddress("localhost", 1234)));
}

}
Expand Down

0 comments on commit 3eb6937

Please sign in to comment.