Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
yerimkoko committed Jul 17, 2024
2 parents 5a7ea1c + 75ff087 commit f8f558a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

4 changes: 2 additions & 2 deletions threedollar-application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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-logback:7.10.0")
implementation 'io.sentry:sentry-spring-boot-starter-jakarta:7.12.0'
implementation("io.sentry:sentry-logback:7.12.0")
}

0 comments on commit f8f558a

Please sign in to comment.