Skip to content

Commit

Permalink
chore(deps): bump kotlin.version from 1.9.20 to 1.9.21 in /webmvc
Browse files Browse the repository at this point in the history
Bumps `kotlin.version` from 1.9.20 to 1.9.21.

Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 1.9.20 to 1.9.21

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.20 to 1.9.21

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and hantsy committed Nov 27, 2023
1 parent 11d5369 commit 3709fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webmvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<properties>
<java.version>17</java.version>
<kotlin.version>1.9.20</kotlin.version>
<kotlin.version>1.9.21</kotlin.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 3709fe3

Please sign in to comment.