Skip to content

Commit

Permalink
Bump Sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
schnapster committed Dec 18, 2024
1 parent 9881c08 commit cfdc17c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
}

group = "dev.capybaralabs.shipa"
version = "0.7.2"
version = "0.7.3"

allprojects {
java {
Expand Down
6 changes: 3 additions & 3 deletions gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ io.prometheus:prometheus-metrics-core:1.3.3=apiDependenciesMetadata,compileClass
io.prometheus:prometheus-metrics-exposition-formats:1.3.3=runtimeClasspath,testRuntimeClasspath
io.prometheus:prometheus-metrics-model:1.3.3=apiDependenciesMetadata,compileClasspath,implementationDependenciesMetadata,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
io.prometheus:prometheus-metrics-tracer-common:1.3.3=apiDependenciesMetadata,compileClasspath,implementationDependenciesMetadata,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
io.sentry:sentry-bom:7.18.1=apiDependenciesMetadata,compileClasspath,implementationDependenciesMetadata,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
io.sentry:sentry-kotlin-extensions:7.18.1=compileClasspath,implementationDependenciesMetadata,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
io.sentry:sentry:7.18.1=compileClasspath,implementationDependenciesMetadata,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
io.sentry:sentry-bom:7.19.0=apiDependenciesMetadata,compileClasspath,implementationDependenciesMetadata,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
io.sentry:sentry-kotlin-extensions:7.19.0=compileClasspath,implementationDependenciesMetadata,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
io.sentry:sentry:7.19.0=compileClasspath,implementationDependenciesMetadata,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
jakarta.annotation:jakarta.annotation-api:2.1.1=apiDependenciesMetadata,compileClasspath,implementationDependenciesMetadata,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
org.apache.logging.log4j:log4j-api:2.24.1=apiDependenciesMetadata,compileClasspath,implementationDependenciesMetadata,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
org.apache.logging.log4j:log4j-to-slf4j:2.24.1=apiDependenciesMetadata,compileClasspath,implementationDependenciesMetadata,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ springBootVersion=[3.4.0, 3.5[
testloggerVersion=[4.0.0, 5.0[
sonarVersion=[6.0.1.5171, 7.0[

sentryVersion=7.18.1
sentryVersion=7.19.0
saltyCoffeeVersion=[1.0.5, 2.0[
mockitoKotlinVersion=[5.0.0, 6.0[

0 comments on commit cfdc17c

Please sign in to comment.