Skip to content

Commit 0a97bb5

Browse files
authored
Update internal dependencies (#171)
1 parent a344950 commit 0a97bb5

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ app:
2323
2424
If you run into issues, you can disable the new implementation and revert to the previous behavior by setting the `multiThreadedConsumer` property to `false`.
2525

26+
#### Internal Dependency Updates
27+
- Upgrade from Spring Boot 2.0.8 to 2.0.9
28+
2629
## 2.2.0 (03/20/2019)
2730

2831
#### Bug fixes

dev-cluster/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.salesforce.kafka.test</groupId>
5454
<artifactId>kafka-junit-core</artifactId>
55-
<version>3.1.0</version>
55+
<version>3.1.1</version>
5656
</dependency>
5757

5858
<!-- Include Kafka 1.1.x -->

kafka-webview-ui/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
<dependency>
173173
<groupId>com.google.guava</groupId>
174174
<artifactId>guava</artifactId>
175-
<version>27.0.1-jre</version>
175+
<version>28.0-jre</version>
176176
</dependency>
177177
<!-- Explicitly include updated protocol buffer version -->
178178
<dependency>
@@ -217,7 +217,7 @@
217217
<dependency>
218218
<groupId>com.salesforce.kafka.test</groupId>
219219
<artifactId>kafka-junit4</artifactId>
220-
<version>3.1.0</version>
220+
<version>3.1.1</version>
221221
<scope>test</scope>
222222
</dependency>
223223
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<parent>
7272
<groupId>org.springframework.boot</groupId>
7373
<artifactId>spring-boot-starter-parent</artifactId>
74-
<version>2.0.8.RELEASE</version>
74+
<version>2.0.9.RELEASE</version>
7575
</parent>
7676

7777
<dependencies>

0 commit comments

Comments
 (0)