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

[WOR-1448]: Bump the minor-patch-dependencies group across 1 directory with 3 updates #1791

Merged
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
dependencies {
implementation 'org.apache.commons:commons-compress:1.27.1'
implementation 'io.spring.dependency-management:io.spring.dependency-management.gradle.plugin:1.1.6'
implementation 'org.springframework.boot:spring-boot-gradle-plugin:3.3.3'
implementation 'org.springframework.boot:spring-boot-gradle-plugin:3.3.4'
implementation group: 'com.diffplug.spotless', name: 'spotless-plugin-gradle', version: '6.25.0'
implementation 'com.srcclr.gradle:com.srcclr.gradle.gradle.plugin:3.1.12'
testImplementation group: 'org.jacoco', name: 'org.jacoco.agent', version: '0.8.12'
Expand Down
2 changes: 1 addition & 1 deletion integration/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

dependencies {
// Google dependencies versioned by bom
implementation platform('com.google.cloud:libraries-bom:26.45.0')
implementation platform('com.google.cloud:libraries-bom:26.47.0')
implementation "com.google.api-client:google-api-client"
implementation "com.google.cloud:google-cloud-bigquery"
implementation "com.google.cloud:google-cloud-storage"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ include 'azureDatabaseUtils'
gradle.ext.wsmVersion = "0.254.1149-SNAPSHOT"

// Single place to define the versions of dependencies shared between components.
gradle.ext.librarySwaggerAnnotations = "io.swagger.core.v3:swagger-annotations:2.2.23"
gradle.ext.librarySwaggerAnnotations = "io.swagger.core.v3:swagger-annotations:2.2.24"
gradle.ext.librarySwaggerCli = "io.swagger.codegen.v3:swagger-codegen-cli:3.0.56"
Loading