Skip to content

Commit

Permalink
[WOR-1448]: Bump the minor-patch-dependencies group with 2 updates (#…
Browse files Browse the repository at this point in the history
…1778)

Bumps the minor-patch-dependencies group with 2 updates: org.gradle.test-retry and [org.springframework.boot:spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot).


Updates `org.gradle.test-retry` from 1.5.9 to 1.5.10

Updates `org.springframework.boot:spring-boot-gradle-plugin` from 3.3.1 to 3.3.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.1...v3.3.2)

---
updated-dependencies:
- dependency-name: org.gradle.test-retry
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: org.springframework.boot:spring-boot-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 25, 2024
1 parent 09eb9b6 commit 7f7deba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azureDatabaseUtils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id "com.github.ben-manes.versions" version "0.51.0"
id "com.google.cloud.tools.jib" version "3.4.3"
id "de.undercouch.download" version "5.6.0"
id 'org.gradle.test-retry' version '1.5.9'
id 'org.gradle.test-retry' version '1.5.10'
id "org.sonarqube" version "5.1.0.4882"
}

Expand Down
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.26.2'
implementation 'io.spring.dependency-management:io.spring.dependency-management.gradle.plugin:1.1.6'
implementation 'org.springframework.boot:spring-boot-gradle-plugin:3.3.1'
implementation 'org.springframework.boot:spring-boot-gradle-plugin:3.3.2'
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 service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id "com.google.cloud.tools.jib" version "3.4.3"
id "de.undercouch.download" version "5.6.0"
id "org.hidetake.swagger.generator" version "2.19.2"
id 'org.gradle.test-retry' version '1.5.9'
id 'org.gradle.test-retry' version '1.5.10'
id "org.sonarqube" version "5.1.0.4882"
id "au.com.dius.pact" version "4.6.11"
}
Expand Down

0 comments on commit 7f7deba

Please sign in to comment.