Skip to content

Commit 6353dd7

Browse files
Update tools updates
1 parent 0dd3ef2 commit 6353dd7

10 files changed

Lines changed: 62 additions & 70 deletions

File tree

tools/annuaire/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ dependencies = [
88
"colorama==0.4.6",
99
"Flask==3.1.2",
1010
"flask-cors==6.0.1",
11-
"gunicorn==23.0.0",
11+
"gunicorn==26.0.0",
1212
"itsdangerous==2.2.0",
1313
"Jinja2==3.1.6",
1414
"MarkupSafe==3.0.3",
15-
"packaging==25.0",
15+
"packaging==26.2",
1616
"Werkzeug==3.1.3",
1717
"PyYAML==6.0.2",
1818
"pydantic>=2.13.4",

tools/annuaire/uv.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/healthcheck/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.11"
77
dependencies = [
88
"coverage==7.11.0",
99
"flask==3.1.2",
10-
"gunicorn==23.0.0",
10+
"gunicorn==26.0.0",
1111
"parameterized==0.9.0",
1212
"prometheus-client==0.23.1",
1313
"prometheus-flask-exporter==0.23.2",

tools/healthcheck/uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/tmc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
def modelVersion = '3.1'
99

1010
dependencies {
11-
gatling("org.galaxio:gatling-amqp-plugin_2.13:0.14.0")
11+
gatling("org.galaxio:gatling-amqp-plugin_2.13:1.2.10")
1212
gatling("io.github.cdimascio:dotenv-java:3.2.0")
1313
gatling("com.hubsante:models:${modelVersion}")
1414
}
-14.6 KB
Binary file not shown.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
44
networkTimeout=10000
5+
retries=0
6+
retryBackOffMs=500
57
validateDistributionUrl=true
68
zipStoreBase=GRADLE_USER_HOME
79
zipStorePath=wrapper/dists

tools/tmc/gradlew

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/tmc/gradlew.bat

Lines changed: 24 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/tnr/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ dependencies {
2727
// This dependency is used by the application.
2828
implementation libs.guava
2929
implementation 'com.hubsante:models:3.3.2'
30-
implementation 'org.slf4j:slf4j-simple:1.7.26'
30+
implementation 'org.slf4j:slf4j-simple:2.0.18'
3131
implementation 'com.rabbitmq:amqp-client:5.16.0'
3232
implementation 'io.github.cdimascio:dotenv-java:3.0.0'
3333
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.7.1'
3434
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2'
3535
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.15.2'
3636
implementation 'javax.validation:validation-api:2.0.1.Final'
37-
implementation 'com.networknt:json-schema-validator:1.0.79'
37+
implementation 'com.networknt:json-schema-validator:3.0.6'
3838
implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8'
3939
implementation 'org.slf4j:slf4j-api:2.0.17'
4040
runtimeOnly 'ch.qos.logback:logback-classic:1.5.32'
@@ -45,7 +45,7 @@ testing {
4545
// Configure the built-in test suite
4646
test {
4747
// Use JUnit Jupiter test framework
48-
useJUnitJupiter('5.12.1')
48+
useJUnitJupiter('6.1.2')
4949
}
5050
}
5151
}

0 commit comments

Comments
 (0)