mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-08 02:21:06 +00:00
Bump deps
This commit is contained in:
+2
-2
@@ -52,10 +52,10 @@ dependencies {
|
||||
api files("$rootDir/gradle/gradle_scripts/vernacular-1.16.jar")
|
||||
api 'org.bouncycastle:bcprov-jdk18on:1.78.1'
|
||||
api 'info.picocli:picocli:4.7.6'
|
||||
api ('org.kohsuke:github-api:1.324') {
|
||||
api ('org.kohsuke:github-api:1.326') {
|
||||
exclude group: 'org.apache.commons', module: 'commons-lang3'
|
||||
}
|
||||
api 'org.apache.commons:commons-lang3:3.16.0'
|
||||
api 'org.apache.commons:commons-lang3:3.17.0'
|
||||
api 'io.sentry:sentry:7.14.0'
|
||||
api 'commons-io:commons-io:2.16.1'
|
||||
api group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.17.2"
|
||||
|
||||
Vendored
+1
-1
@@ -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.13.1'
|
||||
id 'org.jreleaser' version '1.14.0'
|
||||
id("com.netflix.nebula.ospackage") version "11.10.0"
|
||||
id 'org.gradle.crypto.checksum' version '1.4.0'
|
||||
id 'signing'
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
name=Commons Lang
|
||||
version=3.16.0
|
||||
version=3.17.0
|
||||
license=Apache License 2.0
|
||||
link=https://commons.apache.org/proper/commons-lang/
|
||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
name=Java API for GitHub
|
||||
version=1.324
|
||||
version=1.326
|
||||
license=MIT License
|
||||
link=https://github.com/hub4j/github-api
|
||||
Reference in New Issue
Block a user