Skip to content

Commit

Permalink
- Kotlin from 2.0.21 to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pvillard31 committed Nov 28, 2024
1 parent 54aaf63 commit ad22f9e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
7 changes: 7 additions & 0 deletions nifi-extension-bundles/nifi-aws-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@
<artifactId>protobuf-java</artifactId>
<version>3.25.5</version>
</dependency>
<!-- Override kotlin-stdlib-common from amazon-kinesis-client -->
<!-- can be removed when not relying on kotlin-stdlib-common:jar anymore -->
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-common</artifactId>
<version>2.0.21</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,6 @@
<groupId>com.squareup.okio</groupId>
<artifactId>okio-jvm</artifactId>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-common</artifactId>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,6 @@
<artifactId>okio-jvm</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-common</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<software.amazon.awssdk.version>2.29.22</software.amazon.awssdk.version>
<gson.version>2.11.0</gson.version>
<io.fabric8.kubernetes.client.version>6.13.4</io.fabric8.kubernetes.client.version>
<kotlin.version>2.0.21</kotlin.version>
<kotlin.version>2.1.0</kotlin.version>
<okhttp.version>4.12.0</okhttp.version>
<okio.version>3.9.1</okio.version>
<org.apache.commons.cli.version>1.9.0</org.apache.commons.cli.version>
Expand Down

0 comments on commit ad22f9e

Please sign in to comment.