Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions flink-dist-scala/src/main/resources/META-INF/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The Apache Software Foundation (http://www.apache.org/).

The following dependencies all share the same BSD license which you find under licenses/LICENSE.scala.

- org.scala-lang:scala-compiler:2.12.20
- org.scala-lang:scala-library:2.12.20
- org.scala-lang:scala-reflect:2.12.20
- org.scala-lang:scala-compiler:2.12.21
- org.scala-lang:scala-library:2.12.21
- org.scala-lang:scala-reflect:2.12.21
- org.scala-lang.modules:scala-xml_2.12:2.3.0
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This project bundles the following dependencies under the Apache Software Licens
The following dependencies all share the same BSD license which you find under licenses/LICENSE.scala.

- org.scala-lang.modules:scala-java8-compat_2.12:1.0.2
- org.scala-lang:scala-library:2.12.20
- org.scala-lang:scala-library:2.12.21

This project bundles the following dependencies under the Creative Commons CC0 "No Rights Reserved".

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ The Apache Software Foundation (http://www.apache.org/).

The following dependencies all share the same BSD license which you find under licenses/LICENSE.scala.

- org.scala-lang:scala-compiler:2.12.20
- org.scala-lang:scala-library:2.12.20
- org.scala-lang:scala-reflect:2.12.20
- org.scala-lang:scala-compiler:2.12.21
- org.scala-lang:scala-library:2.12.21
- org.scala-lang:scala-reflect:2.12.21
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ under the License.
<maven.compiler.source>${source.java.version}</maven.compiler.source>
<maven.compiler.target>${target.java.version}</maven.compiler.target>
<scala.macros.version>2.1.1</scala.macros.version>
<scala.version>2.12.20</scala.version>
<scala.version>2.12.21</scala.version>
<scala.binary.version>2.12</scala.binary.version>
<!-- keep FlinkTestcontainersConfigurator.configureZookeeperContainer in sync -->
<zookeeper.version>3.7.2</zookeeper.version>
Expand Down Expand Up @@ -975,7 +975,7 @@ under the License.
<profile>
<id>scala-2.12</id>
<properties>
<scala.version>2.12.20</scala.version>
<scala.version>2.12.21</scala.version>
<scala.binary.version>2.12</scala.binary.version>
</properties>
<activation>
Expand Down