Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Security Work Order: Upgrade Spring Version:5.3.27 -> 5.3.34 #573

Merged
merged 22 commits into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion linkis-dist/package/sbin/kill-process-by-pid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [ "$LINKIS_HOME" = "" ]; then
export LINKIS_HOME=$INSTALL_HOME
fi
if [ "$LINKIS_LOG_DIR" = "" ]; then
export LINKIS_LOG_DIR="/data/bdp/logs/linkis"
export LINKIS_LOG_DIR="/data/logs/bdpe-ujes"
fi
ecmPid=`cat $LINKIS_HOME/pid/linkis_cg-engineconnmanager.pid`
month=`date '+%Y-%m'`
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<h2.version>1.4.200</h2.version>

<!-- spring -->
<spring-framework.version>5.3.27</spring-framework.version>
<spring-framework.version>5.3.34</spring-framework.version>
<spring-security.version>5.7.8</spring-security.version>
<spring.boot.version>2.7.11</spring.boot.version>
<spring-netflix.version>3.1.7</spring-netflix.version>
Expand Down
Loading