Skip to content

Commit

Permalink
Final fixes [release]
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick committed Jul 26, 2024
1 parent 5e1b5fa commit aaa0c19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
exclude group: 'org.apache.commons', module: 'commons-lang3'
}
api 'org.apache.commons:commons-lang3:3.15.0'
api 'io.sentry:sentry:7.12.0'
api 'io.sentry:sentry:7.12.1'
api 'commons-io:commons-io:2.16.1'
api group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.17.2"
api group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: "2.17.2"
Expand Down
2 changes: 1 addition & 1 deletion dist/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
plugins {
id 'org.beryx.jlink' version '3.0.1'
id "org.asciidoctor.jvm.convert" version "4.0.3"
id 'org.jreleaser' version '1.12.0'
id 'org.jreleaser' version '1.13.1'
id("com.netflix.nebula.ospackage") version "11.9.1"
id 'org.gradle.crypto.checksum' version '1.4.0'
id 'signing'
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.2-14
10.2

0 comments on commit aaa0c19

Please sign in to comment.