This is an automated email from the ASF dual-hosted git repository.
dongjoon 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 6b5ae04 [SPARK-37615][BUILD] Upgrade SBT to 1.5.6
6b5ae04 is described below
commit 6b5ae04f86bd0d70251891e47d6a8d3efe7b4961
Author: William Hyun <[email protected]>
AuthorDate: Sat Dec 11 21:17:17 2021 -0800
[SPARK-37615][BUILD] Upgrade SBT to 1.5.6
This PR aims to upgrade SBT to 1.5.6.
- https://github.com/sbt/sbt/releases/tag/v1.5.6
SBT 1.5.6 updates log4j 2 to 2.15.0, which fixes remote code execution
vulnerability (CVE-2021-44228)
No. This only affects build servers.
Pass the CIs.
Closes #34869 from williamhyun/sbt156.
Authored-by: William Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 119da4e6185f234cce00ccfd1b27c6d28e9b249a)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
project/build.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/build.properties b/project/build.properties
index 78a23cc..e7b5cbe 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.4
+sbt.version=1.5.6
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]