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

[DT-400-gradle]: Bump the minor-patch-dependencies group across 1 directory with 8 updates #1876

Closed
Changes from all commits
Commits
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
16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath('io.swagger.codegen.v3:swagger-codegen:3.0.64')
classpath('io.swagger.codegen.v3:swagger-codegen:3.0.66')
// Required for gradle liquibase plugin
classpath ('org.liquibase:liquibase-core:4.29.2')
}
Expand All @@ -33,10 +33,10 @@ plugins {
id 'org.gradle.test-retry' version '1.6.0'
id 'antlr'
id 'org.hidetake.swagger.generator' version '2.19.2'
id 'org.springframework.boot' version '3.4.0'
id 'org.springframework.boot' version '3.4.1'
id 'idea'
id 'java'
id 'io.spring.dependency-management' version '1.1.6'
id 'io.spring.dependency-management' version '1.1.7'
id 'jacoco'
// After merging a spotless version update which requires a large-scale code reformat, add the
// commit hash to .git-blame-ignore-revs to avoid cluttering git blame.
Expand Down Expand Up @@ -64,7 +64,7 @@ allprojects {
}
dependencies {
dependency 'io.swagger.core.v3:swagger-annotations:2.2.27'
dependency 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.64'
dependency 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.66'
}
}
}
Expand Down Expand Up @@ -164,7 +164,7 @@ dependencies {
implementation 'com.google.apis:google-api-services-oauth2:v2-rev20200213-2.0.0'
implementation 'com.google.apis:google-api-services-iam:v1-rev20230209-2.0.0'

implementation platform('com.google.cloud:libraries-bom:26.51.0')
implementation platform('com.google.cloud:libraries-bom:26.52.0')
implementation 'com.google.cloud:google-cloud-billing'
implementation 'com.google.cloud:google-cloud-resourcemanager'
implementation 'com.google.cloud:google-cloud-bigquery'
Expand Down Expand Up @@ -222,19 +222,19 @@ dependencies {

// Azure related dependencies
implementation 'com.azure:azure-identity:1.14.2'
implementation 'com.azure.resourcemanager:azure-resourcemanager:2.45.0'
implementation 'com.azure.resourcemanager:azure-resourcemanager:2.46.0'
implementation 'com.azure.resourcemanager:azure-resourcemanager-loganalytics:1.1.0'
implementation 'com.azure.resourcemanager:azure-resourcemanager-securityinsights:1.0.0-beta.5'
implementation 'com.azure:azure-storage-common:12.28.0'
implementation 'com.azure:azure-storage-file-datalake:12.22.0'
implementation 'com.azure:azure-data-tables:12.5.0'

implementation platform('io.sentry:sentry-bom:7.19.0') //import bom
implementation platform('io.sentry:sentry-bom:7.19.1') //import bom
implementation('io.sentry:sentry-spring-boot-starter-jakarta')
implementation('io.sentry:sentry-logback')

// OpenTelemetry @WithSpan annotations:
implementation 'io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.10.0'
implementation 'io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.11.0'

testImplementation 'org.apache.parquet:parquet-common:1.15.0'
testImplementation 'org.apache.parquet:parquet-hadoop:1.15.0'
Expand Down
Loading