Skip to content

Commit

Permalink
Merge pull request #16449 from CDCgov/platform/david-navapbc/04nov24/…
Browse files Browse the repository at this point in the history
…dependabot

Platform/david navapbc/04nov24/dependabot
  • Loading branch information
david-navapbc authored Nov 8, 2024
2 parents 38f88c9 + 01b5c6b commit ed28a56
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions auth/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apply(from = rootProject.file("buildSrc/shared.gradle.kts"))

plugins {
id("org.springframework.boot") version "3.3.4"
id("org.springframework.boot") version "3.3.5"
id("io.spring.dependency-management") version "1.1.6"
id("reportstream.project-conventions")
kotlin("plugin.spring") version "2.0.0"
kotlin("plugin.spring") version "2.0.21"
}

group = "gov.cdc.prime"
Expand All @@ -24,7 +24,7 @@ dependencies {
implementation("org.springframework.cloud:spring-cloud-starter-gateway")
implementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server")

runtimeOnly("com.nimbusds:oauth2-oidc-sdk:11.19.1")
runtimeOnly("com.nimbusds:oauth2-oidc-sdk:11.20.1")

// Swagger
implementation("org.springdoc:springdoc-openapi-starter-webflux-ui:2.6.0")
Expand All @@ -48,7 +48,7 @@ configurations.all {

dependencyManagement {
imports {
mavenBom("com.azure.spring:spring-cloud-azure-dependencies:5.16.0")
mavenBom("com.azure.spring:spring-cloud-azure-dependencies:5.17.1")
mavenBom("org.springframework.cloud:spring-cloud-dependencies:2023.0.3")
}
}
Expand Down
14 changes: 7 additions & 7 deletions prime-router/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ plugins {
id("com.adarshr.test-logger") version "4.0.0"
id("jacoco")
id("org.jetbrains.dokka") version "1.8.20"
id("com.avast.gradle.docker-compose") version "0.17.8"
id("com.avast.gradle.docker-compose") version "0.17.10"
id("org.jetbrains.kotlin.plugin.serialization") version "$kotlinVersion"
id("com.nocwriter.runsql") version ("1.0.3")
id("io.swagger.core.v3.swagger-gradle-plugin") version "2.2.23"
Expand Down Expand Up @@ -868,11 +868,11 @@ 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.7") {
implementation("com.azure:azure-security-keyvault-secrets:4.9.0") {
exclude(group = "com.azure", module = "azure-core")
exclude(group = "com.azure", module = "azure-core-http-netty")
}
implementation("com.azure:azure-identity:1.13.3") {
implementation("com.azure:azure-identity:1.14.0") {
exclude(group = "com.azure", module = "azure-core")
exclude(group = "com.azure", module = "azure-core-http-netty")
}
Expand Down Expand Up @@ -903,8 +903,8 @@ dependencies {
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.29")
implementation("ca.uhn.hapi.fhir:org.hl7.fhir.r4:6.3.24")
implementation("ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.4.0")
implementation("ca.uhn.hapi.fhir:org.hl7.fhir.r4:6.4.0")
implementation("ca.uhn.hapi:hapi-base:2.5.1")
implementation("ca.uhn.hapi:hapi-structures-v251:2.5.1")
implementation("ca.uhn.hapi:hapi-structures-v27:2.5.1")
Expand All @@ -926,7 +926,7 @@ dependencies {
implementation("com.zaxxer:HikariCP:6.0.0")
implementation("org.flywaydb:flyway-core:10.18.2")
implementation("org.flywaydb:flyway-database-postgresql:10.18.2")
implementation("org.commonmark:commonmark:0.23.0")
implementation("org.commonmark:commonmark:0.24.0")
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")
Expand Down Expand Up @@ -988,7 +988,7 @@ dependencies {
runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.11.5")

testImplementation(kotlin("test-junit5"))
testImplementation("io.mockk:mockk:1.13.12")
testImplementation("io.mockk:mockk:1.13.13")
testImplementation("io.ktor:ktor-client-mock:$ktorVersion")

implementation(project(":shared"))
Expand Down
6 changes: 3 additions & 3 deletions submissions/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apply(from = rootProject.file("buildSrc/shared.gradle.kts"))

plugins {
id("org.springframework.boot") version "3.3.4"
id("org.springframework.boot") version "3.3.5"
id("io.spring.dependency-management") version "1.1.6"
id("reportstream.project-conventions")
kotlin("plugin.spring") version "2.0.20"
kotlin("plugin.spring") version "2.0.21"
}

group = "gov.cdc.prime"
Expand All @@ -16,7 +16,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-security")
implementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server")
implementation("org.springframework.security:spring-security-oauth2-jose:6.3.3")
implementation("org.springframework.security:spring-security-oauth2-jose:6.3.4")

implementation("com.azure.spring:spring-cloud-azure-starter-storage")
implementation("com.microsoft.azure:applicationinsights-runtime-attach:3.5.4")
Expand Down

0 comments on commit ed28a56

Please sign in to comment.