From 7fbad44166166be0d4e3eae95bc667f11e655162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 09:57:44 +0000 Subject: [PATCH 1/3] build(deps): bump com.google.code.gson:gson from 2.8.9 to 2.10.1 Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.8.9 to 2.10.1. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-parent-2.8.9...gson-parent-2.10.1) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bd8966ed..0360c360 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ configurations { } dependencies { - implementation 'com.google.code.gson:gson:2.8.9' + implementation 'com.google.code.gson:gson:2.10.1' implementation 'commons-codec:commons-codec:1.15' implementation 'commons-fileupload:commons-fileupload:1.4' implementation 'commons-logging:commons-logging:1.2' From fb4b11a426515d8c855033e0a890b818f4eae8b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 09:57:54 +0000 Subject: [PATCH 2/3] build(deps): bump org.eclipse.jetty:jetty-servlet Bumps [org.eclipse.jetty:jetty-servlet](https://github.com/eclipse/jetty.project) from 9.4.50.v20221201 to 9.4.51.v20230217. - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.50.v20221201...jetty-9.4.51.v20230217) --- updated-dependencies: - dependency-name: org.eclipse.jetty:jetty-servlet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bd8966ed..73b1d281 100644 --- a/build.gradle +++ b/build.gradle @@ -66,7 +66,7 @@ dependencies { implementation 'com.sun.mail:javax.mail:1.6.2' implementation 'javax.servlet:javax.servlet-api:4.0.1' implementation 'org.ccil.cowan.tagsoup:tagsoup:1.2.1' - implementation 'org.eclipse.jetty:jetty-servlet:9.4.50.v20221201' + implementation 'org.eclipse.jetty:jetty-servlet:9.4.51.v20230217' implementation 'org.eclipse.jetty:jetty-xml:9.4.27.v20200227' implementation 'org.mozilla:rhino:1.7.13' implementation 'xerces:xercesImpl:2.12.2' From 4ca91f5b2ef015d81a8ee69fec45fb90260461ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 09:57:57 +0000 Subject: [PATCH 3/3] build(deps): bump commons-fileupload:commons-fileupload from 1.4 to 1.5 Bumps commons-fileupload:commons-fileupload from 1.4 to 1.5. --- updated-dependencies: - dependency-name: commons-fileupload:commons-fileupload dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bd8966ed..7ec36e5c 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ configurations { dependencies { implementation 'com.google.code.gson:gson:2.8.9' implementation 'commons-codec:commons-codec:1.15' - implementation 'commons-fileupload:commons-fileupload:1.4' + implementation 'commons-fileupload:commons-fileupload:1.5' implementation 'commons-logging:commons-logging:1.2' implementation 'commons-net:commons-net:3.8.0' implementation 'com.sun.mail:javax.mail:1.6.2'