Skip to content

Commit 1515f9f

Browse files
Update dependency io.sentry:sentry-spring-boot-starter-jakarta to v8.34.1 (#288)
* Update Gradle to v9.4.0 * Update dependency io.sentry:sentry-spring-boot-starter-jakarta to v8.34.1 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Anthony Britton <anthony.britton@digital.justice.gov.uk>
1 parent f866099 commit 1515f9f

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM eclipse-temurin:21-jdk-jammy AS builder
1+
FROM --platform=$BUILDPLATFORM eclipse-temurin:25-jdk-jammy AS builder
22

33
ARG BUILD_NUMBER
44
ENV BUILD_NUMBER=${BUILD_NUMBER:-1_0_0}

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ configurations {
1818
val ehcacheVersion = "3.11.1"
1919
val hibernateJcacheVersion = "7.2.6.Final"
2020
val hmppsKotlinVersion = "1.8.2"
21-
val sentryVersion = "8.33.0"
21+
val sentryVersion = "8.34.1"
2222
val springDocVersion = "2.8.16"
2323
val sqsStarterVersion = "5.6.3"
2424
val testContainersVersion = "1.21.4"

gradle/wrapper/gradle-wrapper.jar

2.73 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)