@@ -5,9 +5,9 @@ plugins {
5
5
id ' io.franzbecker.gradle-lombok' version ' 4.0.0'
6
6
id ' java'
7
7
id ' jacoco'
8
- id ' com.google.cloud.tools.jib' version ' 2.5 .0'
8
+ id ' com.google.cloud.tools.jib' version ' 2.6 .0'
9
9
id ' maven-publish'
10
- id ' com.github.spotbugs' version ' 4.5.0 '
10
+ id ' com.github.spotbugs' version ' 4.5.1 '
11
11
id ' info.solidsoft.pitest' version ' 1.5.2'
12
12
}
13
13
@@ -108,7 +108,7 @@ dependencies {
108
108
implementation(' org.springframework.boot:spring-boot-configuration-processor' )
109
109
implementation(' org.apache.commons:commons-lang3' )
110
110
implementation(' com.fasterxml.jackson.datatype:jackson-datatype-jsr310' )
111
- implementation(' com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.11.2 ' )
111
+ implementation(' com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.11.3 ' )
112
112
implementation(' com.fasterxml.uuid:java-uuid-generator:4.0.1' )
113
113
implementation(' io.pivotal.cfenv:java-cfenv-boot:2.2.2.RELEASE' )
114
114
implementation(' org.springframework.credhub:spring-credhub-cloud-connector:2.0.1.RELEASE' )
@@ -128,12 +128,12 @@ dependencies {
128
128
}
129
129
implementation(' org.eclipse.jgit:org.eclipse.jgit:5.9.0.202009080501-r' )
130
130
implementation(' org.springframework.boot:spring-boot-starter-mail' )
131
- implementation(' com.sendgrid:sendgrid-java:4.6.6 ' ) {
131
+ implementation(' com.sendgrid:sendgrid-java:4.6.7 ' ) {
132
132
exclude group : ' org.apache.httpcomponents' , module : ' httpclient'
133
133
}
134
- implementation(' org.apache.httpcomponents:httpclient:4.5.12 ' )
135
- implementation(' org.cloudfoundry:cloudfoundry-client-reactor:4.10 .0.RELEASE' )
136
- implementation(' org.cloudfoundry:cloudfoundry-operations:4.10 .0.RELEASE' )
134
+ implementation(' org.apache.httpcomponents:httpclient:4.5.13 ' )
135
+ implementation(' org.cloudfoundry:cloudfoundry-client-reactor:4.11 .0.RELEASE' )
136
+ implementation(' org.cloudfoundry:cloudfoundry-operations:4.11 .0.RELEASE' )
137
137
implementation(' io.micrometer:micrometer-registry-prometheus' )
138
138
testImplementation(' io.projectreactor:reactor-test' )
139
139
testImplementation(' org.assertj:assertj-core:3.17.2' )
0 commit comments