Skip to content

Commit 9bbf12b

Browse files
chore(deps)(deps): bump plugin.jpa from 2.1.10 to 2.2.0 in /Backend
Bumps [plugin.jpa](https://github.com/JetBrains/kotlin) from 2.1.10 to 2.2.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.2.0/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.10...v2.2.0) --- updated-dependencies: - dependency-name: plugin.jpa dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 43d3d88 commit 9bbf12b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Backend/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
kotlin("jvm") version "2.1.10" apply true
33
kotlin("plugin.spring") version "2.2.0" apply true
4-
kotlin("plugin.jpa") version "2.1.10" apply true
4+
kotlin("plugin.jpa") version "2.2.0" apply true
55
id("org.springframework.boot") version "3.4.3"
66
id("io.spring.dependency-management") version "1.1.7"
77
id("com.netflix.dgs.codegen") version "8.1.1"

0 commit comments

Comments
 (0)