This is an automated email from the ASF dual-hosted git repository.
lizhanhui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new 2b412a6fd fix(sec): upgrade org.yaml:snakeyaml to 1.32 (#5264)
2b412a6fd is described below
commit 2b412a6fd945f482982e70c1ed35f613ed4328ec
Author: vvsd <[email protected]>
AuthorDate: Tue Oct 11 15:05:32 2022 +0800
fix(sec): upgrade org.yaml:snakeyaml to 1.32 (#5264)
* update org.yaml:snakeyaml 1.31 to 1.32
* Revert pom.xml format
* Revert space stripping
* Show failed tests errors in GitHub action logs
Co-authored-by: Zhanhui Li <[email protected]>
---
.bazelrc | 2 ++
pom.xml | 9 +++++----
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/.bazelrc b/.bazelrc
index c8509cb48..7333057fb 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -26,6 +26,8 @@ test --action_env=TEST_TMPDIR=/tmp
test --experimental_strict_java_deps=warn
build --experimental_strict_java_deps=warn
+test --test_output=errors
+
# This .bazelrc file contains all of the flags required for the provided
# toolchain with Remote Build Execution.
diff --git a/pom.xml b/pom.xml
index c82e89b7f..11cbcb17d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,8 +15,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache</groupId>
@@ -113,7 +114,7 @@
<guava.version>31.0.1-jre</guava.version>
<openmessaging.version>0.3.1-alpha</openmessaging.version>
<log4j.version>1.2.17</log4j.version>
- <snakeyaml.version>1.31</snakeyaml.version>
+ <snakeyaml.version>1.32</snakeyaml.version>
<commons-codec.version>1.13</commons-codec.version>
<logging-log4j.version>2.17.1</logging-log4j.version>
<commons-validator.version>1.7</commons-validator.version>
@@ -902,4 +903,4 @@
<version>${awaitility.version}</version>
</dependency>
</dependencies>
-</project>
+</project>
\ No newline at end of file