mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +00:00
Final fixes [release]
This commit is contained in:
parent
5e1b5fa0d2
commit
aaa0c199fd
3 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
2
dist/build.gradle
vendored
2
dist/build.gradle
vendored
|
@ -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'
|
||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
|||
10.2-14
|
||||
10.2
|
||||
|
|
Loading…
Reference in a new issue