From a5f821a0073269539f0465c91e783291d929c1d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 20:54:08 +0000 Subject: [PATCH 1/3] Bump io.sentry:sentry-logback from 7.10.0 to 7.12.0 Bumps [io.sentry:sentry-logback](https://github.com/getsentry/sentry-java) from 7.10.0 to 7.12.0. - [Release notes](https://github.com/getsentry/sentry-java/releases) - [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-java/compare/7.10.0...7.12.0) --- updated-dependencies: - dependency-name: io.sentry:sentry-logback dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- threedollar-application/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threedollar-application/build.gradle b/threedollar-application/build.gradle index 47e28d5..8b51dee 100644 --- a/threedollar-application/build.gradle +++ b/threedollar-application/build.gradle @@ -24,5 +24,5 @@ dependencies { // Sentry implementation 'io.sentry:sentry-spring-boot-starter-jakarta:7.11.0' - implementation("io.sentry:sentry-logback:7.10.0") + implementation("io.sentry:sentry-logback:7.12.0") } From 0fa91fbec321278e585f040d6be583ece60a72cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 20:53:38 +0000 Subject: [PATCH 2/3] Bump gradle/gradle-build-action from 3.4.2 to 3.5.0 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 3.4.2 to 3.5.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/66535aaf56f831b35e3a8481c9c99b665b84dd45...ac2d340dc04d9e1113182899e983b5400c17cda1) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 82abe6a..a0e96f1 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -35,7 +35,7 @@ jobs: run: chmod +x ./gradlew - name: Build with Gradle - uses: gradle/gradle-build-action@66535aaf56f831b35e3a8481c9c99b665b84dd45 + uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 with: arguments: build From 75ff0870e7089d5b8bd1590745618d73b1c09879 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 14:59:54 +0000 Subject: [PATCH 3/3] Bump io.sentry:sentry-spring-boot-starter-jakarta from 7.11.0 to 7.12.0 Bumps [io.sentry:sentry-spring-boot-starter-jakarta](https://github.com/getsentry/sentry-java) from 7.11.0 to 7.12.0. - [Release notes](https://github.com/getsentry/sentry-java/releases) - [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-java/compare/7.11.0...7.12.0) --- updated-dependencies: - dependency-name: io.sentry:sentry-spring-boot-starter-jakarta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- threedollar-application/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threedollar-application/build.gradle b/threedollar-application/build.gradle index 8b51dee..c44c032 100644 --- a/threedollar-application/build.gradle +++ b/threedollar-application/build.gradle @@ -23,6 +23,6 @@ dependencies { implementation("com.google.code.findbugs:jsr305:${findBugsJsr305Version}") // Sentry - implementation 'io.sentry:sentry-spring-boot-starter-jakarta:7.11.0' + implementation 'io.sentry:sentry-spring-boot-starter-jakarta:7.12.0' implementation("io.sentry:sentry-logback:7.12.0") }