From 2ea876bc32e9d9a082995cd1b59658de1278808e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 06:00:22 +0000 Subject: [PATCH 1/2] build(deps-dev): bump com.netflix.archaius:archaius-core Bumps [com.netflix.archaius:archaius-core](https://github.com/Netflix/archaius) from 0.7.8 to 0.7.9. - [Release notes](https://github.com/Netflix/archaius/releases) - [Commits](https://github.com/Netflix/archaius/compare/v0.7.8...v0.7.9) --- updated-dependencies: - dependency-name: com.netflix.archaius:archaius-core dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- hystrix/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hystrix/pom.xml b/hystrix/pom.xml index 4fd12b2360..1501dc829a 100644 --- a/hystrix/pom.xml +++ b/hystrix/pom.xml @@ -50,7 +50,7 @@ com.netflix.archaius archaius-core - 0.7.8 + 0.7.9 test From 57fcbf84d067e0dec01432ce55ab4cdd85a97935 Mon Sep 17 00:00:00 2001 From: Marvin Date: Thu, 4 Jan 2024 21:26:54 +1300 Subject: [PATCH 2/2] Update pom.xml license --- hystrix/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hystrix/pom.xml b/hystrix/pom.xml index 1501dc829a..1af48d84bf 100644 --- a/hystrix/pom.xml +++ b/hystrix/pom.xml @@ -1,7 +1,7 @@