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 tools/annuaire/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ requires-python = ">=3.11"
dependencies = [
"blinker==1.9.0",
"colorama==0.4.6",
"Flask==3.1.2",
"flask-cors==6.0.1",
"Flask==3.1.3",
"flask-cors==6.0.5",
"gunicorn==23.0.0",
"itsdangerous==2.2.0",
"Jinja2==3.1.6",
"MarkupSafe==3.0.3",
"packaging==25.0",
"Werkzeug==3.1.3",
"PyYAML==6.0.2",
"Werkzeug==3.1.8",
"PyYAML==6.0.3",
"pydantic>=2.13.4",
"flask-openapi3[swagger]>=4.3.2",
]
Expand Down
104 changes: 62 additions & 42 deletions tools/annuaire/uv.lock

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions tools/healthcheck/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ description = "Healthcheck service to expose status of Hub Santé internal compo
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"coverage==7.11.0",
"flask==3.1.2",
"coverage==7.15.2",
"flask==3.1.3",
"gunicorn==23.0.0",
"parameterized==0.9.0",
"prometheus-client==0.23.1",
"prometheus-client==0.25.0",
"prometheus-flask-exporter==0.23.2",
"requests==2.32.5",
"werkzeug==3.1.5",
"pymongo==4.16.0"
"requests==2.34.2",
"werkzeug==3.1.8",
"pymongo==4.17.0"
]

[tool.coverage.run]
Expand Down
299 changes: 148 additions & 151 deletions tools/healthcheck/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tools/openssl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dockerfile for OpenSSL and OpenJDK 11 JRE on Alpine 3.21.3
FROM alpine:3.21.3
FROM alpine:3.24.1

RUN apk add --no-cache openssl openjdk11-jre

Expand Down
14 changes: 7 additions & 7 deletions tools/tmc/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
plugins {
id 'java'
// The following line allows to load io.gatling.gradle plugin and directly apply it
id 'io.gatling.gradle' version '3.11.3'
id 'com.google.cloud.tools.jib' version '3.5.1'
id 'io.gatling.gradle' version '3.15.1.1'
id 'com.google.cloud.tools.jib' version '3.5.4'
}

def modelVersion = '3.1'

dependencies {
gatling("org.galaxio:gatling-amqp-plugin_2.13:0.14.0")
gatling("org.galaxio:gatling-amqp-plugin_2.13:0.15.1")
gatling("io.github.cdimascio:dotenv-java:3.2.0")
gatling("com.hubsante:models:${modelVersion}")
}
Expand All @@ -34,10 +34,10 @@ repositories {
configurations.all {
resolutionStrategy {
// Force newer versions to fix security vulnerabilities
force 'commons-io:commons-io:2.15.1'
force 'org.apache.sshd:sshd-common:2.12.1'
force 'org.apache.sshd:sshd-core:2.12.1'
force 'org.apache.sshd:sshd-sftp:2.12.1'
force 'commons-io:commons-io:2.22.0'
force 'org.apache.sshd:sshd-common:2.19.0'
force 'org.apache.sshd:sshd-core:2.19.0'
force 'org.apache.sshd:sshd-sftp:2.19.0'
}
}

Expand Down
Binary file modified tools/tmc/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion tools/tmc/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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-8.14.5-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
25 changes: 14 additions & 11 deletions tools/tmc/gradlew

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

26 changes: 14 additions & 12 deletions tools/tmc/gradlew.bat

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

22 changes: 11 additions & 11 deletions tools/tnr/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,25 @@ 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 '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 'org.slf4j:slf4j-simple:1.7.36'
implementation 'com.rabbitmq:amqp-client:5.34.0'
implementation 'io.github.cdimascio:dotenv-java:3.2.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.22.1'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.22.1'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.22.1'
implementation 'javax.validation:validation-api:2.0.1.Final'
implementation 'com.networknt:json-schema-validator:1.0.79'
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'
implementation 'com.networknt:json-schema-validator:1.5.9'
implementation 'com.github.ben-manes.caffeine:caffeine:3.2.4'
implementation 'org.slf4j:slf4j-api:2.0.18'
runtimeOnly 'ch.qos.logback:logback-classic:1.5.38'
}

testing {
suites {
// Configure the built-in test suite
test {
// Use JUnit Jupiter test framework
useJUnitJupiter('5.12.1')
useJUnitJupiter('5.14.4')
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion tools/tnr/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://docs.gradle.org/current/userguide/version_catalogs.html#sec::toml-dependencies-format

[versions]
guava = "33.4.6-jre"
guava = "33.6.0-jre"

[libraries]
guava = { module = "com.google.guava:guava", version.ref = "guava" }
2 changes: 1 addition & 1 deletion tools/tnr/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Loading