Skip to content

Commit 1e101dd

Browse files
authored
Upgrade log4j to 2.17.1 (#253)
Signed-off-by: yhmo <[email protected]>
1 parent 10c93ca commit 1e101dd

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## milvus-sdk-java 2.0.1 (2021-01-24)
4+
5+
### Improvement
6+
7+
- \#250 - Upgrade log4j-core to 2.17.1
8+
9+
310
## milvus-sdk-java 2.0.1 (2021-01-18)
411

512
### Improvement

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The following table shows compatibilities between Milvus and Java SDK.
1515

1616
| Milvus version | Java SDK version |
1717
| :------------: | :--------------: |
18-
| 2.0 | 2.0.1 |
18+
| 2.0 | 2.0.2 |
1919

2020
### Install Java SDK
2121

@@ -27,14 +27,14 @@ You can use **Apache Maven** or **Gradle**/**Grails** to download the SDK.
2727
<dependency>
2828
<groupId>io.milvus</groupId>
2929
<artifactId>milvus-sdk-java</artifactId>
30-
<version>2.0.1</version>
30+
<version>2.0.2</version>
3131
</dependency>
3232
```
3333

3434
- Gradle/Grails
3535

3636
```gradle
37-
compile 'io.milvus:milvus-sdk-java:2.0.1'
37+
compile 'io.milvus:milvus-sdk-java:2.0.2'
3838
```
3939

4040
### Examples

examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<groupId>io.milvus</groupId>
2727
<artifactId>milvus-sdk-java-examples</artifactId>
28-
<version>2.0.1</version>
28+
<version>2.0.2</version>
2929
<build>
3030
<plugins>
3131
<plugin>
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>io.milvus</groupId>
6565
<artifactId>milvus-sdk-java</artifactId>
66-
<version>2.0.1</version>
66+
<version>2.0.2</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>com.google.code.gson</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<groupId>io.milvus</groupId>
2727
<artifactId>milvus-sdk-java</artifactId>
28-
<version>2.0.1</version>
28+
<version>2.0.2</version>
2929
<packaging>jar</packaging>
3030

3131
<name>io.milvus:milvus-sdk-java</name>
@@ -145,7 +145,7 @@
145145
<dependency>
146146
<groupId>org.apache.logging.log4j</groupId>
147147
<artifactId>log4j-slf4j-impl</artifactId>
148-
<version>2.15.0</version>
148+
<version>2.17.1</version>
149149
</dependency>
150150
<dependency>
151151
<groupId>junit</groupId>

0 commit comments

Comments
 (0)