Skip to content

Commit 2ac8da2

Browse files
author
dushixiang
committed
提升版本号到v1.2.3
1 parent 0daeef7 commit 2ac8da2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>cn.typesafe</groupId>
1212
<artifactId>kafka-map</artifactId>
13-
<version>1.2.2</version>
13+
<version>1.2.3</version>
1414
<name>kafka-map</name>
1515
<description>a simple kafka manager</description>
1616
<properties>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.xerial</groupId>
5151
<artifactId>sqlite-jdbc</artifactId>
52-
<version>3.34.0</version>
52+
<version>3.36.0.3</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.springframework.boot</groupId>
@@ -60,25 +60,25 @@
6060
<scope>compile</scope>
6161
<groupId>com.google.guava</groupId>
6262
<artifactId>guava</artifactId>
63-
<version>30.1.1-jre</version>
63+
<version>31.1-jre</version>
6464
</dependency>
6565
<dependency>
6666
<scope>compile</scope>
6767
<groupId>com.github.ben-manes.caffeine</groupId>
6868
<artifactId>caffeine</artifactId>
69-
<version>3.0.3</version>
69+
<version>3.1.1</version>
7070
</dependency>
7171
<dependency>
7272
<scope>compile</scope>
7373
<groupId>org.springframework.security</groupId>
7474
<artifactId>spring-security-crypto</artifactId>
75-
<version>5.5.1</version>
75+
<version>5.7.1</version>
7676
</dependency>
7777
<dependency>
7878
<scope>compile</scope>
7979
<groupId>org.apache.kafka</groupId>
8080
<artifactId>kafka-clients</artifactId>
81-
<version>2.8.0</version>
81+
<version>3.1.0</version>
8282
</dependency>
8383

8484
<dependency>

src/main/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kafka-map",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"private": true,
55
"dependencies": {
66
"@testing-library/jest-dom": "^5.11.4",

0 commit comments

Comments
 (0)