From 5ded34d6d94f6be7b0ce7443803ff2869e25c08f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 15:24:30 +0000 Subject: [PATCH] chore(deps): bump github.com/scim2/filter-parser/v2 from 2.2.0 to 2.2.1 Bumps [github.com/scim2/filter-parser/v2](https://github.com/scim2/filter-parser) from 2.2.0 to 2.2.1. - [Commits](https://github.com/scim2/filter-parser/compare/v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: github.com/scim2/filter-parser/v2 dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 28b4268..98e2bb4 100644 --- a/go.mod +++ b/go.mod @@ -1,10 +1,10 @@ module github.com/ivixvi/scim-patch -go 1.22 +go 1.26 require ( github.com/elimity-com/scim v0.0.0-20240320110924-172bf2aee9c8 - github.com/scim2/filter-parser/v2 v2.2.0 + github.com/scim2/filter-parser/v2 v2.2.1 ) require ( diff --git a/go.sum b/go.sum index 2640683..8668648 100644 --- a/go.sum +++ b/go.sum @@ -4,5 +4,6 @@ github.com/di-wu/xsd-datetime v1.0.0 h1:vZoGNkbzpBNoc+JyfVLEbutNDNydYV8XwHeV7eUJ github.com/di-wu/xsd-datetime v1.0.0/go.mod h1:i3iEhrP3WchwseOBeIdW/zxeoleXTOzx1WyDXgdmOww= github.com/elimity-com/scim v0.0.0-20240320110924-172bf2aee9c8 h1:0+BTyxIYgiVAry/P5s8R4dYuLkhB9Nhso8ogFWNr4IQ= github.com/elimity-com/scim v0.0.0-20240320110924-172bf2aee9c8/go.mod h1:JkjcmqbLW+khwt2fmBPJFBhx2zGZ8XobRZ+O0VhlwWo= -github.com/scim2/filter-parser/v2 v2.2.0 h1:QGadEcsmypxg8gYChRSM2j1edLyE/2j72j+hdmI4BJM= github.com/scim2/filter-parser/v2 v2.2.0/go.mod h1:jWnkDToqX/Y0ugz0P5VvpVEUKcWcyHHj+X+je9ce5JA= +github.com/scim2/filter-parser/v2 v2.2.1 h1:akm05YVRosO9sy68mTOfCXmvlqlGzFecA2GA0K8kFA4= +github.com/scim2/filter-parser/v2 v2.2.1/go.mod h1:P8WG12+x8opr+QHsOqOXYl0dJ3ja2g+SuidZJWD0uPQ=