Skip to content

Commit

Permalink
[CORE-69]: Bump the minor-patch-dependencies group across 1 directory…
Browse files Browse the repository at this point in the history
… with 4 updates (#1808)

* [CORE-69]: Bump the minor-patch-dependencies group across 1 directory with 4 updates

Bumps the minor-patch-dependencies group with 4 updates in the / directory: io.swagger.core.v3:swagger-annotations, au.com.dius.pact, [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) and [org.springframework.boot:spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot).


Updates `io.swagger.core.v3:swagger-annotations` from 2.2.25 to 2.2.26

Updates `au.com.dius.pact` from 4.6.14 to 4.6.16

Updates `com.google.cloud:libraries-bom` from 26.49.0 to 26.51.0
- [Release notes](https://github.com/googleapis/java-cloud-bom/releases)
- [Changelog](https://github.com/googleapis/java-cloud-bom/blob/main/release-please-config.json)
- [Commits](googleapis/java-cloud-bom@v26.49.0...v26.51.0)

Updates `org.springframework.boot:spring-boot-gradle-plugin` from 3.3.5 to 3.4.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.5...v3.4.0)

---
updated-dependencies:
- dependency-name: io.swagger.core.v3:swagger-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: au.com.dius.pact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: com.google.cloud:libraries-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: org.springframework.boot:spring-boot-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* update test runner

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Douglas Voet <[email protected]>
  • Loading branch information
dependabot[bot] and dvoet authored Dec 12, 2024
1 parent c178aa2 commit 6599339
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.5'
implementation 'org.springframework.boot:spring-boot-gradle-plugin:3.4.0'
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
4 changes: 2 additions & 2 deletions integration/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ plugins {
id 'application'

// Terra Test Runner Plugin.
id 'bio.terra.test-runner-plugin' version '0.2.0-SNAPSHOT'
id 'bio.terra.test-runner-plugin' version '0.2.1-SNAPSHOT'
}

dependencies {
// Google dependencies versioned by bom
implementation platform('com.google.cloud:libraries-bom:26.49.0')
implementation platform('com.google.cloud:libraries-bom:26.51.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 service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id "org.hidetake.swagger.generator" version "2.19.2"
id 'org.gradle.test-retry' version '1.6.0'
id "org.sonarqube" version "5.1.0.4882"
id "au.com.dius.pact" version "4.6.14"
id "au.com.dius.pact" version "4.6.16"
}

// constants visible to all .gradle files in this project
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.1163-SNAPSHOT"

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

0 comments on commit 6599339

Please sign in to comment.