Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lab-03-kafka/lab-03-kafka-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>2.3.1</version>
<version>3.9.1</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion lab-04-rabbitmq/lab-04-rabbitmq-demo-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.10.1</version>
<version>2.12.7.1</version>
</dependency>

<!-- 方便等会写单元测试 -->
Expand Down
2 changes: 1 addition & 1 deletion lab-04-rabbitmq/lab-04-rabbitmq-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<version>5.7.3</version>
<version>5.18.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion lab-04-rabbitmq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<version>5.5.3</version>
<version>5.18.0</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.61</version>
<version>1.2.83</version>
</dependency>

<!-- Spring Data Redis 默认使用 Jackson 作为 JSON 序列化的工具 -->
Expand All @@ -66,7 +66,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
<version>2.14.0</version>
</dependency>

</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.61</version>
<version>1.2.83</version>
</dependency>

<!-- Spring Data Redis 默认使用 Jackson 作为 JSON 序列化的工具 -->
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
<version>2.14.0</version>
</dependency>

</dependencies>
Expand Down