chore(deps): update most java deps

This commit is contained in:
Ludovic DEHON
2024-05-02 18:49:31 +02:00
parent 47d96649ea
commit 593f2ef3c5
6 changed files with 22 additions and 22 deletions

View File

@@ -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

View File

@@ -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"
}
}
}

View File

@@ -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'

View File

@@ -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

View File

@@ -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
View File

@@ -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