This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch fd-scala in repository https://gitbox.apache.org/repos/asf/parquet-java.git
commit 6f759d9fed0334061b29fa965227aec5f7a04449 Author: Fokko Driesprong <[email protected]> AuthorDate: Thu Nov 7 09:18:39 2024 +0100 Bump Scala to 2.12.20 Adds support for JDK21+: - https://github.com/scala/scala/releases/tag/v2.12.18 - https://github.com/scala/scala/releases/tag/v2.12.19 - https://github.com/scala/scala/releases/tag/v2.12.20 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2b735ab79..72e862ad0 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,4 @@ -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" +a<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -79,7 +79,7 @@ <previous.version>1.13.1</previous.version> <thrift.executable>thrift</thrift.executable> <format.thrift.executable>${thrift.executable}</format.thrift.executable> - <scala.version>2.12.17</scala.version> + <scala.version>2.12.20</scala.version> <!-- scala.binary.version is used for projects that fetch dependencies that are in scala --> <scala.binary.version>2.12</scala.binary.version> <scala.maven.test.skip>false</scala.maven.test.skip>
