chore(deps): update most of java deps

This commit is contained in:
Ludovic DEHON
2024-01-11 15:32:52 +01:00
parent edc060c1d4
commit 2c69382d49
7 changed files with 27 additions and 27 deletions

View File

@@ -135,13 +135,13 @@ jobs:
# Upload artifacts # Upload artifacts
- name: Upload jar - name: Upload jar
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: jar name: jar
path: build/libs/ path: build/libs/
- name: Upload Executable - name: Upload Executable
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: exe name: exe
path: build/executable/ path: build/executable/
@@ -256,7 +256,7 @@ jobs:
# Artifact # Artifact
- name: Download executable - name: Download executable
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
with: with:
name: exe name: exe
path: build/executable path: build/executable

View File

@@ -82,8 +82,8 @@ allprojects {
force("org.apache.httpcomponents:httpclient:4.5.13") force("org.apache.httpcomponents:httpclient:4.5.13")
// ugly bug on crypto plugin // ugly bug on crypto plugin
force('org.bouncycastle:bcprov-jdk15on:1.70') force('org.bouncycastle:bcprov-jdk18on:1.77')
force('org.bouncycastle:bcpg-jdk15on:1.70') force('org.bouncycastle:bcpg-jdk18on:1.77')
// ugly bug for jackson // ugly bug for jackson
force("com.fasterxml.jackson:jackson-bom:" + jacksonVersion) force("com.fasterxml.jackson:jackson-bom:" + jacksonVersion)
@@ -127,7 +127,7 @@ allprojects {
implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: '2.19.0' implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: '2.19.0'
implementation group: 'org.slf4j', name: 'jul-to-slf4j', version: '1.7.36' implementation group: 'org.slf4j', name: 'jul-to-slf4j', version: '1.7.36'
implementation group: 'org.slf4j', name: 'jcl-over-slf4j', version: '1.7.36' implementation group: 'org.slf4j', name: 'jcl-over-slf4j', version: '1.7.36'
implementation group: 'org.fusesource.jansi', name: 'jansi', version: '2.4.0' implementation group: 'org.fusesource.jansi', name: 'jansi', version: '2.4.1'
// jackson // jackson
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind' implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind'
@@ -141,9 +141,9 @@ allprojects {
implementation group: 'net.thisptr', name: 'jackson-jq', version: '1.0.0-preview.20230409' implementation group: 'net.thisptr', name: 'jackson-jq', version: '1.0.0-preview.20230409'
// exposed utils // exposed utils
api group: 'com.google.guava', name: 'guava', version: '32.1.2-jre' api group: 'com.google.guava', name: 'guava', version: '33.0.0-jre'
api group: 'commons-io', name: 'commons-io', version: '2.14.0' api group: 'commons-io', name: 'commons-io', version: '2.15.1'
api group: 'org.apache.commons', name: 'commons-lang3', version: '3.13.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"
} }
} }
@@ -171,7 +171,7 @@ subprojects {
testImplementation "io.micronaut.test:micronaut-test-junit5" testImplementation "io.micronaut.test:micronaut-test-junit5"
testImplementation "org.junit.jupiter:junit-jupiter-engine" testImplementation "org.junit.jupiter:junit-jupiter-engine"
testImplementation "org.junit.jupiter:junit-jupiter-params" testImplementation "org.junit.jupiter:junit-jupiter-params"
testImplementation "org.junit-pioneer:junit-pioneer:2.1.0" testImplementation "org.junit-pioneer:junit-pioneer:2.2.0"
// hamcrest // hamcrest
testImplementation 'org.hamcrest:hamcrest:2.2' testImplementation 'org.hamcrest:hamcrest:2.2'

View File

@@ -20,21 +20,21 @@ dependencies {
// utils // utils
implementation group: 'net.jodah', name: 'failsafe', version: '2.4.4' implementation group: 'net.jodah', name: 'failsafe', version: '2.4.4'
implementation 'com.github.oshi:oshi-core:6.4.6' implementation 'com.github.oshi:oshi-core:6.4.10'
implementation 'io.pebbletemplates:pebble:3.2.1' implementation 'io.pebbletemplates:pebble:3.2.2'
implementation group: 'co.elastic.logging', name: 'logback-ecs-encoder', version: '1.5.0' implementation group: 'co.elastic.logging', name: 'logback-ecs-encoder', version: '1.5.0'
implementation group: 'de.focus-shift', name: 'jollyday-core', version: '0.22.0' implementation group: 'de.focus-shift', name: 'jollyday-core', version: '0.22.0'
implementation group: 'de.focus-shift', name: 'jollyday-jaxb', version: '0.22.0' implementation group: 'de.focus-shift', name: 'jollyday-jaxb', version: '0.22.0'
implementation 'nl.basjes.gitignore:gitignore-reader:0.3.1' implementation 'nl.basjes.gitignore:gitignore-reader:1.2.1'
// scheduler // scheduler
implementation group: 'com.cronutils', name: 'cron-utils', version: '9.2.1' implementation group: 'com.cronutils', name: 'cron-utils', version: '9.2.1'
// schema // schema
implementation group: 'com.github.victools', name: 'jsonschema-generator', version: '4.31.1' implementation group: 'com.github.victools', name: 'jsonschema-generator', version: '4.33.1'
implementation group: 'com.github.victools', name: 'jsonschema-module-javax-validation', version: '4.31.1' implementation group: 'com.github.victools', name: 'jsonschema-module-javax-validation', version: '4.33.1'
implementation group: 'com.github.victools', name: 'jsonschema-module-jackson', version: '4.31.1' implementation group: 'com.github.victools', name: 'jsonschema-module-jackson', version: '4.33.1'
implementation group: 'com.github.victools', name: 'jsonschema-module-swagger-2', version: '4.31.1' implementation group: 'com.github.victools', name: 'jsonschema-module-swagger-2', version: '4.33.1'
// test // test
testImplementation project(':repository-memory') testImplementation project(':repository-memory')

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.4-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME

14
gradlew vendored
View File

@@ -145,7 +145,7 @@ if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
case $MAX_FD in #( case $MAX_FD in #(
max*) max*)
# In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked. # In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked.
# shellcheck disable=SC3045 # shellcheck disable=SC2039,SC3045
MAX_FD=$( ulimit -H -n ) || MAX_FD=$( ulimit -H -n ) ||
warn "Could not query maximum file descriptor limit" warn "Could not query maximum file descriptor limit"
esac esac
@@ -153,7 +153,7 @@ if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
'' | soft) :;; #( '' | soft) :;; #(
*) *)
# In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked. # In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked.
# shellcheck disable=SC3045 # shellcheck disable=SC2039,SC3045
ulimit -n "$MAX_FD" || ulimit -n "$MAX_FD" ||
warn "Could not set maximum file descriptor limit to $MAX_FD" warn "Could not set maximum file descriptor limit to $MAX_FD"
esac esac
@@ -202,11 +202,11 @@ fi
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
# Collect all arguments for the java command; # Collect all arguments for the java command:
# * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of # * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
# shell script including quotes and variable substitutions, so put them in # and any embedded shellness will be escaped.
# double quotes to make sure that they get re-expanded; and # * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
# * put everything else in single quotes, so that it's not re-expanded. # treated as '${Hostname}' itself on the command line.
set -- \ set -- \
"-Dorg.gradle.appname=$APP_BASE_NAME" \ "-Dorg.gradle.appname=$APP_BASE_NAME" \

View File

@@ -6,7 +6,7 @@ dependencies {
implementation("io.micronaut.sql:micronaut-jooq") implementation("io.micronaut.sql:micronaut-jooq")
runtimeOnly("mysql:mysql-connector-java:8.0.33") runtimeOnly("mysql:mysql-connector-java:8.0.33")
runtimeOnly('org.flywaydb:flyway-mysql:9.22.2') runtimeOnly('org.flywaydb:flyway-mysql:9.22.3')
testImplementation project(':core').sourceSets.test.output testImplementation project(':core').sourceSets.test.output
testImplementation project(':jdbc').sourceSets.test.output testImplementation project(':jdbc').sourceSets.test.output

View File

@@ -5,7 +5,7 @@ dependencies {
implementation project(":jdbc") implementation project(":jdbc")
implementation("io.micronaut.sql:micronaut-jooq") implementation("io.micronaut.sql:micronaut-jooq")
runtimeOnly("org.postgresql:postgresql:42.6.0") runtimeOnly("org.postgresql:postgresql:42.7.1")
testImplementation project(':core').sourceSets.test.output testImplementation project(':core').sourceSets.test.output
testImplementation project(':jdbc').sourceSets.test.output testImplementation project(':jdbc').sourceSets.test.output