Skip to content

Commit

Permalink
Spark: Bump Spark version for vulnerability (#5292)
Browse files Browse the repository at this point in the history
  • Loading branch information
a49a authored Sep 29, 2022
1 parent d228992 commit 61b131f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spark/v3.1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def sparkProjects = [

configure(sparkProjects) {
project.ext {
sparkVersion = '3.1.2'
sparkVersion = '3.1.3'
}

configurations {
Expand Down
2 changes: 1 addition & 1 deletion spark/v3.2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/

String sparkVersion = '3.2.1'
String sparkVersion = '3.2.2'
String sparkMajorVersion = '3.2'
String scalaVersion = System.getProperty("scalaVersion") != null ? System.getProperty("scalaVersion") : System.getProperty("defaultScalaVersion")

Expand Down

0 comments on commit 61b131f

Please sign in to comment.