From 5a9945fb9055e1aaac8f71be65d55eb63e315596 Mon Sep 17 00:00:00 2001 From: crschnick Date: Fri, 20 Sep 2024 17:54:31 +0000 Subject: [PATCH] Bump deps --- app/build.gradle | 4 ++-- dist/build.gradle | 2 +- dist/licenses/commons-lang.properties | 2 +- dist/licenses/github-api.properties | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0160355de..b7fdfcf1b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" diff --git a/dist/build.gradle b/dist/build.gradle index c09852abb..84eefcea9 100644 --- a/dist/build.gradle +++ b/dist/build.gradle @@ -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' diff --git a/dist/licenses/commons-lang.properties b/dist/licenses/commons-lang.properties index 7c09cfa09..9929c584d 100644 --- a/dist/licenses/commons-lang.properties +++ b/dist/licenses/commons-lang.properties @@ -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/ \ No newline at end of file diff --git a/dist/licenses/github-api.properties b/dist/licenses/github-api.properties index bf80eed48..950dba9c8 100644 --- a/dist/licenses/github-api.properties +++ b/dist/licenses/github-api.properties @@ -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 \ No newline at end of file