File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
id " com.github.ben-manes.versions" version " 0.52.0"
5
5
id " com.google.cloud.tools.jib" version " 3.4.4"
6
6
id " de.undercouch.download" version " 5.6.0"
7
- id ' org.gradle.test-retry' version ' 1.6.1 '
7
+ id ' org.gradle.test-retry' version ' 1.6.2 '
8
8
id " org.sonarqube" version " 6.0.1.5171"
9
9
}
10
10
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repositories {
11
11
dependencies {
12
12
implementation ' org.apache.commons:commons-compress:1.27.1'
13
13
implementation ' io.spring.dependency-management:io.spring.dependency-management.gradle.plugin:1.1.7'
14
- implementation ' org.springframework.boot:spring-boot-gradle-plugin:3.4.1 '
14
+ implementation ' org.springframework.boot:spring-boot-gradle-plugin:3.4.3 '
15
15
implementation group : ' com.diffplug.spotless' , name : ' spotless-plugin-gradle' , version : ' 7.0.2'
16
16
implementation ' com.srcclr.gradle:com.srcclr.gradle.gradle.plugin:3.1.12'
17
17
testImplementation group : ' org.jacoco' , name : ' org.jacoco.agent' , version : ' 0.8.12'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
10
10
11
11
dependencies {
12
12
// Google dependencies versioned by bom
13
- implementation platform(' com.google.cloud:libraries-bom:26.53 .0' )
13
+ implementation platform(' com.google.cloud:libraries-bom:26.55 .0' )
14
14
implementation " com.google.api-client:google-api-client"
15
15
implementation " com.google.cloud:google-cloud-bigquery"
16
16
implementation " com.google.cloud:google-cloud-storage"
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ plugins {
5
5
id " com.google.cloud.tools.jib" version " 3.4.4"
6
6
id " de.undercouch.download" version " 5.6.0"
7
7
id " org.hidetake.swagger.generator" version " 2.19.2"
8
- id ' org.gradle.test-retry' version ' 1.6.1 '
8
+ id ' org.gradle.test-retry' version ' 1.6.2 '
9
9
id " org.sonarqube" version " 6.0.1.5171"
10
- id " au.com.dius.pact" version " 4.6.16 "
10
+ id " au.com.dius.pact" version " 4.6.17 "
11
11
}
12
12
13
13
// constants visible to all .gradle files in this project
You can’t perform that action at this time.
0 commit comments