From 9b2aaa50d5c00cd3bfe8896cc8b0010ae4c33cc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:56:34 +0000 Subject: [PATCH 1/3] Bump rexml in /svc-bgs-api/src in the bundler group across 1 directory Bumps the bundler group with 1 update in the /svc-bgs-api/src directory: [rexml](https://github.com/ruby/rexml). Updates `rexml` from 3.3.6 to 3.3.9 - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.3.6...v3.3.9) --- updated-dependencies: - dependency-name: rexml dependency-type: direct:production dependency-group: bundler ... Signed-off-by: dependabot[bot] --- svc-bgs-api/src/Gemfile | 2 +- svc-bgs-api/src/Gemfile.lock | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/svc-bgs-api/src/Gemfile b/svc-bgs-api/src/Gemfile index 8d60464fd5..c357e24101 100644 --- a/svc-bgs-api/src/Gemfile +++ b/svc-bgs-api/src/Gemfile @@ -8,7 +8,7 @@ gem 'bunny', '>= 2.13.0' gem 'activesupport', '~> 6.0' gem 'bgs_ext', git: 'https://github.com/department-of-veterans-affairs/bgs-ext.git', require: 'bgs' gem 'datadog_api_client', '>=2.23.0' -gem 'rexml', '~> 3.3', '>= 3.3.6' +gem 'rexml', '~> 3.3' gem 'async', '>= 2.17.0' group :development, :test do diff --git a/svc-bgs-api/src/Gemfile.lock b/svc-bgs-api/src/Gemfile.lock index 10e54b5cbf..5c707a7a56 100644 --- a/svc-bgs-api/src/Gemfile.lock +++ b/svc-bgs-api/src/Gemfile.lock @@ -97,8 +97,7 @@ GEM racc (1.8.0) rack (2.2.9) rbtree (0.4.6) - rexml (3.3.6) - strscan + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -125,7 +124,6 @@ GEM sorted_set (1.0.3) rbtree set (~> 1.0) - strscan (3.1.0) timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -147,7 +145,7 @@ DEPENDENCIES bunny (>= 2.13.0) cgi (~> 0.3.6) datadog_api_client (>= 2.23.0) - rexml (~> 3.3, >= 3.3.6) + rexml (~> 3.3) rspec RUBY VERSION From 7c1d8a4acb0ae073f587a3f4049842f0577d688f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 10:16:29 +0000 Subject: [PATCH 2/3] Bump amazon/aws-cli from 2.18.15 to 2.18.16 in /dev-tools Bumps amazon/aws-cli from 2.18.15 to 2.18.16. --- updated-dependencies: - dependency-name: amazon/aws-cli dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev-tools/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tools/Dockerfile b/dev-tools/Dockerfile index 63c5b15668..cb3d21a1c8 100644 --- a/dev-tools/Dockerfile +++ b/dev-tools/Dockerfile @@ -1,5 +1,5 @@ # Use the official AWS CLI image for the first stage -FROM amazon/aws-cli:2.18.15 as awscli +FROM amazon/aws-cli:2.18.16 as awscli # Use the bitnami/minideb:bookworm as the base image for the second stage FROM bitnami/minideb:bookworm From 07c9bfb69ffcea00befed28a26ee4c2cce88239e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 10:45:54 +0000 Subject: [PATCH 3/3] Bump com.fasterxml.jackson.core:jackson-databind from 2.18.0 to 2.18.1 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.18.0 to 2.18.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- db-init/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db-init/build.gradle b/db-init/build.gradle index b04ae025a3..0c51b83636 100644 --- a/db-init/build.gradle +++ b/db-init/build.gradle @@ -16,7 +16,7 @@ dependencies { // flywayMigration platform("gov.va.starter:starter-bom:${starter_boot_version}") flywayMigration "org.postgresql:postgresql:${postgresql_version}" constraints { - implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.0' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.1' } }