mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
chore(deps): update most java deps
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -101,7 +101,7 @@ jobs:
|
||||
java-version: 21
|
||||
|
||||
- name: Validate Gradle wrapper
|
||||
uses: gradle/wrapper-validation-action@v2
|
||||
uses: gradle/wrapper-validation-action@v3
|
||||
|
||||
# Gradle check
|
||||
- name: Build with Gradle
|
||||
|
||||
12
build.gradle
12
build.gradle
@@ -32,9 +32,9 @@ plugins {
|
||||
// release
|
||||
id "io.github.gradle-nexus.publish-plugin" version "2.0.0"
|
||||
id 'net.researchgate.release' version '3.0.2'
|
||||
id "com.gorylenko.gradle-git-properties" version "2.4.1"
|
||||
id "com.gorylenko.gradle-git-properties" version "2.4.2"
|
||||
id 'signing'
|
||||
id 'ru.vyarus.pom' version '2.2.2' apply false
|
||||
id 'ru.vyarus.pom' version '3.0.0' apply false
|
||||
id 'ru.vyarus.github-info' version '2.0.0' apply false
|
||||
}
|
||||
|
||||
@@ -162,7 +162,7 @@ allprojects {
|
||||
implementation group: 'net.thisptr', name: 'jackson-jq', version: '1.0.0-preview.20240207'
|
||||
|
||||
// exposed utils
|
||||
api group: 'com.google.guava', name: 'guava', version: '33.1.0-jre'
|
||||
api group: 'com.google.guava', name: 'guava', version: '33.2.0-jre'
|
||||
api group: 'commons-io', name: 'commons-io', version: '2.16.1'
|
||||
api group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0'
|
||||
api "io.swagger.core.v3:swagger-annotations"
|
||||
@@ -449,13 +449,13 @@ subprojects {
|
||||
site 'https://kestra.io'
|
||||
}
|
||||
|
||||
pom {
|
||||
maven.pom {
|
||||
description 'The modern, scalable orchestrator & scheduler open source platform'
|
||||
|
||||
developers {
|
||||
developer {
|
||||
id "tchiotludo"
|
||||
name "Ludovic Dehon"
|
||||
id = "tchiotludo"
|
||||
name = "Ludovic Dehon"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@ dependencies {
|
||||
implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-ion', version: jacksonVersion
|
||||
|
||||
// utils
|
||||
implementation 'com.github.oshi:oshi-core:6.5.0'
|
||||
implementation 'com.github.oshi:oshi-core:6.6.0'
|
||||
implementation 'io.pebbletemplates:pebble:3.2.2'
|
||||
implementation group: 'co.elastic.logging', name: 'logback-ecs-encoder', version: '1.6.0'
|
||||
implementation group: 'de.focus-shift', name: 'jollyday-core', version: '0.27.0'
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
version=0.17.0-SNAPSHOT
|
||||
|
||||
jacksonVersion=2.16.2
|
||||
micronautVersion=4.3.8
|
||||
jacksonVersion=2.17.0
|
||||
micronautVersion=4.4.1
|
||||
lombokVersion=1.18.32
|
||||
slf4jVersion=2.0.12
|
||||
slf4jVersion=2.0.13
|
||||
|
||||
org.gradle.parallel=true
|
||||
org.gradle.caching=true
|
||||
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,6 +1,6 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
||||
20
gradlew.bat
vendored
20
gradlew.bat
vendored
@@ -43,11 +43,11 @@ set JAVA_EXE=java.exe
|
||||
%JAVA_EXE% -version >NUL 2>&1
|
||||
if %ERRORLEVEL% equ 0 goto execute
|
||||
|
||||
echo.
|
||||
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
|
||||
echo.
|
||||
echo Please set the JAVA_HOME variable in your environment to match the
|
||||
echo location of your Java installation.
|
||||
echo. 1>&2
|
||||
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
|
||||
echo. 1>&2
|
||||
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
|
||||
echo location of your Java installation. 1>&2
|
||||
|
||||
goto fail
|
||||
|
||||
@@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe
|
||||
|
||||
if exist "%JAVA_EXE%" goto execute
|
||||
|
||||
echo.
|
||||
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
|
||||
echo.
|
||||
echo Please set the JAVA_HOME variable in your environment to match the
|
||||
echo location of your Java installation.
|
||||
echo. 1>&2
|
||||
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
|
||||
echo. 1>&2
|
||||
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
|
||||
echo location of your Java installation. 1>&2
|
||||
|
||||
goto fail
|
||||
|
||||
|
||||
Reference in New Issue
Block a user