This is an automated email from the ASF dual-hosted git repository.

ethanfeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git


The following commit(s) were added to refs/heads/main by this push:
     new 34c8d164b [CELEBORN-921] Upgrade sbt to 1.9.4
34c8d164b is described below

commit 34c8d164bd77eadd20a7f716580f80c9fdf10b04
Author: Xiduo You <[email protected]>
AuthorDate: Fri Aug 25 17:59:04 2023 +0800

    [CELEBORN-921] Upgrade sbt to 1.9.4
    
    ### What changes were proposed in this pull request?
    
    Upgrade sbt from 1.9.3 to 1.9.4
    
    ### Why are the changes needed?
    
    Solves CVE and several issues.
    
    <img width="1377" alt="image" 
src="https://github.com/apache/incubator-celeborn/assets/12025282/33710ee5-739a-4a11-8739-48f7898072bb";>
    
    Release note see: https://github.com/sbt/sbt/releases/tag/v1.9.4
    
    ### Does this PR introduce _any_ user-facing change?
    no
    
    ### How was this patch tested?
    PASS CI
    
    Closes #1841 from ulysses-you/CELEBORN-921.
    
    Authored-by: Xiduo You <[email protected]>
    Signed-off-by: mingji <[email protected]>
---
 project/build.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/build.properties b/project/build.properties
index 41f6be168..ddb843170 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -14,4 +14,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-sbt.version=1.9.3
+sbt.version=1.9.4

Reply via email to