Skip to content

Commit

Permalink
Merge pull request #173 from Health-Education-England/chore/upgradeSe…
Browse files Browse the repository at this point in the history
…ntry

chore: upgrade sentry
  • Loading branch information
Judge40 committed Mar 27, 2024
2 parents c27b1a2 + 506da57 commit 374811a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "uk.nhs.tis.trainee"
version = "0.23.2"
version = "0.23.3"

configurations {
compileOnly {
Expand Down Expand Up @@ -50,7 +50,7 @@ dependencies {

// Sentry reporting
val sentryVersion = "7.6.0"
implementation("io.sentry:sentry-spring-boot-starter:$sentryVersion")
implementation("io.sentry:sentry-spring-boot-starter-jakarta:$sentryVersion")
implementation("io.sentry:sentry-logback:$sentryVersion")

// Amazon SQS
Expand Down

0 comments on commit 374811a

Please sign in to comment.