From d678d9d9553388d5a5fccb4cdef31fdf875a5a02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 22:19:48 +0000 Subject: [PATCH] Bump the annet-deps group across 1 directory with 4 updates Bumps the annet-deps group with 4 updates in the /app directory: org.flywaydb:flyway-database-postgresql, [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc), [org.assertj:assertj-core](https://github.com/assertj/assertj) and [jvm](https://github.com/JetBrains/kotlin). Updates `org.flywaydb:flyway-database-postgresql` from 11.1.1 to 11.2.0 Updates `org.postgresql:postgresql` from 42.7.4 to 42.7.5 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.7.4...REL42.7.5) Updates `org.assertj:assertj-core` from 3.27.2 to 3.27.3 - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.2...assertj-build-3.27.3) Updates `jvm` from 2.1.0 to 2.1.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.1.0...v2.1.10) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-minor dependency-group: annet-deps - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: annet-deps - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: annet-deps - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: annet-deps ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 418a747..3d1433e 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -7,20 +7,20 @@ val dusseldorfVersion = "5.0.16" val ktorVersion = "2.3.13" val jsonassertVersion = "1.5.3" val mockkVersion = "1.13.16" -val assertjVersion = "3.27.2" +val assertjVersion = "3.27.3" // Database -val flywayVersion = "11.1.1" +val flywayVersion = "11.2.0" val hikariVersion = "6.2.1" val kotliqueryVersion = "1.9.1" -val postgresVersion = "42.7.4" +val postgresVersion = "42.7.5" val embeddedPostgres = "2.1.0" val embeddedPostgresBinaries = "12.9.0" val mainClass = "no.nav.omsorgsdager.ApplicationKt" plugins { - kotlin("jvm") version "2.1.0" + kotlin("jvm") version "2.1.10" id("com.github.johnrengelman.shadow") version "8.1.1" id("org.sonarqube") version "6.0.1.5171" jacoco