Skip to content

Commit af5e63c

Browse files
committed
Update dependencies and plugins versions
1 parent 96a0f37 commit af5e63c

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ plugins {
55
id 'io.franzbecker.gradle-lombok' version '4.0.0'
66
id 'java'
77
id 'jacoco'
8-
id 'com.google.cloud.tools.jib' version '2.5.0'
8+
id 'com.google.cloud.tools.jib' version '2.6.0'
99
id 'maven-publish'
10-
id 'com.github.spotbugs' version '4.5.0'
10+
id 'com.github.spotbugs' version '4.5.1'
1111
id 'info.solidsoft.pitest' version '1.5.2'
1212
}
1313

@@ -108,7 +108,7 @@ dependencies {
108108
implementation('org.springframework.boot:spring-boot-configuration-processor')
109109
implementation('org.apache.commons:commons-lang3')
110110
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')
112112
implementation('com.fasterxml.uuid:java-uuid-generator:4.0.1')
113113
implementation('io.pivotal.cfenv:java-cfenv-boot:2.2.2.RELEASE')
114114
implementation('org.springframework.credhub:spring-credhub-cloud-connector:2.0.1.RELEASE')
@@ -128,12 +128,12 @@ dependencies {
128128
}
129129
implementation('org.eclipse.jgit:org.eclipse.jgit:5.9.0.202009080501-r')
130130
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') {
132132
exclude group: 'org.apache.httpcomponents', module: 'httpclient'
133133
}
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')
137137
implementation('io.micrometer:micrometer-registry-prometheus')
138138
testImplementation('io.projectreactor:reactor-test')
139139
testImplementation('org.assertj:assertj-core:3.17.2')

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>com.fasterxml.jackson.dataformat</groupId>
100100
<artifactId>jackson-dataformat-csv</artifactId>
101-
<version>2.11.2</version>
101+
<version>2.11.3</version>
102102
</dependency>
103103
<dependency>
104104
<groupId>com.fasterxml.uuid</groupId>
@@ -176,7 +176,7 @@
176176
<dependency>
177177
<groupId>com.sendgrid</groupId>
178178
<artifactId>sendgrid-java</artifactId>
179-
<version>4.6.6</version>
179+
<version>4.6.7</version>
180180
<exclusions>
181181
<exclusion>
182182
<artifactId>spring-boot-starter-logging</artifactId>
@@ -191,17 +191,17 @@
191191
<dependency>
192192
<groupId>org.apache.httpcomponents</groupId>
193193
<artifactId>httpclient</artifactId>
194-
<version>4.5.12</version>
194+
<version>4.5.13</version>
195195
</dependency>
196196
<dependency>
197197
<groupId>org.cloudfoundry</groupId>
198198
<artifactId>cloudfoundry-client-reactor</artifactId>
199-
<version>4.10.0.RELEASE</version>
199+
<version>4.11.0.RELEASE</version>
200200
</dependency>
201201
<dependency>
202202
<groupId>org.cloudfoundry</groupId>
203203
<artifactId>cloudfoundry-operations</artifactId>
204-
<version>4.10.0.RELEASE</version>
204+
<version>4.11.0.RELEASE</version>
205205
</dependency>
206206
<dependency>
207207
<groupId>io.micrometer</groupId>

0 commit comments

Comments
 (0)