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 java-version: 21
- name: Validate Gradle wrapper - name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v2 uses: gradle/wrapper-validation-action@v3
# Gradle check # Gradle check
- name: Build with Gradle - name: Build with Gradle

View File

@@ -32,9 +32,9 @@ plugins {
// release // release
id "io.github.gradle-nexus.publish-plugin" version "2.0.0" id "io.github.gradle-nexus.publish-plugin" version "2.0.0"
id 'net.researchgate.release' version '3.0.2' 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 '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 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' implementation group: 'net.thisptr', name: 'jackson-jq', version: '1.0.0-preview.20240207'
// exposed utils // 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: 'commons-io', name: 'commons-io', version: '2.16.1'
api group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0' api group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0'
api "io.swagger.core.v3:swagger-annotations" api "io.swagger.core.v3:swagger-annotations"
@@ -449,13 +449,13 @@ subprojects {
site 'https://kestra.io' site 'https://kestra.io'
} }
pom { maven.pom {
description 'The modern, scalable orchestrator & scheduler open source platform' description 'The modern, scalable orchestrator & scheduler open source platform'
developers { developers {
developer { developer {
id "tchiotludo" id = "tchiotludo"
name "Ludovic Dehon" name = "Ludovic Dehon"
} }
} }
} }

View File

@@ -22,7 +22,7 @@ dependencies {
implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-ion', version: jacksonVersion implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-ion', version: jacksonVersion
// utils // 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 'io.pebbletemplates:pebble:3.2.2'
implementation group: 'co.elastic.logging', name: 'logback-ecs-encoder', version: '1.6.0' 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' implementation group: 'de.focus-shift', name: 'jollyday-core', version: '0.27.0'

View File

@@ -1,9 +1,9 @@
version=0.17.0-SNAPSHOT version=0.17.0-SNAPSHOT
jacksonVersion=2.16.2 jacksonVersion=2.17.0
micronautVersion=4.3.8 micronautVersion=4.4.1
lombokVersion=1.18.32 lombokVersion=1.18.32
slf4jVersion=2.0.12 slf4jVersion=2.0.13
org.gradle.parallel=true org.gradle.parallel=true
org.gradle.caching=true org.gradle.caching=true

View File

@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists 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 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME 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 %JAVA_EXE% -version >NUL 2>&1
if %ERRORLEVEL% equ 0 goto execute if %ERRORLEVEL% equ 0 goto execute
echo. echo. 1>&2
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
echo. echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. echo location of your Java installation. 1>&2
goto fail goto fail
@@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe
if exist "%JAVA_EXE%" goto execute if exist "%JAVA_EXE%" goto execute
echo. echo. 1>&2
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
echo. echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. echo location of your Java installation. 1>&2
goto fail goto fail