From 32fa1ec0a64233516d68142a51a2b2686766d603 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 13:04:46 +0200 Subject: [PATCH] chore: bump jquery from 3.5.1 to 3.6.4 (#1529) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [jquery](https://github.com/webjars/jquery) from 3.5.1 to 3.6.4. - [Commits](https://github.com/webjars/jquery/compare/jquery-3.5.1...jquery-3.6.4) --- updated-dependencies: - dependency-name: org.webjars:jquery dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: René Zubcevic <rene@zubcevic.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 42270bd24..0c4e9172f 100644 --- a/pom.xml +++ b/pom.xml @@ -125,7 +125,7 @@ <jaxb.version>2.3.1</jaxb.version> <jjwt.version>0.9.1</jjwt.version> <jose4j.version>0.9.3</jose4j.version> - <jquery.version>3.5.1</jquery.version> + <jquery.version>3.6.4</jquery.version> <jsoup.version>1.16.1</jsoup.version> <maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version> <maven-failsafe-plugin.version>2.22.0</maven-failsafe-plugin.version>