From 2fdc7c60eb59cadbe4175bcb66c438f43084176c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 17:16:26 +0000 Subject: [PATCH 01/11] Bump commons-compress from 1.20 to 1.21 Bumps commons-compress from 1.20 to 1.21. --- updated-dependencies: - dependency-name: org.apache.commons:commons-compress 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 aa62148453..88bc2cc7b9 100644 --- a/pom.xml +++ b/pom.xml @@ -87,7 +87,7 @@ org.apache.commons commons-compress - 1.20 + 1.21 From 25733d770720eb9cf399f6d64fe0f3a1191a32f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Aug 2021 15:39:48 +0000 Subject: [PATCH 02/11] Bump bcprov-jdk15on from 1.55 to 1.67 in /core-java-modules/core-java-io Bumps [bcprov-jdk15on](https://github.com/bcgit/bc-java) from 1.55 to 1.67. - [Release notes](https://github.com/bcgit/bc-java/releases) - [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) --- updated-dependencies: - dependency-name: org.bouncycastle:bcprov-jdk15on dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- core-java-modules/core-java-io/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-io/pom.xml b/core-java-modules/core-java-io/pom.xml index d97430f09e..04c37701e2 100644 --- a/core-java-modules/core-java-io/pom.xml +++ b/core-java-modules/core-java-io/pom.xml @@ -268,7 +268,7 @@ - 1.55 + 1.67 1.10 3.6.1 1.0.3 From 0f5fefab2fb8840a370d4e9ad1998f4c7c37ba90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 20:59:31 +0000 Subject: [PATCH 03/11] Bump jsoup from 1.7.2 to 1.14.2 Bumps [jsoup](https://github.com/jhy/jsoup) from 1.7.2 to 1.14.2. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES) - [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.7.2...jsoup-1.14.2) --- updated-dependencies: - dependency-name: org.jsoup:jsoup 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 aa62148453..b9dd594479 100644 --- a/pom.xml +++ b/pom.xml @@ -210,7 +210,7 @@ org.jsoup jsoup - 1.7.2 + 1.14.2 From 43dcc02240dcee8bd5998ce7bf3601ac36c25ec2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 05:44:24 +0000 Subject: [PATCH 04/11] Bump hibernate-core Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.3.11.Final to 5.4.24.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.4.24/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.3.11...5.4.24) --- updated-dependencies: - dependency-name: org.hibernate:hibernate-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- persistence-modules/spring-boot-persistence-h2-console/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/persistence-modules/spring-boot-persistence-h2-console/pom.xml b/persistence-modules/spring-boot-persistence-h2-console/pom.xml index 0ae6e99d74..1e4c7bbdfd 100644 --- a/persistence-modules/spring-boot-persistence-h2-console/pom.xml +++ b/persistence-modules/spring-boot-persistence-h2-console/pom.xml @@ -55,7 +55,7 @@ com.ossez.h2db.demo.server.SpringBootApp 2.2.4.RELEASE - 5.3.11.Final + 5.4.24.Final 1.0.4 From 67a82992fc8e00eaed4cd6553e4317c2583e3ca0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 08:38:12 +0000 Subject: [PATCH 05/11] Bump hibernate-core in /persistence-modules/hibernate5 Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.4.12.Final to 5.4.24.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.4.24/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.4.12...5.4.24) --- updated-dependencies: - dependency-name: org.hibernate:hibernate-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- persistence-modules/hibernate5/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/persistence-modules/hibernate5/pom.xml b/persistence-modules/hibernate5/pom.xml index 899acb90ff..042f67118a 100644 --- a/persistence-modules/hibernate5/pom.xml +++ b/persistence-modules/hibernate5/pom.xml @@ -77,7 +77,7 @@ - 5.4.12.Final + 5.4.24.Final 8.0.24 2.2.3 3.8.0 From a70533af832d02e48a0152b699e406884e79596a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 02:04:24 +0000 Subject: [PATCH 06/11] Bump zip4j from 1.3.2 to 2.9.1 Bumps [zip4j](https://github.com/srikanth-lingala/zip4j) from 1.3.2 to 2.9.1. - [Release notes](https://github.com/srikanth-lingala/zip4j/releases) - [Commits](https://github.com/srikanth-lingala/zip4j/commits/v2.9.1) --- updated-dependencies: - dependency-name: net.lingala.zip4j:zip4j 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 aa62148453..d3fdbcc4e2 100644 --- a/pom.xml +++ b/pom.xml @@ -216,7 +216,7 @@ net.lingala.zip4j zip4j - 1.3.2 + 2.9.1 From 85f2b551589670fe8c8b9df52b2b5109c3be82bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Apr 2022 12:46:28 +0000 Subject: [PATCH 07/11] Bump dom4j from 2.1.1 to 2.1.3 in /xml Bumps [dom4j](https://github.com/dom4j/dom4j) from 2.1.1 to 2.1.3. - [Release notes](https://github.com/dom4j/dom4j/releases) - [Commits](https://github.com/dom4j/dom4j/compare/version-2.1.1...version-2.1.3) --- updated-dependencies: - dependency-name: org.dom4j:dom4j dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- xml/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/pom.xml b/xml/pom.xml index 55ff86c89d..b3a04f02ac 100644 --- a/xml/pom.xml +++ b/xml/pom.xml @@ -359,7 +359,7 @@ - 2.1.1 + 2.1.3 1.2.0 2.0.6 1.6.2 From d4d2bf5ed04b3d24a02f291cc4d7e8c5307f7bf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Apr 2022 12:46:47 +0000 Subject: [PATCH 08/11] Bump hibernate-core in /persistence-modules/hibernate-annotations Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.4.7.Final to 5.4.24.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.4.24/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.4.7...5.4.24) --- updated-dependencies: - dependency-name: org.hibernate:hibernate-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- persistence-modules/hibernate-annotations/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/persistence-modules/hibernate-annotations/pom.xml b/persistence-modules/hibernate-annotations/pom.xml index 4bee5c2196..0b47ee944a 100644 --- a/persistence-modules/hibernate-annotations/pom.xml +++ b/persistence-modules/hibernate-annotations/pom.xml @@ -55,7 +55,7 @@ - 5.4.7.Final + 5.4.24.Final 3.8.1 true 2.1.7.RELEASE From cba5c9aef53a22ca4ff84eb424214de715701948 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 21:48:24 +0000 Subject: [PATCH 09/11] Bump esapi from 2.1.0.1 to 2.3.0.0 in /core-java-modules/core-java-io Bumps [esapi](https://github.com/ESAPI/esapi-java-legacy) from 2.1.0.1 to 2.3.0.0. - [Release notes](https://github.com/ESAPI/esapi-java-legacy/releases) - [Commits](https://github.com/ESAPI/esapi-java-legacy/compare/esapi-2.1.0.1...esapi-2.3.0.0) --- updated-dependencies: - dependency-name: org.owasp.esapi:esapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- core-java-modules/core-java-io/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-io/pom.xml b/core-java-modules/core-java-io/pom.xml index c91439d8a4..62971eb058 100644 --- a/core-java-modules/core-java-io/pom.xml +++ b/core-java-modules/core-java-io/pom.xml @@ -289,7 +289,7 @@ 3.3.1 2.4.0 - 2.1.0.1 + 2.3.0.0 1.19 2.4.5 From 31dd65261a7c29facb28cf8221b0771a391f4403 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Sat, 30 Apr 2022 19:23:18 -0400 Subject: [PATCH 10/11] =?UTF-8?q?=E5=B0=86=E6=89=80=E6=9C=89=E6=9C=AC?= =?UTF-8?q?=E5=9C=B0=E5=B7=B2=E6=9C=89=E7=9A=84=E6=96=87=E4=BB=B6=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E5=88=B0=20Git=20=E4=BB=A5=E4=BE=BF=E4=BA=8E=E5=90=8E?= =?UTF-8?q?=E7=BB=AD=E7=9A=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/compiler.xml | 168 +++++++++++++++++++++++++++++++-------- .idea/misc.xml | 1 + .idea/thriftCompiler.xml | 6 ++ .idea/workspace.xml | 20 +---- 4 files changed, 144 insertions(+), 51 deletions(-) create mode 100644 .idea/thriftCompiler.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 450847bd62..415d8be780 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -7,22 +7,120 @@ - - - - + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + @@ -34,35 +132,37 @@ - - - - - + + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + + - - - + + + + - - + + diff --git a/.idea/misc.xml b/.idea/misc.xml index 44c4c0bfc4..5581558b26 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -8,6 +8,7 @@ diff --git a/.idea/thriftCompiler.xml b/.idea/thriftCompiler.xml new file mode 100644 index 0000000000..7bc123c6bc --- /dev/null +++ b/.idea/thriftCompiler.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index f109c1626f..755687eac1 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,20 +4,11 @@