Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve open backend dependabots #16079

Merged
merged 35 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
7148a09
Bump com.sendgrid:sendgrid-java from 4.10.2 to 4.10.3 in /prime-router
dependabot[bot] Sep 29, 2024
f9d1fc7
Bump org.commonmark:commonmark from 0.22.0 to 0.23.0 in /prime-router
dependabot[bot] Sep 29, 2024
16c7d6c
Bump com.networknt:json-schema-validator in /prime-router
dependabot[bot] Sep 29, 2024
f7632bf
Bump commons-io:commons-io from 2.16.1 to 2.17.0 in /prime-router
dependabot[bot] Sep 29, 2024
fbcf541
Bump the hapifhir group across 1 directory with 3 updates
dependabot[bot] Sep 29, 2024
70c23b5
Bump ca.uhn.hapi.fhir:org.hl7.fhir.utilities in /prime-router
dependabot[bot] Sep 29, 2024
187e543
Bump the flyway group in /prime-router with 3 updates
dependabot[bot] Sep 29, 2024
b764d33
Bump com.azure:azure-security-keyvault-secrets in /prime-router
dependabot[bot] Sep 29, 2024
568a0b5
Bump jacksonVersion from 2.17.2 to 2.18.0 in /prime-router
dependabot[bot] Sep 29, 2024
d09f365
Bump org.apache.commons:commons-csv in /prime-router
dependabot[bot] Sep 29, 2024
89f4cca
Bump com.zaxxer:HikariCP from 5.1.0 to 6.0.0 in /prime-router
dependabot[bot] Sep 29, 2024
e57c9c3
Bump com.google.guava:guava in /prime-router
dependabot[bot] Sep 29, 2024
fee4ed1
Bump org.jetbrains.kotlinx:kotlinx-coroutines-reactor in /auth
dependabot[bot] Sep 29, 2024
739b858
Bump org.jetbrains.kotlinx:kotlinx-coroutines-core in /auth
dependabot[bot] Sep 29, 2024
462f239
Bump com.azure.spring:spring-cloud-azure-dependencies in /auth
dependabot[bot] Sep 29, 2024
6736dea
Bump org.springframework.boot from 3.3.2 to 3.3.4 in /auth
dependabot[bot] Sep 29, 2024
837ce36
Bump com.nimbusds:oauth2-oidc-sdk from 11.18 to 11.19.1 in /auth
dependabot[bot] Sep 29, 2024
df18231
Merge remote-tracking branch 'origin/dependabot/gradle/prime-router/c…
thetaurean Oct 3, 2024
9ab2278
Merge remote-tracking branch 'origin/dependabot/gradle/prime-router/c…
thetaurean Oct 3, 2024
a7b775d
Merge remote-tracking branch 'origin/dependabot/gradle/prime-router/o…
thetaurean Oct 3, 2024
4891771
Merge remote-tracking branch 'origin/dependabot/gradle/prime-router/j…
thetaurean Oct 3, 2024
b9f84c1
Merge remote-tracking branch 'origin/dependabot/gradle/prime-router/c…
thetaurean Oct 3, 2024
26fa764
Merge remote-tracking branch 'origin/dependabot/gradle/prime-router/f…
thetaurean Oct 3, 2024
521b186
Merge remote-tracking branch 'origin/dependabot/gradle/prime-router/h…
thetaurean Oct 3, 2024
cadabc9
Merge remote-tracking branch 'origin/dependabot/gradle/prime-router/c…
thetaurean Oct 3, 2024
a95148f
Merge remote-tracking branch 'origin/dependabot/gradle/auth/org.sprin…
thetaurean Oct 3, 2024
abbb5fe
Merge remote-tracking branch 'origin/dependabot/gradle/auth/org.jetbr…
thetaurean Oct 3, 2024
030b744
Merge remote-tracking branch 'origin/dependabot/gradle/auth/org.jetbr…
thetaurean Oct 3, 2024
de2312b
Merge remote-tracking branch 'origin/dependabot/gradle/auth/com.azure…
thetaurean Oct 3, 2024
fe6f15e
Merge remote-tracking branch 'origin/dependabot/gradle/prime-router/o…
thetaurean Oct 3, 2024
add5ae5
Merge remote-tracking branch 'origin/dependabot/gradle/auth/com.nimbu…
thetaurean Oct 3, 2024
47cd863
Merge remote-tracking branch 'origin/dependabot/gradle/prime-router/c…
thetaurean Oct 3, 2024
5eb3ba9
Merge remote-tracking branch 'origin/dependabot/gradle/prime-router/c…
thetaurean Oct 3, 2024
a400f42
Merge remote-tracking branch 'origin/dependabot/gradle/prime-router/c…
thetaurean Oct 3, 2024
7c21d2c
Merge branch 'master' into platform/thetaurean/mass-dependabots
thetaurean Oct 4, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions auth/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -14,8 +14,8 @@ 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-reactor:1.8.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
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
Expand All @@ -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")
Expand All @@ -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")
}
}
Expand Down
36 changes: 18 additions & 18 deletions prime-router/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -839,7 +839,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")
}
}

Expand Down Expand Up @@ -867,7 +867,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")
}
Expand Down Expand Up @@ -897,36 +897,36 @@ 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.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")
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.
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")
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")
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.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("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")
Expand All @@ -950,7 +950,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 [email protected]+ has not updated
implementation("org.jsoup:jsoup:1.18.1")
Expand Down Expand Up @@ -978,7 +978,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")
Expand Down
Loading