From d9cbd1a2831ec85d1974df9d4d817718b30847f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 22:49:54 +0800 Subject: [PATCH 1/4] chore(deps): Bump annotations from 23.0.0 to 23.1.0 (#18) Bumps [annotations](https://github.com/JetBrains/java-annotations) from 23.0.0 to 23.1.0. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/java-annotations/compare/23.0.0...23.1.0) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a643ddd..206cde4 100644 --- a/pom.xml +++ b/pom.xml @@ -109,7 +109,7 @@ org.jetbrains annotations - 23.0.0 + 23.1.0 provided From 03c69ba3a2c5e673ad1b6fa0442da8a67374201c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 23:07:40 +0800 Subject: [PATCH 2/4] chore(deps): Bump yamlconfiguration from 1.3.0 to 1.3.1 (#19) Bumps [yamlconfiguration](https://github.com/bspfsystems/YamlConfiguration) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/bspfsystems/YamlConfiguration/releases) - [Commits](https://github.com/bspfsystems/YamlConfiguration/compare/v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: org.bspfsystems:yamlconfiguration dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- impl/yaml/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/impl/yaml/pom.xml b/impl/yaml/pom.xml index 0576f9f..d104f93 100644 --- a/impl/yaml/pom.xml +++ b/impl/yaml/pom.xml @@ -38,7 +38,7 @@ org.bspfsystems yamlconfiguration - 1.3.0 + 1.3.1 compile From bf89f583dbae5a6f4ee40fa08194f7300ddde0bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 01:02:32 +0800 Subject: [PATCH 3/4] chore(deps): Bump gson from 2.10 to 2.10.1 (#20) Bumps [gson](https://github.com/google/gson) from 2.10 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.10...gson-parent-2.10.1) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- impl/json/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/impl/json/pom.xml b/impl/json/pom.xml index b1e2840..b8ce68a 100644 --- a/impl/json/pom.xml +++ b/impl/json/pom.xml @@ -37,7 +37,7 @@ com.google.code.gson gson - 2.10 + 2.10.1 compile From 7ac39da4e991c94df787e2b3fbd17d66c7eee142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 22:16:19 +0800 Subject: [PATCH 4/4] chore(deps): Bump annotations from 23.1.0 to 24.0.0 (#21) Bumps [annotations](https://github.com/JetBrains/java-annotations) from 23.1.0 to 24.0.0. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/java-annotations/compare/23.1.0...24.0.0) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 206cde4..65dd6e0 100644 --- a/pom.xml +++ b/pom.xml @@ -109,7 +109,7 @@ org.jetbrains annotations - 23.1.0 + 24.0.0 provided