Bump deps

This commit is contained in:
crschnick
2024-09-20 17:54:31 +00:00
parent 9334af49ae
commit 5a9945fb90
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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"
+1 -1
View File
@@ -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
View File
@@ -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/
+1 -1
View File
@@ -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