From 678b68cebc2c010d9f60ef218720b189302eee35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 07:49:35 +0000 Subject: [PATCH] Bump plugin.jpa from 1.9.22 to 1.9.24 Bumps [plugin.jpa](https://github.com/JetBrains/kotlin) from 1.9.22 to 1.9.24. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: plugin.jpa dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 587db90..b85c16f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { id("io.spring.dependency-management") version "1.1.4" kotlin("jvm") version "1.9.22" kotlin("plugin.spring") version "1.9.22" - kotlin("plugin.jpa") version "1.9.22" + kotlin("plugin.jpa") version "1.9.24" kotlin("kapt") version "1.9.22" id("com.diffplug.spotless") version "6.12.0" id ("org.flywaydb.flyway") version "7.7.0"