From 7148a09af8da3137734e2cd45628770db952407b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 07:34:05 +0000 Subject: [PATCH 01/17] Bump com.sendgrid:sendgrid-java from 4.10.2 to 4.10.3 in /prime-router Bumps [com.sendgrid:sendgrid-java](https://github.com/sendgrid/sendgrid-java) from 4.10.2 to 4.10.3. - [Release notes](https://github.com/sendgrid/sendgrid-java/releases) - [Changelog](https://github.com/sendgrid/sendgrid-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/sendgrid/sendgrid-java/compare/4.10.2...4.10.3) --- updated-dependencies: - dependency-name: com.sendgrid:sendgrid-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- prime-router/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prime-router/build.gradle.kts b/prime-router/build.gradle.kts index 65ca5665f3f..3c2ed66a920 100644 --- a/prime-router/build.gradle.kts +++ b/prime-router/build.gradle.kts @@ -903,7 +903,7 @@ dependencies { implementation("ca.uhn.hapi:hapi-structures-v27:2.5.1") implementation("com.googlecode.libphonenumber:libphonenumber:8.13.46") implementation("org.thymeleaf:thymeleaf:3.1.2.RELEASE") - implementation("com.sendgrid:sendgrid-java:4.10.2") + implementation("com.sendgrid:sendgrid-java:4.10.3") implementation("com.okta.jwt:okta-jwt-verifier:0.5.7") implementation("org.json:json:20240303") // DO NOT INCREMENT SSHJ to a newer version without first thoroughly testing it locally. From f9d1fc7720e4b8f83c820dcdd4cf6a386b6ce481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 07:34:06 +0000 Subject: [PATCH 02/17] Bump org.commonmark:commonmark from 0.22.0 to 0.23.0 in /prime-router Bumps [org.commonmark:commonmark](https://github.com/commonmark/commonmark-java) from 0.22.0 to 0.23.0. - [Release notes](https://github.com/commonmark/commonmark-java/releases) - [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.22.0...commonmark-parent-0.23.0) --- updated-dependencies: - dependency-name: org.commonmark:commonmark dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- prime-router/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prime-router/build.gradle.kts b/prime-router/build.gradle.kts index 65ca5665f3f..759c9b7fd48 100644 --- a/prime-router/build.gradle.kts +++ b/prime-router/build.gradle.kts @@ -919,7 +919,7 @@ dependencies { implementation("com.zaxxer:HikariCP:5.1.0") implementation("org.flywaydb:flyway-core:10.18.0") implementation("org.flywaydb:flyway-database-postgresql:10.18.0") - implementation("org.commonmark:commonmark:0.22.0") + implementation("org.commonmark:commonmark:0.23.0") implementation("com.google.guava:guava:33.3.0-jre") implementation("com.helger.as2:as2-lib:5.1.2") implementation("org.bouncycastle:bcprov-jdk15to18:1.78.1") From 16c7d6c41498f3aa269d744676ea80a143825dc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 07:34:06 +0000 Subject: [PATCH 03/17] Bump com.networknt:json-schema-validator in /prime-router Bumps [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/networknt/json-schema-validator/releases) - [Changelog](https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md) - [Commits](https://github.com/networknt/json-schema-validator/compare/1.5.1...1.5.2) --- updated-dependencies: - dependency-name: com.networknt:json-schema-validator dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- prime-router/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prime-router/build.gradle.kts b/prime-router/build.gradle.kts index 65ca5665f3f..a53289f0dd5 100644 --- a/prime-router/build.gradle.kts +++ b/prime-router/build.gradle.kts @@ -972,7 +972,7 @@ dependencies { implementation("xalan:xalan:2.7.3") // validations - implementation("com.networknt:json-schema-validator:1.5.1") + implementation("com.networknt:json-schema-validator:1.5.2") implementation("io.konform:konform-jvm:0.4.0") runtimeOnly("com.okta.jwt:okta-jwt-verifier-impl:0.5.7") From f7632bf18481b3e0f9f6ca03c447113c778e4abc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 07:34:06 +0000 Subject: [PATCH 04/17] Bump commons-io:commons-io from 2.16.1 to 2.17.0 in /prime-router Bumps commons-io:commons-io from 2.16.1 to 2.17.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- prime-router/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prime-router/build.gradle.kts b/prime-router/build.gradle.kts index 65ca5665f3f..4b6c40e8342 100644 --- a/prime-router/build.gradle.kts +++ b/prime-router/build.gradle.kts @@ -914,7 +914,7 @@ dependencies { implementation("org.apache.commons:commons-lang3:3.15.0") implementation("org.apache.commons:commons-text:1.12.0") implementation("commons-codec:commons-codec:1.17.1") - implementation("commons-io:commons-io:2.16.1") + implementation("commons-io:commons-io:2.17.0") implementation("org.postgresql:postgresql:42.7.4") implementation("com.zaxxer:HikariCP:5.1.0") implementation("org.flywaydb:flyway-core:10.18.0") @@ -944,7 +944,7 @@ dependencies { implementation("org.apache.poi:poi:5.3.0") implementation("org.apache.poi:poi-ooxml:5.3.0") implementation("org.apache.commons:commons-compress:1.27.1") - implementation("commons-io:commons-io:2.16.1") + implementation("commons-io:commons-io:2.17.0") implementation("com.anyascii:anyascii:0.3.2") // force jsoup since skrapeit-html-parser@1.2.1+ has not updated implementation("org.jsoup:jsoup:1.18.1") From fbcf541eb06a3bef7d4f31a325a5af4341290798 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 07:34:08 +0000 Subject: [PATCH 05/17] Bump the hapifhir group across 1 directory with 3 updates Bumps the hapifhir group with 3 updates in the /prime-router directory: ca.uhn.hapi.fhir:hapi-fhir-structures-r4, ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine and ca.uhn.hapi.fhir:hapi-fhir-client. Updates `ca.uhn.hapi.fhir:hapi-fhir-structures-r4` from 7.2.2 to 7.4.2 Updates `ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine` from 7.2.2 to 7.4.2 Updates `ca.uhn.hapi.fhir:hapi-fhir-client` from 7.2.2 to 7.4.2 --- updated-dependencies: - dependency-name: ca.uhn.hapi.fhir:hapi-fhir-structures-r4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: hapifhir - dependency-name: ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine dependency-type: direct:production update-type: version-update:semver-minor dependency-group: hapifhir - dependency-name: ca.uhn.hapi.fhir:hapi-fhir-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: hapifhir ... Signed-off-by: dependabot[bot] --- prime-router/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prime-router/build.gradle.kts b/prime-router/build.gradle.kts index 65ca5665f3f..6b873869299 100644 --- a/prime-router/build.gradle.kts +++ b/prime-router/build.gradle.kts @@ -891,10 +891,10 @@ dependencies { branch = "master" } } - implementation("ca.uhn.hapi.fhir:hapi-fhir-structures-r4:7.2.2") + implementation("ca.uhn.hapi.fhir:hapi-fhir-structures-r4:7.4.2") // https://mvnrepository.com/artifact/ca.uhn.hapi.fhir/hapi-fhir-caching-caffeine - implementation("ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine:7.2.2") - implementation("ca.uhn.hapi.fhir:hapi-fhir-client:7.2.2") + implementation("ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine:7.4.2") + implementation("ca.uhn.hapi.fhir:hapi-fhir-client:7.4.2") // pin implementation("ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.3.24") implementation("ca.uhn.hapi.fhir:org.hl7.fhir.r4:6.3.24") From 70c23b53e38dd23b1b34d9289e0e8f1a6bcd5514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 07:34:08 +0000 Subject: [PATCH 06/17] Bump ca.uhn.hapi.fhir:org.hl7.fhir.utilities in /prime-router Bumps ca.uhn.hapi.fhir:org.hl7.fhir.utilities from 6.3.24 to 6.3.29. --- updated-dependencies: - dependency-name: ca.uhn.hapi.fhir:org.hl7.fhir.utilities dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- prime-router/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prime-router/build.gradle.kts b/prime-router/build.gradle.kts index 65ca5665f3f..7e224b65a5c 100644 --- a/prime-router/build.gradle.kts +++ b/prime-router/build.gradle.kts @@ -896,7 +896,7 @@ dependencies { implementation("ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine:7.2.2") implementation("ca.uhn.hapi.fhir:hapi-fhir-client:7.2.2") // pin - implementation("ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.3.24") + implementation("ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.3.29") implementation("ca.uhn.hapi.fhir:org.hl7.fhir.r4:6.3.24") implementation("ca.uhn.hapi:hapi-base:2.5.1") implementation("ca.uhn.hapi:hapi-structures-v251:2.5.1") From 187e5437d3b77685d6f1bcd4e6850a2c5e926af8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 07:34:15 +0000 Subject: [PATCH 07/17] Bump the flyway group in /prime-router with 3 updates Bumps the flyway group in /prime-router with 3 updates: org.flywaydb:flyway-database-postgresql, [org.flywaydb:flyway-core](https://github.com/flyway/flyway) and org.flywaydb.flyway. Updates `org.flywaydb:flyway-database-postgresql` from 10.18.0 to 10.18.2 Updates `org.flywaydb:flyway-core` from 10.18.0 to 10.18.2 - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-10.18.0...flyway-10.18.2) Updates `org.flywaydb.flyway` from 10.18.0 to 10.18.2 --- updated-dependencies: - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: flyway - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: flyway - dependency-name: org.flywaydb.flyway dependency-type: direct:production update-type: version-update:semver-patch dependency-group: flyway ... Signed-off-by: dependabot[bot] --- prime-router/build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/prime-router/build.gradle.kts b/prime-router/build.gradle.kts index 65ca5665f3f..d0d748eaa4a 100644 --- a/prime-router/build.gradle.kts +++ b/prime-router/build.gradle.kts @@ -35,7 +35,7 @@ apply(from = rootProject.file("buildSrc/shared.gradle.kts")) plugins { val kotlinVersion by System.getProperties() id("reportstream.project-conventions") - id("org.flywaydb.flyway") version "10.18.0" + id("org.flywaydb.flyway") version "10.18.2" id("nu.studer.jooq") version "9.0" id("com.github.johnrengelman.shadow") version "8.1.1" id("com.microsoft.azure.azurefunctions") version "1.16.1" @@ -833,7 +833,7 @@ buildscript { // will need to be removed once this issue is resolved in Maven. classpath("net.minidev:json-smart:2.5.1") // as per flyway v10 docs the postgres flyway module must be on the project buildpath - classpath("org.flywaydb:flyway-database-postgresql:10.18.0") + classpath("org.flywaydb:flyway-database-postgresql:10.18.2") } } @@ -917,8 +917,8 @@ dependencies { implementation("commons-io:commons-io:2.16.1") implementation("org.postgresql:postgresql:42.7.4") implementation("com.zaxxer:HikariCP:5.1.0") - implementation("org.flywaydb:flyway-core:10.18.0") - implementation("org.flywaydb:flyway-database-postgresql:10.18.0") + implementation("org.flywaydb:flyway-core:10.18.2") + implementation("org.flywaydb:flyway-database-postgresql:10.18.2") implementation("org.commonmark:commonmark:0.22.0") implementation("com.google.guava:guava:33.3.0-jre") implementation("com.helger.as2:as2-lib:5.1.2") From b764d336dd9b5ab2b74fc115143c7b8e549ae785 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 07:34:39 +0000 Subject: [PATCH 08/17] Bump com.azure:azure-security-keyvault-secrets in /prime-router Bumps [com.azure:azure-security-keyvault-secrets](https://github.com/Azure/azure-sdk-for-java) from 4.8.6 to 4.8.7. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-security-keyvault-keys_4.8.6...azure-security-keyvault-keys_4.8.7) --- updated-dependencies: - dependency-name: com.azure:azure-security-keyvault-secrets dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- prime-router/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prime-router/build.gradle.kts b/prime-router/build.gradle.kts index 65ca5665f3f..535ced9c7b5 100644 --- a/prime-router/build.gradle.kts +++ b/prime-router/build.gradle.kts @@ -861,7 +861,7 @@ dependencies { implementation("com.azure:azure-storage-queue:12.22.0") { exclude(group = "com.azure", module = "azure-core") } - implementation("com.azure:azure-security-keyvault-secrets:4.8.6") { + implementation("com.azure:azure-security-keyvault-secrets:4.8.7") { exclude(group = "com.azure", module = "azure-core") exclude(group = "com.azure", module = "azure-core-http-netty") } From 568a0b57c03ff55dacb66e49c6cc7a570db6b7e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 07:34:48 +0000 Subject: [PATCH 09/17] Bump jacksonVersion from 2.17.2 to 2.18.0 in /prime-router Bumps `jacksonVersion` from 2.17.2 to 2.18.0. Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.17.2 to 2.18.0 - [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.17.2...jackson-dataformats-text-2.18.0) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.2 to 2.18.0 - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- prime-router/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prime-router/build.gradle.kts b/prime-router/build.gradle.kts index 65ca5665f3f..14e14ea6f9d 100644 --- a/prime-router/build.gradle.kts +++ b/prime-router/build.gradle.kts @@ -75,7 +75,7 @@ val javaVersion = when (appJvmTarget) { } val ktorVersion = "2.3.12" val kotlinVersion by System.getProperties() -val jacksonVersion = "2.17.2" +val jacksonVersion = "2.18.0" jacoco.toolVersion = "0.8.12" // Local database information, first one wins: From d09f365c0caf8a5b04903c95fc8eaa30674c84b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 07:34:51 +0000 Subject: [PATCH 10/17] Bump org.apache.commons:commons-csv in /prime-router Bumps [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) from 1.11.0 to 1.12.0. - [Changelog](https://github.com/apache/commons-csv/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-csv/compare/rel/commons-csv-1.11.0...rel/commons-csv-1.12.0) --- updated-dependencies: - dependency-name: org.apache.commons:commons-csv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- prime-router/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prime-router/build.gradle.kts b/prime-router/build.gradle.kts index 65ca5665f3f..2d80c6c0f94 100644 --- a/prime-router/build.gradle.kts +++ b/prime-router/build.gradle.kts @@ -910,7 +910,7 @@ dependencies { implementation("com.hierynomus:sshj:0.38.0") implementation("com.jcraft:jsch:0.1.55") implementation("org.apache.poi:poi:5.3.0") - implementation("org.apache.commons:commons-csv:1.11.0") + implementation("org.apache.commons:commons-csv:1.12.0") implementation("org.apache.commons:commons-lang3:3.15.0") implementation("org.apache.commons:commons-text:1.12.0") implementation("commons-codec:commons-codec:1.17.1") From 89f4ccae5e85a79a8a018ea3c4cdd0f5a52b94f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 07:34:54 +0000 Subject: [PATCH 11/17] Bump com.zaxxer:HikariCP from 5.1.0 to 6.0.0 in /prime-router Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 5.1.0 to 6.0.0. - [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES) - [Commits](https://github.com/brettwooldridge/HikariCP/compare/HikariCP-5.1.0...HikariCP-6.0.0) --- updated-dependencies: - dependency-name: com.zaxxer:HikariCP dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- prime-router/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prime-router/build.gradle.kts b/prime-router/build.gradle.kts index 65ca5665f3f..f100494ca45 100644 --- a/prime-router/build.gradle.kts +++ b/prime-router/build.gradle.kts @@ -916,7 +916,7 @@ dependencies { implementation("commons-codec:commons-codec:1.17.1") implementation("commons-io:commons-io:2.16.1") implementation("org.postgresql:postgresql:42.7.4") - implementation("com.zaxxer:HikariCP:5.1.0") + implementation("com.zaxxer:HikariCP:6.0.0") implementation("org.flywaydb:flyway-core:10.18.0") implementation("org.flywaydb:flyway-database-postgresql:10.18.0") implementation("org.commonmark:commonmark:0.22.0") From e57c9c3e0e5b92b0ed88d72ac2f96a5bde2776ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 07:35:00 +0000 Subject: [PATCH 12/17] Bump com.google.guava:guava in /prime-router Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.3.0-jre to 33.3.1-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- prime-router/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prime-router/build.gradle.kts b/prime-router/build.gradle.kts index 65ca5665f3f..16bce9bf6e5 100644 --- a/prime-router/build.gradle.kts +++ b/prime-router/build.gradle.kts @@ -920,7 +920,7 @@ dependencies { implementation("org.flywaydb:flyway-core:10.18.0") implementation("org.flywaydb:flyway-database-postgresql:10.18.0") implementation("org.commonmark:commonmark:0.22.0") - implementation("com.google.guava:guava:33.3.0-jre") + implementation("com.google.guava:guava:33.3.1-jre") implementation("com.helger.as2:as2-lib:5.1.2") implementation("org.bouncycastle:bcprov-jdk15to18:1.78.1") implementation("org.bouncycastle:bcprov-jdk18on:1.78.1") From fee4ed11cd0ab77c4f92be4c83572b1ba076374a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 08:15:43 +0000 Subject: [PATCH 13/17] Bump org.jetbrains.kotlinx:kotlinx-coroutines-reactor in /auth Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-reactor](https://github.com/Kotlin/kotlinx.coroutines) from 1.8.1 to 1.9.0. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.8.1...1.9.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-reactor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- auth/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/build.gradle.kts b/auth/build.gradle.kts index f04d2619d62..2910cfaa1db 100644 --- a/auth/build.gradle.kts +++ b/auth/build.gradle.kts @@ -15,7 +15,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-reflect") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1") - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.8.1") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.9.0") /** * Spring WebFlux was chosen for this project to be able to better handle periods of high traffic From 739b85836e9a0cdc80445110cda17f1476e8f05a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 08:16:32 +0000 Subject: [PATCH 14/17] Bump org.jetbrains.kotlinx:kotlinx-coroutines-core in /auth Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.8.1 to 1.9.0. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.8.1...1.9.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- auth/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/build.gradle.kts b/auth/build.gradle.kts index f04d2619d62..541b87d5002 100644 --- a/auth/build.gradle.kts +++ b/auth/build.gradle.kts @@ -14,7 +14,7 @@ dependencies { implementation(project(":shared")) implementation("org.jetbrains.kotlin:kotlin-reflect") - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.8.1") /** From 462f239569b0fc33adbcde30abbc1e216288b024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 08:16:32 +0000 Subject: [PATCH 15/17] Bump com.azure.spring:spring-cloud-azure-dependencies in /auth Bumps [com.azure.spring:spring-cloud-azure-dependencies](https://github.com/Azure/azure-sdk-for-java) from 5.14.0 to 5.16.0. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/spring-cloud-azure_5.14.0...spring-cloud-azure_5.16.0) --- updated-dependencies: - dependency-name: com.azure.spring:spring-cloud-azure-dependencies dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- auth/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/build.gradle.kts b/auth/build.gradle.kts index f04d2619d62..521e9e1c77a 100644 --- a/auth/build.gradle.kts +++ b/auth/build.gradle.kts @@ -45,7 +45,7 @@ configurations.all { dependencyManagement { imports { - mavenBom("com.azure.spring:spring-cloud-azure-dependencies:5.14.0") + mavenBom("com.azure.spring:spring-cloud-azure-dependencies:5.16.0") mavenBom("org.springframework.cloud:spring-cloud-dependencies:2023.0.3") } } From 6736dea70adf722771a71e13805f9b24c598dd83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 08:16:33 +0000 Subject: [PATCH 16/17] Bump org.springframework.boot from 3.3.2 to 3.3.4 in /auth Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.3.2 to 3.3.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.2...v3.3.4) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- auth/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/build.gradle.kts b/auth/build.gradle.kts index f04d2619d62..6360f71534b 100644 --- a/auth/build.gradle.kts +++ b/auth/build.gradle.kts @@ -1,7 +1,7 @@ apply(from = rootProject.file("buildSrc/shared.gradle.kts")) plugins { - id("org.springframework.boot") version "3.3.2" + id("org.springframework.boot") version "3.3.4" id("io.spring.dependency-management") version "1.1.6" id("reportstream.project-conventions") kotlin("plugin.spring") version "2.0.0" From 837ce36af60120f1283be8f66663c3d41fd9974f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 08:16:33 +0000 Subject: [PATCH 17/17] Bump com.nimbusds:oauth2-oidc-sdk from 11.18 to 11.19.1 in /auth Bumps [com.nimbusds:oauth2-oidc-sdk](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions) from 11.18 to 11.19.1. - [Changelog](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/11.19.1..11.18) --- updated-dependencies: - dependency-name: com.nimbusds:oauth2-oidc-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- auth/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/build.gradle.kts b/auth/build.gradle.kts index f04d2619d62..12dd2227044 100644 --- a/auth/build.gradle.kts +++ b/auth/build.gradle.kts @@ -24,7 +24,7 @@ dependencies { implementation("org.springframework.cloud:spring-cloud-gateway-webflux") implementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server") - runtimeOnly("com.nimbusds:oauth2-oidc-sdk:11.18") + runtimeOnly("com.nimbusds:oauth2-oidc-sdk:11.19.1") testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.springframework.security:spring-security-test")