From 3a2af0d1b89dd49eaf0d35a00695e7316af34361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jun 2021 02:23:14 +0000 Subject: [PATCH 1/5] Bump httpclient from 4.5.9 to 4.5.13 Bumps httpclient from 4.5.9 to 4.5.13. --- updated-dependencies: - dependency-name: org.apache.httpcomponents:httpclient dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5b750c1..c947253 100644 --- a/pom.xml +++ b/pom.xml @@ -82,7 +82,7 @@ org.apache.httpcomponents httpclient - 4.5.9 + 4.5.13 com.github.yeecode.objectlogger From 95f124c65ea4dd9c1d1d52bebecefa35daa0b582 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 18:59:24 +0000 Subject: [PATCH 2/5] Bump spring-boot-starter-web from 2.1.6.RELEASE to 2.5.12 Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 2.1.6.RELEASE to 2.5.12. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.1.6.RELEASE...v2.5.12) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5b750c1..569b1aa 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,7 @@ org.springframework.boot spring-boot-starter-web - 2.1.6.RELEASE + 2.5.12 mysql From a7ed7649b656de1fea721061f04f5c1dfd153b60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 21:20:16 +0000 Subject: [PATCH 3/5] Bump gson from 2.8.5 to 2.8.9 Bumps [gson](https://github.com/google/gson) from 2.8.5 to 2.8.9. - [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.5...gson-parent-2.8.9) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5b750c1..3a63714 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ com.google.code.gson gson - 2.8.5 + 2.8.9 com.googlecode.java-diff-utils From 59651ce3cf83fedda1eda035a6734ff10bf64cd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 06:51:33 +0000 Subject: [PATCH 4/5] Bump spring-core from 5.1.9.RELEASE to 5.2.22.RELEASE Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.1.9.RELEASE to 5.2.22.RELEASE. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.1.9.RELEASE...v5.2.22.RELEASE) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5b750c1..070f98e 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ org.springframework spring-core - 5.1.9.RELEASE + 5.2.22.RELEASE org.springframework.boot From 8d28f6044b961ddfdecda135041002b9a9ec08cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 02:30:01 +0000 Subject: [PATCH 5/5] Bump mysql-connector-java from 8.0.16 to 8.0.28 Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.16 to 8.0.28. - [Release notes](https://github.com/mysql/mysql-connector-j/releases) - [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES) - [Commits](https://github.com/mysql/mysql-connector-j/compare/8.0.16...8.0.28) --- updated-dependencies: - dependency-name: mysql:mysql-connector-java dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 87b162c..741b083 100644 --- a/pom.xml +++ b/pom.xml @@ -67,7 +67,7 @@ mysql mysql-connector-java - 8.0.16 + 8.0.28 com.google.code.gson