Skip to content

Commit 0072b75

Browse files
Bump kotlin.version
Bumps `kotlin.version` from 1.9.22 to 1.9.23. Updates `org.jetbrains.kotlin:kotlin-test` from 1.9.22 to 1.9.23 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.22...v1.9.23) Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 1.9.22 to 1.9.23 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-test dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9145b53 commit 0072b75

File tree

1 file changed

+1
-1
lines changed
  • deps/rabbitmq_auth_backend_http/examples/rabbitmq_auth_backend_spring_boot_kotlin

1 file changed

+1
-1
lines changed

deps/rabbitmq_auth_backend_http/examples/rabbitmq_auth_backend_spring_boot_kotlin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2424
<maven.compiler.source>17</maven.compiler.source>
2525
<maven.compiler.target>17</maven.compiler.target>
26-
<kotlin.version>1.9.22</kotlin.version>
26+
<kotlin.version>1.9.23</kotlin.version>
2727
<junit-jupiter.version>5.10.0</junit-jupiter.version>
2828
</properties>
2929

0 commit comments

Comments
 (0)