Skip to content

Commit

Permalink
Merge pull request #3246 from 1c-syntax/dependabot/gradle/io.sentry-s…
Browse files Browse the repository at this point in the history
…entry-bom-7.5.0

build(deps): bump io.sentry:sentry-bom from 7.4.0 to 7.5.0
  • Loading branch information
nixel2007 authored Mar 5, 2024
2 parents 43eb57a + 9a99779 commit b13823d
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 @@ -56,7 +56,7 @@ val languageToolVersion = "6.1"

dependencyManagement {
imports {
mavenBom("io.sentry:sentry-bom:7.4.0")
mavenBom("io.sentry:sentry-bom:7.5.0")
}
}

Expand Down Expand Up @@ -120,7 +120,7 @@ dependencies {
implementation("com.contrastsecurity", "java-sarif", "2.0")

// Sentry
implementation("io.sentry:sentry-spring-boot-starter")
implementation("io.sentry:sentry-spring-boot-starter-jakarta")
implementation("io.sentry:sentry-logback")

// CONSTRAINTS
Expand Down

0 comments on commit b13823d

Please sign in to comment.