Skip to content

Commit

Permalink
Bump kotlinVersion from 1.9.23 to 1.9.24 (#475)
Browse files Browse the repository at this point in the history
* 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](JetBrains/kotlin@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](JetBrains/kotlin@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](JetBrains/kotlin@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] <[email protected]>

* Lagt til github-mirror

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stig Strøm <[email protected]>
  • Loading branch information
dependabot[bot] and stigebil authored May 8, 2024
1 parent e7f94a8 commit 306dc1b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 306dc1b

Please sign in to comment.