Skip to content

Commit 1673782

Browse files
authored
Merge d858319 into b03edbb
2 parents b03edbb + d858319 commit 1673782

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/spring-boot-4-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
springboot-version: [ '4.0.0-M1', '4.0.0-M2', '4.0.0-M3' ]
22+
springboot-version: [ '4.0.0' ]
2323

2424
name: Spring Boot ${{ matrix.springboot-version }}
2525
env:

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)