From 306dc1b2906364546ec01769ebacde6c2deea2b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 11:52:45 +0200 Subject: [PATCH] Bump kotlinVersion from 1.9.23 to 1.9.24 (#475) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump kotlinVersion from 1.9.23 to 1.9.24 Bumps `kotlinVersion` from 1.9.23 to 1.9.24. Updates `jvm` from 1.9.23 to 1.9.24 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.24/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.23...v1.9.24) Updates `plugin.spring` from 1.9.23 to 1.9.24 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.24/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.23...v1.9.24) Updates `plugin.jpa` from 1.9.23 to 1.9.24 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.24/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.23...v1.9.24) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: plugin.spring dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: plugin.jpa dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Lagt til github-mirror --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stig Strøm --- build.gradle.kts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 01340ac7..a6afb7a2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ val mainClass = "no.nav.familie.ba.infotrygd.Main" plugins { - val kotlinVersion = "1.9.23" + val kotlinVersion = "1.9.24" val springBootVersion = "3.2.3" id("org.springframework.boot") version springBootVersion id("io.spring.dependency-management") version "1.1.4" @@ -39,6 +39,10 @@ repositories { password = System.getenv("GPR_API_KEY") ?: project.findProperty("gpr.key") as String? } } + maven { + name = "github-mirror" + url = uri("https://github-package-registry-mirror.gc.nav.no/cached/maven-release") + } } allOpen {