Bump up versions for Apache httpclient, commons-io, postgresql, log4j2(test codes) (#8811)

This commit is contained in:
吴晟 Wu Sheng 2022-04-05 20:26:18 +08:00 committed by GitHub
parent 2db93e1981
commit 34a4553e23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 14 additions and 11 deletions

View File

@ -32,9 +32,11 @@ Release Notes.
* Improve CI with the GHA new feature "run failed jobs". * Improve CI with the GHA new feature "run failed jobs".
* Fix `./mvnw compile` not work if `./mvnw install` is not executed at least once. * Fix `./mvnw compile` not work if `./mvnw install` is not executed at least once.
* Add `JD_PRESERVE_LINE_FEEDS=true` in official code style file. * Add `JD_PRESERVE_LINE_FEEDS=true` in official code style file.
* Upgrade OAP dependencies gson(2.9.0), guava(31.1), jackson(2.13.2), protobuf-java(3.18.4). * Upgrade OAP dependencies gson(2.9.0), guava(31.1), jackson(2.13.2), protobuf-java(3.18.4), commons-io(2.7),
postgresql(42.3.3).
* Remove commons-pool and commons-dbcp from OAP dependencies(Not used before). * Remove commons-pool and commons-dbcp from OAP dependencies(Not used before).
* Upgrade webapp dependencies gson(2.9.0), spring boot(2.6.6), jackson(2.13.2.2), spring cloud(2021.0.1). * Upgrade webapp dependencies gson(2.9.0), spring boot(2.6.6), jackson(2.13.2.2), spring cloud(2021.0.1), Apache
httpclient(4.5.13).
#### OAP Server #### OAP Server

View File

@ -33,7 +33,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring.boot.version>2.6.6</spring.boot.version> <spring.boot.version>2.6.6</spring.boot.version>
<gson.version>2.9.0</gson.version> <gson.version>2.9.0</gson.version>
<apache-httpclient.version>4.5.3</apache-httpclient.version> <apache-httpclient.version>4.5.13</apache-httpclient.version>
<spring-cloud-dependencies.version>2021.0.1</spring-cloud-dependencies.version> <spring-cloud-dependencies.version>2021.0.1</spring-cloud-dependencies.version>
<frontend-maven-plugin.version>1.12.1</frontend-maven-plugin.version> <frontend-maven-plugin.version>1.12.1</frontend-maven-plugin.version>
<logback-classic.version>1.2.3</logback-classic.version> <logback-classic.version>1.2.3</logback-classic.version>

View File

@ -249,11 +249,12 @@ The text of each license is the standard Apache 2.0 license.
Apache: zookeeper 3.5.7: https://github.com/apache/zookeeper, Apache 2.0 Apache: zookeeper 3.5.7: https://github.com/apache/zookeeper, Apache 2.0
Apache: commons-collections 3.2.2: https://github.com/apache/commons-collections, Apache 2.0 Apache: commons-collections 3.2.2: https://github.com/apache/commons-collections, Apache 2.0
Apache: commons-configuration 1.8: https://github.com/apache/commons-configuration, Apache 2.0 Apache: commons-configuration 1.8: https://github.com/apache/commons-configuration, Apache 2.0
Apache: commons-io 2.4: https://github.com/apache/commons-io, Apache 2.0 Apache: commons-io 2.7: https://github.com/apache/commons-io, Apache 2.0
Apache: commons-compress 1.21: https://github.com/apache/commons-compress, Apache 2.0 Apache: commons-compress 1.21: https://github.com/apache/commons-compress, Apache 2.0
Apache: commons-collections4 4.4: https://mvnrepository.com/artifact/org.apache.commons/commons-collections4, Apache 2.0 Apache: commons-collections4 4.4: https://mvnrepository.com/artifact/org.apache.commons/commons-collections4, Apache 2.0
Apache: freemarker 2.3.28: https://github.com/apache/freemarker, Apache 2.0 Apache: freemarker 2.3.28: https://github.com/apache/freemarker, Apache 2.0
Apache: Tomcat-embed 9.0.56 https://tomcat.apache.org, Apache 2.0 Apache: Tomcat-embed 9.0.56 https://tomcat.apache.org, Apache 2.0
Apache: httpclient 4.5.13 https://hc.apache.org/, Apache 2.0
netty 4.1.68: https://github.com/netty/netty/blob/4.1/LICENSE.txt, Apache 2.0 netty 4.1.68: https://github.com/netty/netty/blob/4.1/LICENSE.txt, Apache 2.0
netty: netty-tcnative-boringssl-static 2.0.43: https://github.com/netty/netty-tcnative, Apache 2.0 netty: netty-tcnative-boringssl-static 2.0.43: https://github.com/netty/netty-tcnative, Apache 2.0
annotations 13.0: http://www.jetbrains.org, Apache 2.0 annotations 13.0: http://www.jetbrains.org, Apache 2.0
@ -372,7 +373,7 @@ The text of each license is also included at licenses/LICENSE-[project].txt.
Google: protobuf-java-util 3.19.4: https://github.com/google/protobuf/blob/master/java/pom.xml , BSD-3-Clause Google: protobuf-java-util 3.19.4: https://github.com/google/protobuf/blob/master/java/pom.xml , BSD-3-Clause
zstd-jni 1.4.3-1: https://github.com/luben/zstd-jni, BSD-3-Clause zstd-jni 1.4.3-1: https://github.com/luben/zstd-jni, BSD-3-Clause
postgresql 42.3.2: https://jdbc.postgresql.org/about/license.html, BSD-2-Clause postgresql 42.3.3: https://jdbc.postgresql.org/about/license.html, BSD-2-Clause
LatencyUtils 2.0.3: https://github.com/LatencyUtils/LatencyUtils, BSD-2-Clause LatencyUtils 2.0.3: https://github.com/LatencyUtils/LatencyUtils, BSD-2-Clause
======================================================================== ========================================================================

View File

@ -46,7 +46,7 @@
<commons-codec.version>1.11</commons-codec.version> <commons-codec.version>1.11</commons-codec.version>
<commons-lang3.version>3.12.0</commons-lang3.version> <commons-lang3.version>3.12.0</commons-lang3.version>
<netty-tcnative-boringssl-static.version>2.0.43.Final</netty-tcnative-boringssl-static.version> <netty-tcnative-boringssl-static.version>2.0.43.Final</netty-tcnative-boringssl-static.version>
<commons-io.version>2.6</commons-io.version> <commons-io.version>2.7</commons-io.version>
<kubernetes.version>14.0.0</kubernetes.version> <kubernetes.version>14.0.0</kubernetes.version>
<hikaricp.version>3.1.0</hikaricp.version> <hikaricp.version>3.1.0</hikaricp.version>
<zipkin.version>2.9.1</zipkin.version> <zipkin.version>2.9.1</zipkin.version>
@ -70,7 +70,7 @@
<mvel.version>2.4.8.Final</mvel.version> <mvel.version>2.4.8.Final</mvel.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version> <commons-beanutils.version>1.9.4</commons-beanutils.version>
<flatbuffers-java.version>1.12.0</flatbuffers-java.version> <flatbuffers-java.version>1.12.0</flatbuffers-java.version>
<postgresql.version>42.3.2</postgresql.version> <postgresql.version>42.3.3</postgresql.version>
<jetcd.version>0.5.3</jetcd.version> <jetcd.version>0.5.3</jetcd.version>
<testcontainers.version>1.15.3</testcontainers.version> <testcontainers.version>1.15.3</testcontainers.version>
<armeria.version>1.14.1</armeria.version> <armeria.version>1.14.1</armeria.version>

View File

@ -149,7 +149,7 @@
<compiler.version>1.8</compiler.version> <compiler.version>1.8</compiler.version>
<powermock.version>2.0.7</powermock.version> <powermock.version>2.0.7</powermock.version>
<checkstyle.version>6.18</checkstyle.version> <checkstyle.version>6.18</checkstyle.version>
<junit.version>4.12</junit.version> <junit.version>4.13.1</junit.version>
<mockito-core.version>3.5.13</mockito-core.version> <mockito-core.version>3.5.13</mockito-core.version>
<lombok.version>1.18.22</lombok.version> <lombok.version>1.18.22</lombok.version>

View File

@ -35,7 +35,7 @@
<properties> <properties>
<log4j.version>1.2.17</log4j.version> <log4j.version>1.2.17</log4j.version>
<log4j2.version>2.7</log4j2.version> <log4j2.version>2.17.1</log4j2.version>
<logback.version>1.2.3</logback.version> <logback.version>1.2.3</logback.version>
</properties> </properties>

View File

@ -26,7 +26,7 @@ commons-beanutils-1.9.4.jar
commons-codec-1.11.jar commons-codec-1.11.jar
commons-collections4-4.4.jar commons-collections4-4.4.jar
commons-compress-1.21.jar commons-compress-1.21.jar
commons-io-2.6.jar commons-io-2.7.jar
commons-lang3-3.12.0.jar commons-lang3-3.12.0.jar
commons-logging-1.2.jar commons-logging-1.2.jar
commons-text-1.4.jar commons-text-1.4.jar
@ -132,7 +132,7 @@ netty-transport-native-unix-common-4.1.68.Final-linux-x86_64.jar
okhttp-3.14.9.jar okhttp-3.14.9.jar
okio-1.17.2.jar okio-1.17.2.jar
perfmark-api-0.23.0.jar perfmark-api-0.23.0.jar
postgresql-42.3.2.jar postgresql-42.3.3.jar
proto-google-common-protos-2.0.1.jar proto-google-common-protos-2.0.1.jar
protobuf-java-3.19.4.jar protobuf-java-3.19.4.jar
protobuf-java-util-3.19.4.jar protobuf-java-util-3.19.4.jar