Skip to content

Commit

Permalink
Bump plugin.jpa from 1.8.10 to 1.9.0
Browse files Browse the repository at this point in the history
Bumps [plugin.jpa](https://github.com/JetBrains/kotlin) from 1.8.10 to 1.9.0.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.10...v1.9.0)

---
updated-dependencies:
- dependency-name: plugin.jpa
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 9, 2023
1 parent 7711436 commit d94004c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id("io.spring.dependency-management") version "1.1.0"
kotlin("jvm") version "1.8.10"
kotlin("plugin.spring") version "1.8.10"
kotlin("plugin.jpa") version "1.8.10"
kotlin("plugin.jpa") version "1.9.0"
id("org.jlleitschuh.gradle.ktlint") version "11.4.2"
id("com.epages.restdocs-api-spec") version "0.17.1"

Expand Down

0 comments on commit d94004c

Please sign in to comment.