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
4 changes: 2 additions & 2 deletions tools/annuaire/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ dependencies = [
"colorama==0.4.6",
"Flask==3.1.2",
"flask-cors==6.0.1",
"gunicorn==23.0.0",
"gunicorn==26.0.0",
"itsdangerous==2.2.0",
"Jinja2==3.1.6",
"MarkupSafe==3.0.3",
"packaging==25.0",
"packaging==26.2",
"Werkzeug==3.1.3",
"PyYAML==6.0.2",
"pydantic>=2.13.4",
Expand Down
16 changes: 8 additions & 8 deletions tools/annuaire/uv.lock

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

2 changes: 1 addition & 1 deletion tools/healthcheck/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires-python = ">=3.11"
dependencies = [
"coverage==7.11.0",
"flask==3.1.2",
"gunicorn==23.0.0",
"gunicorn==26.0.0",
"parameterized==0.9.0",
"prometheus-client==0.23.1",
"prometheus-flask-exporter==0.23.2",
Expand Down
8 changes: 4 additions & 4 deletions tools/healthcheck/uv.lock

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

2 changes: 1 addition & 1 deletion tools/tmc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
def modelVersion = '3.1'

dependencies {
gatling("org.galaxio:gatling-amqp-plugin_2.13:0.14.0")
gatling("org.galaxio:gatling-amqp-plugin_2.13:1.2.10")
gatling("io.github.cdimascio:dotenv-java:3.2.0")
gatling("com.hubsante:models:${modelVersion}")
}
Expand Down
Binary file modified tools/tmc/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 3 additions & 1 deletion tools/tmc/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-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
32 changes: 16 additions & 16 deletions tools/tmc/gradlew

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

58 changes: 24 additions & 34 deletions tools/tmc/gradlew.bat

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

6 changes: 3 additions & 3 deletions tools/tnr/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ dependencies {
// This dependency is used by the application.
implementation libs.guava
implementation 'com.hubsante:models:3.3.2'
implementation 'org.slf4j:slf4j-simple:1.7.26'
implementation 'org.slf4j:slf4j-simple:2.0.18'
implementation 'com.rabbitmq:amqp-client:5.16.0'
implementation 'io.github.cdimascio:dotenv-java:3.0.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.7.1'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.15.2'
implementation 'javax.validation:validation-api:2.0.1.Final'
implementation 'com.networknt:json-schema-validator:1.0.79'
implementation 'com.networknt:json-schema-validator:3.0.6'
implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8'
implementation 'org.slf4j:slf4j-api:2.0.17'
runtimeOnly 'ch.qos.logback:logback-classic:1.5.32'
Expand All @@ -45,7 +45,7 @@ testing {
// Configure the built-in test suite
test {
// Use JUnit Jupiter test framework
useJUnitJupiter('5.12.1')
useJUnitJupiter('6.1.2')
}
}
}
Expand Down
Loading