Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions hub/dispatcher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
// classpath to read those layers. Without it: "Zstandard compression is not available".
buildscript {
dependencies {
classpath 'com.github.luben:zstd-jni:1.5.6-9'
classpath 'com.github.luben:zstd-jni:1.5.7-11'
}
}

plugins {
id 'java'
alias(libs.plugins.spring.boot)
id 'io.spring.dependency-management' version '1.1.0'
id 'com.google.cloud.tools.jib' version '3.4.0'
id 'io.spring.dependency-management' version '1.1.7'
id 'com.google.cloud.tools.jib' version '3.5.4'
id 'jacoco'
id 'com.diffplug.spotless' version '8.1.0'
id 'com.diffplug.spotless' version '8.8.0'
}

group = 'com.hubsante'
Expand Down
8 changes: 4 additions & 4 deletions hub/dispatcher/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
springBoot = "4.0.6"
springBoot = "4.1.0"
testcontainers = "1.21.4"
jsonSchemaValidator = "1.0.87"
jsonSchemaValidator = "1.5.9"
logstashEncoder = "9.0"
univocityParsers = "2.9.1"
groovyJson = "3.0.9"
groovyJson = "3.0.25"
orgJson = "20231013"
googleJavaFormat = "1.29.0"
embedMongo = "4.24.0"
embedMongo = "4.33.0"
apacheCommonsCsv = "1.14.1"
tomcat = "11.0.22"
netty = "4.2.13.Final"
Expand Down
Binary file modified hub/dispatcher/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 5 additions & 1 deletion hub/dispatcher/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
networkTimeout=10000
retries=0
retryBackOffMs=500
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
48 changes: 28 additions & 20 deletions hub/dispatcher/gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

59 changes: 25 additions & 34 deletions hub/dispatcher/gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading