From 4d3c93df3e40882bbc252eb42381a2371f3d5b88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 09:17:45 +0000 Subject: [PATCH 01/20] Bump org.springframework.boot in /whiskers-cloudnative Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.1.5 to 3.2.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.5...v3.2.0) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- whiskers-cloudnative/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiskers-cloudnative/build.gradle.kts b/whiskers-cloudnative/build.gradle.kts index a09f96e6..f6f9994a 100644 --- a/whiskers-cloudnative/build.gradle.kts +++ b/whiskers-cloudnative/build.gradle.kts @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import org.springframework.boot.gradle.tasks.bundling.BootBuildImage plugins { - id("org.springframework.boot") version "3.1.5" + id("org.springframework.boot") version "3.2.0" id("io.spring.dependency-management") version "1.1.4" // id("org.springframework.experimental.aot") version "0.12.1" id("org.graalvm.buildtools.native") version "0.9.28" From c2fdbc7610e32cce7fcb7fd101110a3d49ff1ce3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 09:18:43 +0000 Subject: [PATCH 02/20] Bump jvm from 1.9.20 to 1.9.21 in /whiskers-cloudnative Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.9.20 to 1.9.21. - [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/v1.9.20...v1.9.21) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- whiskers-cloudnative/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiskers-cloudnative/build.gradle.kts b/whiskers-cloudnative/build.gradle.kts index a09f96e6..7bcb9a51 100644 --- a/whiskers-cloudnative/build.gradle.kts +++ b/whiskers-cloudnative/build.gradle.kts @@ -6,7 +6,7 @@ plugins { id("io.spring.dependency-management") version "1.1.4" // id("org.springframework.experimental.aot") version "0.12.1" id("org.graalvm.buildtools.native") version "0.9.28" - kotlin("jvm") version "1.9.20" + kotlin("jvm") version "1.9.21" kotlin("plugin.spring") version "1.9.10" } From bf44843618f964f0feefaef4bcd8245a5bf773bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 09:18:50 +0000 Subject: [PATCH 03/20] Bump org.springframework.boot:spring-boot-starter-validation Bumps [org.springframework.boot:spring-boot-starter-validation](https://github.com/spring-projects/spring-boot) from 3.1.5 to 3.2.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.5...v3.2.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-validation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- whiskers-cloudnative/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiskers-cloudnative/build.gradle.kts b/whiskers-cloudnative/build.gradle.kts index a09f96e6..3d8ec0bd 100644 --- a/whiskers-cloudnative/build.gradle.kts +++ b/whiskers-cloudnative/build.gradle.kts @@ -32,7 +32,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor") implementation("jakarta.validation:jakarta.validation-api:3.0.2") implementation("io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE") - implementation("org.springframework.boot:spring-boot-starter-validation:3.1.5") + implementation("org.springframework.boot:spring-boot-starter-validation:3.2.0") testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("io.projectreactor:reactor-test") testImplementation("org.testcontainers:junit-jupiter") From 6e45e35551fc503ec215a8fd269acf93e6e4cc94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 09:22:55 +0000 Subject: [PATCH 04/20] Bump multiplatform from 1.9.20 to 1.9.21 in /whiskers-ktor-no-db Bumps [multiplatform](https://github.com/JetBrains/kotlin) from 1.9.20 to 1.9.21. - [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/v1.9.20...v1.9.21) --- updated-dependencies: - dependency-name: multiplatform dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- whiskers-ktor-no-db/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiskers-ktor-no-db/build.gradle.kts b/whiskers-ktor-no-db/build.gradle.kts index 72e368bf..924e314c 100644 --- a/whiskers-ktor-no-db/build.gradle.kts +++ b/whiskers-ktor-no-db/build.gradle.kts @@ -1,6 +1,6 @@ plugins { application - kotlin("multiplatform") version "1.9.20" + kotlin("multiplatform") version "1.9.21" kotlin("plugin.serialization") version "1.9.20" } From a5c4cb1e67c9f1ee153e3eae90abe10464fd6584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 15:49:59 +0000 Subject: [PATCH 05/20] Bump plugin.serialization from 1.9.20 to 1.9.21 in /whiskers-ktor-no-db Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 1.9.20 to 1.9.21. - [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/v1.9.20...v1.9.21) --- updated-dependencies: - dependency-name: plugin.serialization dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- whiskers-ktor-no-db/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiskers-ktor-no-db/build.gradle.kts b/whiskers-ktor-no-db/build.gradle.kts index 924e314c..6acac797 100644 --- a/whiskers-ktor-no-db/build.gradle.kts +++ b/whiskers-ktor-no-db/build.gradle.kts @@ -1,7 +1,7 @@ plugins { application kotlin("multiplatform") version "1.9.21" - kotlin("plugin.serialization") version "1.9.20" + kotlin("plugin.serialization") version "1.9.21" } group = "org.jesperancinha.native" From fbbc757dcf1d554c563ff05cf4d1b5e279da275f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 09:38:25 +0000 Subject: [PATCH 06/20] Bump org.jetbrains.kotlinx:kotlinx-serialization-json Bumps [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.6.1 to 1.6.2. - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.6.1...v1.6.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- whiskers-ktor-no-db/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiskers-ktor-no-db/build.gradle.kts b/whiskers-ktor-no-db/build.gradle.kts index 6acac797..1b91742a 100644 --- a/whiskers-ktor-no-db/build.gradle.kts +++ b/whiskers-ktor-no-db/build.gradle.kts @@ -37,7 +37,7 @@ kotlin { implementation("io.ktor:ktor-server-cio:$ktorVersion") implementation("io.ktor:ktor-serialization-kotlinx-json:$ktorVersion") implementation("io.ktor:ktor-server-content-negotiation:$ktorVersion") - implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.1") + implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2") } } val nativeTest by getting { From 3391a047d25abc0839a3b76abce06cd540b78f73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 09:51:11 +0000 Subject: [PATCH 07/20] Bump org.jetbrains.kotlinx:kotlinx-serialization-json in /whiskers-ktor Bumps [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.6.1 to 1.6.2. - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.6.1...v1.6.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- whiskers-ktor/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiskers-ktor/build.gradle.kts b/whiskers-ktor/build.gradle.kts index fb10d144..7acbf0a0 100644 --- a/whiskers-ktor/build.gradle.kts +++ b/whiskers-ktor/build.gradle.kts @@ -50,7 +50,7 @@ kotlin { implementation("io.ktor:ktor-server-cio:$ktorVersion") implementation("io.ktor:ktor-server-content-negotiation:$ktorVersion") implementation("io.ktor:ktor-serialization-kotlinx-json:$ktorVersion") - implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.1") + implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2") implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.1") implementation("app.cash.sqldelight:runtime:2.0.0-alpha05") } From 72b10fe2bde468b10eed71f601db19ed1f738653 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 09:27:22 +0000 Subject: [PATCH 08/20] Bump org.jetbrains.kotlinx:kotlinx-datetime in /whiskers-ktor Bumps [org.jetbrains.kotlinx:kotlinx-datetime](https://github.com/Kotlin/kotlinx-datetime) from 0.4.1 to 0.5.0. - [Release notes](https://github.com/Kotlin/kotlinx-datetime/releases) - [Changelog](https://github.com/Kotlin/kotlinx-datetime/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx-datetime/compare/v0.4.1...v0.5.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-datetime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- whiskers-ktor/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiskers-ktor/build.gradle.kts b/whiskers-ktor/build.gradle.kts index 7acbf0a0..01903fae 100644 --- a/whiskers-ktor/build.gradle.kts +++ b/whiskers-ktor/build.gradle.kts @@ -51,7 +51,7 @@ kotlin { implementation("io.ktor:ktor-server-content-negotiation:$ktorVersion") implementation("io.ktor:ktor-serialization-kotlinx-json:$ktorVersion") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2") - implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.1") + implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.5.0") implementation("app.cash.sqldelight:runtime:2.0.0-alpha05") } } From a3661bfa09cee7d1b5a30c539418bd703a2ee2e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 09:26:37 +0000 Subject: [PATCH 09/20] Bump typescript from 5.3.2 to 5.3.3 in /e2e Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.2 to 5.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.2...v5.3.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- e2e/package-lock.json | 14 +++++++------- e2e/package.json | 2 +- e2e/yarn.lock | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/e2e/package-lock.json b/e2e/package-lock.json index fbf7b867..21a117a3 100644 --- a/e2e/package-lock.json +++ b/e2e/package-lock.json @@ -16,7 +16,7 @@ "devDependencies": { "cypress": "13.5.1", "ts-node": "10.9.1", - "typescript": "5.3.2" + "typescript": "5.3.3" } }, "node_modules/@colors/colors": { @@ -2403,9 +2403,9 @@ } }, "node_modules/typescript": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz", - "integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", + "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -4246,9 +4246,9 @@ "dev": true }, "typescript": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz", - "integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", + "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", "dev": true }, "universalify": { diff --git a/e2e/package.json b/e2e/package.json index d14fa985..27c64b9f 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -22,7 +22,7 @@ "devDependencies": { "cypress": "13.5.1", "ts-node": "10.9.1", - "typescript": "5.3.2" + "typescript": "5.3.3" }, "dependencies": { "client-oauth2": "^4.3.3", diff --git a/e2e/yarn.lock b/e2e/yarn.lock index 1adeeab5..32317614 100644 --- a/e2e/yarn.lock +++ b/e2e/yarn.lock @@ -1201,9 +1201,9 @@ type-fest@^0.21.3: version "0.21.3" resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz" -typescript@5.3.2: - version "5.3.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.2.tgz#00d1c7c1c46928c5845c1ee8d0cc2791031d4c43" +typescript@5.3.3: + version "5.3.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37" universalify@^0.2.0: version "0.2.0" From e7d99afab25bfe4176cb42178521804bb9313a50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 09:07:56 +0000 Subject: [PATCH 10/20] Bump ktorVersion from 2.3.6 to 2.3.7 in /whiskers-ktor Bumps `ktorVersion` from 2.3.6 to 2.3.7. Updates `io.ktor:ktor-server-core` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.6...2.3.7) Updates `io.ktor:ktor-server-cio` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.6...2.3.7) Updates `io.ktor:ktor-server-content-negotiation` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.6...2.3.7) Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.6...2.3.7) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-cio dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- whiskers-ktor/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiskers-ktor/build.gradle.kts b/whiskers-ktor/build.gradle.kts index 01903fae..6ff2c126 100644 --- a/whiskers-ktor/build.gradle.kts +++ b/whiskers-ktor/build.gradle.kts @@ -42,7 +42,7 @@ kotlin { } } - val ktorVersion = "2.3.6" + val ktorVersion = "2.3.7" sourceSets { val nativeMain by getting { dependencies { From cba99828879996257614a3f3e6396df5bc2c97e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 09:17:38 +0000 Subject: [PATCH 11/20] Bump ktorVersion from 2.3.6 to 2.3.7 in /whiskers-ktor-no-db Bumps `ktorVersion` from 2.3.6 to 2.3.7. Updates `io.ktor:ktor-server-core` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.6...2.3.7) Updates `io.ktor:ktor-server-cio` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.6...2.3.7) Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.6...2.3.7) Updates `io.ktor:ktor-server-content-negotiation` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.6...2.3.7) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-cio dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- whiskers-ktor-no-db/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiskers-ktor-no-db/build.gradle.kts b/whiskers-ktor-no-db/build.gradle.kts index 1b91742a..57b7ac51 100644 --- a/whiskers-ktor-no-db/build.gradle.kts +++ b/whiskers-ktor-no-db/build.gradle.kts @@ -29,7 +29,7 @@ kotlin { } } } - val ktorVersion="2.3.6" + val ktorVersion="2.3.7" sourceSets { val nativeMain by getting { dependencies { From a8a2ee60293faa129fc488dda609fdb8511b11fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 09:39:26 +0000 Subject: [PATCH 12/20] Bump ts-node from 10.9.1 to 10.9.2 in /e2e Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.9.1 to 10.9.2. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md) - [Commits](https://github.com/TypeStrong/ts-node/compare/v10.9.1...v10.9.2) --- updated-dependencies: - dependency-name: ts-node dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- e2e/package-lock.json | 15 +++++++-------- e2e/package.json | 2 +- e2e/yarn.lock | 6 +++--- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/e2e/package-lock.json b/e2e/package-lock.json index 21a117a3..6149724e 100644 --- a/e2e/package-lock.json +++ b/e2e/package-lock.json @@ -15,7 +15,7 @@ }, "devDependencies": { "cypress": "13.5.1", - "ts-node": "10.9.1", + "ts-node": "10.9.2", "typescript": "5.3.3" } }, @@ -2321,11 +2321,10 @@ "license": "MIT" }, "node_modules/ts-node": { - "version": "10.9.1", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz", - "integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==", + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", + "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==", "dev": true, - "license": "MIT", "dependencies": { "@cspotcode/source-map-support": "^0.8.0", "@tsconfig/node10": "^1.0.7", @@ -4198,9 +4197,9 @@ "integrity": "sha512-e4g0EJtAjk64xgnFPD6kTBUtpnMVzDrMb12N1YZV0VvSlhnVT3SGxiYTLdGy8Q5cYHOIC/FAHmZ10eGrAguicQ==" }, "ts-node": { - "version": "10.9.1", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz", - "integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==", + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", + "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==", "dev": true, "requires": { "@cspotcode/source-map-support": "^0.8.0", diff --git a/e2e/package.json b/e2e/package.json index 27c64b9f..92ecc28f 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -21,7 +21,7 @@ "license": "ISC", "devDependencies": { "cypress": "13.5.1", - "ts-node": "10.9.1", + "ts-node": "10.9.2", "typescript": "5.3.3" }, "dependencies": { diff --git a/e2e/yarn.lock b/e2e/yarn.lock index 32317614..1f160abc 100644 --- a/e2e/yarn.lock +++ b/e2e/yarn.lock @@ -1165,9 +1165,9 @@ ts-expect@^1.1.0: version "1.3.0" resolved "https://registry.npmjs.org/ts-expect/-/ts-expect-1.3.0.tgz" -ts-node@10.9.1: - version "10.9.1" - resolved "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz" +ts-node@10.9.2: + version "10.9.2" + resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f" dependencies: "@cspotcode/source-map-support" "^0.8.0" "@tsconfig/node10" "^1.0.7" From 8d1d7e47bf0474e0fa57a6ec1d00c1758da3fe5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 09:04:47 +0000 Subject: [PATCH 13/20] Bump plugin.serialization from 1.9.21 to 1.9.22 in /whiskers-ktor Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 1.9.21 to 1.9.22. - [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/v1.9.21...v1.9.22) --- updated-dependencies: - dependency-name: plugin.serialization dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- whiskers-ktor/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiskers-ktor/build.gradle.kts b/whiskers-ktor/build.gradle.kts index 6ff2c126..3e119570 100644 --- a/whiskers-ktor/build.gradle.kts +++ b/whiskers-ktor/build.gradle.kts @@ -1,7 +1,7 @@ plugins { application kotlin("multiplatform") version "1.9.21" - kotlin("plugin.serialization") version "1.9.21" + kotlin("plugin.serialization") version "1.9.22" } group = "org.jesperancinha.native" From f1bff955a749f3532f774a23bb6224339358e4e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 09:14:05 +0000 Subject: [PATCH 14/20] Bump multiplatform from 1.9.21 to 1.9.22 in /whiskers-ktor Bumps [multiplatform](https://github.com/JetBrains/kotlin) from 1.9.21 to 1.9.22. - [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/v1.9.21...v1.9.22) --- updated-dependencies: - dependency-name: multiplatform dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- whiskers-ktor/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiskers-ktor/build.gradle.kts b/whiskers-ktor/build.gradle.kts index 3e119570..e29a74a8 100644 --- a/whiskers-ktor/build.gradle.kts +++ b/whiskers-ktor/build.gradle.kts @@ -1,6 +1,6 @@ plugins { application - kotlin("multiplatform") version "1.9.21" + kotlin("multiplatform") version "1.9.22" kotlin("plugin.serialization") version "1.9.22" } From 31b79be880d5b5953083ffcb2a764add97c2daa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 09:35:20 +0000 Subject: [PATCH 15/20] Bump multiplatform from 1.9.21 to 1.9.22 in /plus Bumps [multiplatform](https://github.com/JetBrains/kotlin) from 1.9.21 to 1.9.22. - [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/v1.9.21...v1.9.22) --- updated-dependencies: - dependency-name: multiplatform dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- plus/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plus/build.gradle.kts b/plus/build.gradle.kts index a1ce9ab4..0b06653d 100644 --- a/plus/build.gradle.kts +++ b/plus/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - kotlin("multiplatform") version "1.9.21" + kotlin("multiplatform") version "1.9.22" } group = "me.jesperancinha" From 9ef54ffa5860d0668924db4fa36658252e16b5b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 09:42:07 +0000 Subject: [PATCH 16/20] Bump org.springframework.boot from 3.2.0 to 3.2.1 in /whiskers-graalvm Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- whiskers-graalvm/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiskers-graalvm/build.gradle.kts b/whiskers-graalvm/build.gradle.kts index 0f3504f5..c11530f7 100644 --- a/whiskers-graalvm/build.gradle.kts +++ b/whiskers-graalvm/build.gradle.kts @@ -1,7 +1,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { - id("org.springframework.boot") version "3.2.0" + id("org.springframework.boot") version "3.2.1" id("io.spring.dependency-management") version "1.1.4" // id("org.springframework.experimental.aot") version "0.12.1" id("org.graalvm.buildtools.native") version "0.9.28" From 8f3bfdb14ecc73d0c153d7b346457c938ad734a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 09:43:08 +0000 Subject: [PATCH 17/20] Bump plugin.spring from 1.9.21 to 1.9.22 in /whiskers-graalvm Bumps [plugin.spring](https://github.com/JetBrains/kotlin) from 1.9.21 to 1.9.22. - [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/v1.9.21...v1.9.22) --- updated-dependencies: - dependency-name: plugin.spring dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- whiskers-graalvm/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiskers-graalvm/build.gradle.kts b/whiskers-graalvm/build.gradle.kts index 0f3504f5..bec0c20b 100644 --- a/whiskers-graalvm/build.gradle.kts +++ b/whiskers-graalvm/build.gradle.kts @@ -6,7 +6,7 @@ plugins { // id("org.springframework.experimental.aot") version "0.12.1" id("org.graalvm.buildtools.native") version "0.9.28" kotlin("jvm") version "1.9.21" - kotlin("plugin.spring") version "1.9.21" + kotlin("plugin.spring") version "1.9.22" } group = "org.jesperancinha.knative" From 92a8d8ea9558b9459d2fb5f9eb80b6a1c8b69b67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 09:48:51 +0000 Subject: [PATCH 18/20] Bump multiplatform from 1.9.21 to 1.9.22 in /whiskers-ktor-no-db Bumps [multiplatform](https://github.com/JetBrains/kotlin) from 1.9.21 to 1.9.22. - [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/v1.9.21...v1.9.22) --- updated-dependencies: - dependency-name: multiplatform dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- whiskers-ktor-no-db/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiskers-ktor-no-db/build.gradle.kts b/whiskers-ktor-no-db/build.gradle.kts index 57b7ac51..9c4daadf 100644 --- a/whiskers-ktor-no-db/build.gradle.kts +++ b/whiskers-ktor-no-db/build.gradle.kts @@ -1,6 +1,6 @@ plugins { application - kotlin("multiplatform") version "1.9.21" + kotlin("multiplatform") version "1.9.22" kotlin("plugin.serialization") version "1.9.21" } From b3cea97071e025de1bcb927a659ad4876e6a25ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 09:57:42 +0000 Subject: [PATCH 19/20] Bump plugin.serialization from 1.9.21 to 1.9.22 in /whiskers-ktor-no-db Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 1.9.21 to 1.9.22. - [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/v1.9.21...v1.9.22) --- updated-dependencies: - dependency-name: plugin.serialization dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- whiskers-ktor-no-db/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiskers-ktor-no-db/build.gradle.kts b/whiskers-ktor-no-db/build.gradle.kts index 9c4daadf..da9a4866 100644 --- a/whiskers-ktor-no-db/build.gradle.kts +++ b/whiskers-ktor-no-db/build.gradle.kts @@ -1,7 +1,7 @@ plugins { application kotlin("multiplatform") version "1.9.22" - kotlin("plugin.serialization") version "1.9.21" + kotlin("plugin.serialization") version "1.9.22" } group = "org.jesperancinha.native" From f12a6c6c9eff2c902ae82270a37423f6e08f30dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 09:57:48 +0000 Subject: [PATCH 20/20] Bump org.springframework.boot:spring-boot-starter-validation Bumps [org.springframework.boot:spring-boot-starter-validation](https://github.com/spring-projects/spring-boot) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-validation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- whiskers-cloudnative/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiskers-cloudnative/build.gradle.kts b/whiskers-cloudnative/build.gradle.kts index 3d8ec0bd..a49ad636 100644 --- a/whiskers-cloudnative/build.gradle.kts +++ b/whiskers-cloudnative/build.gradle.kts @@ -32,7 +32,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor") implementation("jakarta.validation:jakarta.validation-api:3.0.2") implementation("io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE") - implementation("org.springframework.boot:spring-boot-starter-validation:3.2.0") + implementation("org.springframework.boot:spring-boot-starter-validation:3.2.1") testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("io.projectreactor:reactor-test") testImplementation("org.testcontainers:junit-jupiter")