Skip to content

Commit e9aa548

Browse files
authored
Bump Spring Boot 4 to GA version (#4923)
* bump spring boot 4 * remove removed method from test
1 parent b03edbb commit e9aa548

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ retrofit = "2.9.0"
3232
slf4j = "1.7.30"
3333
springboot2 = "2.7.18"
3434
springboot3 = "3.5.0"
35-
springboot4 = "4.0.0-RC2"
35+
springboot4 = "4.0.0"
3636
# Android
3737
targetSdk = "34"
3838
compileSdk = "34"

sentry-spring-boot-4/src/test/kotlin/io/sentry/spring/boot4/SentrySpanRestClientCustomizerTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ class SentrySpanRestClientCustomizerTest {
8989
.disableAutomaticRetries() // Required to not make another request automatically
9090
.build()
9191
val requestFactory = HttpComponentsClientHttpRequestFactory(httpClient)
92-
requestFactory.setConnectTimeout(Duration.ofSeconds(2))
9392
requestFactory.setConnectionRequestTimeout(Duration.ofSeconds(2))
9493
it.requestFactory(requestFactory)
9594
}

0 commit comments

Comments
 (0)