diff --git a/domain-cc/cc-app/src/requirements.txt b/domain-cc/cc-app/src/requirements.txt index 2b3f9cb85..c732c83fb 100644 --- a/domain-cc/cc-app/src/requirements.txt +++ b/domain-cc/cc-app/src/requirements.txt @@ -3,6 +3,6 @@ httpx==0.24.* pika==1.3.* pydantic==2.6.1 pytest==7.3.1 -setuptools>=70.0.0 +setuptools>=75.6.0 starlette>=0.40.0 uvicorn[standard]==0.20.* diff --git a/domain-ee/ee-ep-merge-app/src/requirements.txt b/domain-ee/ee-ep-merge-app/src/requirements.txt index c39befb24..e46af7e7b 100644 --- a/domain-ee/ee-ep-merge-app/src/requirements.txt +++ b/domain-ee/ee-ep-merge-app/src/requirements.txt @@ -9,7 +9,7 @@ pytest-cov==5.0.0 pytest-env==1.0.1 pytest-mock==3.11.1 python-statemachine==2.1.* -setuptools>=70.0.0 +setuptools>=75.6.0 SQLAlchemy==2.0.* starlette>=0.40.0 uvicorn[standard]==0.20.* diff --git a/domain-ee/ee-max-cfi-app/pyproject.toml b/domain-ee/ee-max-cfi-app/pyproject.toml index 2cdb36cc2..53d211c99 100644 --- a/domain-ee/ee-max-cfi-app/pyproject.toml +++ b/domain-ee/ee-max-cfi-app/pyproject.toml @@ -1,4 +1,4 @@ -requires = ["setuptools >= 70.0.0"] +requires = ["setuptools >= 75.6.0"] # pyproject.toml [tool.pytest.ini_options] minversion = "6.0" diff --git a/gradle-plugins/src/main/groovy/shared.java.vro-dep-constraints.gradle b/gradle-plugins/src/main/groovy/shared.java.vro-dep-constraints.gradle index 2c3f16f23..249ed9700 100644 --- a/gradle-plugins/src/main/groovy/shared.java.vro-dep-constraints.gradle +++ b/gradle-plugins/src/main/groovy/shared.java.vro-dep-constraints.gradle @@ -48,12 +48,12 @@ dependencies { implementation 'ca.uhn.hapi.fhir:org.hl7.fhir.r4b:5.6.92' implementation 'ca.uhn.hapi.fhir:org.hl7.fhir.convertors:5.6.92' - implementation 'io.netty:netty-handler:4.1.105.Final' + implementation 'io.netty:netty-handler:4.1.115.Final' // For Kafka svc-bie-kafka service override implementation('org.xerial.snappy:snappy-java:1.1.10.4') - implementation('com.google.guava:guava:33.0.0-jre') + implementation('com.google.guava:guava:33.3.1-jre') implementation 'org.bouncycastle:bcpkix-jdk18on:1.74' implementation 'org.webjars:swagger-ui:4.1.3' implementation 'org.springframework.kafka:spring-kafka:2.9.11' diff --git a/shared/lib-hoppy/pyproject.toml b/shared/lib-hoppy/pyproject.toml index 2060056ae..d6b55887c 100644 --- a/shared/lib-hoppy/pyproject.toml +++ b/shared/lib-hoppy/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools >= 70.0.0"] +requires = ["setuptools >= 75.6.0"] build-backend = "setuptools.build_meta" [project] diff --git a/shared/lib-metrics/src/test/java/gov/va/vro/metricslogging/MetricLoggerServiceTest.java b/shared/lib-metrics/src/test/java/gov/va/vro/metricslogging/MetricLoggerServiceTest.java index 6b56a94d4..fc91a833c 100644 --- a/shared/lib-metrics/src/test/java/gov/va/vro/metricslogging/MetricLoggerServiceTest.java +++ b/shared/lib-metrics/src/test/java/gov/va/vro/metricslogging/MetricLoggerServiceTest.java @@ -137,8 +137,7 @@ void testGetTimestamp() { // TODO: This test is commented out because it is flaky and causing CI pipeline failures. // It intermittently fails due to depracated gradle version as well as due to a mismatch in the - // test assertions, - // likely caused by unexpected values in the generated DistributionPointsPayload. + // test assertions,selikely caused by unexpected values in the generated DistributionPointsPayload. // The gradle version has been upgraded at this time and this test requires further investigation. // @Test