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

gurwls223 pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new 6b2b6ea  [SPARK-37656][BUILD] Upgrade SBT to 1.5.7
6b2b6ea is described below

commit 6b2b6eac8a143578211ae6aba4170b614d8c9997
Author: Kousuke Saruta <[email protected]>
AuthorDate: Thu Dec 16 14:23:12 2021 +0900

    [SPARK-37656][BUILD] Upgrade SBT to 1.5.7
    
    This PR upgrades SBT to `1.5.7`.
    
    SBT 1.5.7 was released a few hours ago, which includes a fix for 
CVE-2021-45046.
    Spark doesn't use Log4J 2.x for now, but it's to avoid potential 
vulnerability just in case.
    
    No.
    
    GA and AppVayor.
    
    Closes #34915 from sarutak/upgrade-sbt-1.5.7.
    
    Authored-by: Kousuke Saruta <[email protected]>
    Signed-off-by: Hyukjin Kwon <[email protected]>
    (cherry picked from commit 972489a5708ee4ff89bd2e93aed80020cc2fb8d9)
    Signed-off-by: Hyukjin Kwon <[email protected]>
---
 project/build.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/build.properties b/project/build.properties
index e7b5cbe..38bcab3 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.5.6
+sbt.version=1.5.7

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to