Skip to content

Commit 4bf5bb4

Browse files
Bump kotlin.version from 1.9.24 to 2.3.0
Bumps `kotlin.version` from 1.9.24 to 2.3.0. Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.24 to 2.3.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.24...v2.3.0) Updates `org.jetbrains.kotlin:kotlin-test-junit` from 1.9.24 to 2.3.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.24...v2.3.0) Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.24 to 2.3.0 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.jetbrains.kotlin:kotlin-test-junit dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-major - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0a7dcc0 commit 4bf5bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rxjava2-jdbc-kotlin-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<description>RxJava2 streams for jdbc</description>
1414
<packaging>pom</packaging>
1515
<properties>
16-
<kotlin.version>1.9.24</kotlin.version>
16+
<kotlin.version>2.3.0</kotlin.version>
1717
</properties>
1818
<dependencies>
1919
<dependency>

0 commit comments

Comments
 (0)