Skip to content

Commit

Permalink
version 1.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpark816 committed Jul 22, 2020
1 parent 1b4292a commit 81f905e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2020-07-22 [version 1.11.6]
* [FEATURE] added old string key generator for the backward compatibility.
* [FEATURE] upgrade to the latest log4j version (2.8.2 => 2.13.3).

2020-02-02 [version 1.11.5] (revised)
* [Feature] Upgrade log4j version for security vulnerabilities.
* [Feature] Change maven repo because it no longer supports insecure HTTP.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ The artifact for arcus-spring is in the central Maven repository. To use it, add
<dependency>
<groupId>com.navercorp.arcus</groupId>
<artifactId>arcus-spring</artifactId>
<version>1.11.5</version>
<version>1.11.6</version>
</dependency>
</dependencies>
```

#### Gradle (build.gradle)
```
dependencies {
compile 'com.navercorp.arcus:arcus-spring:1.11.5'
compile 'com.navercorp.arcus:arcus-spring:1.11.6'
}
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>arcus-spring</name>
<packaging>jar</packaging>
<url>https://github.com/naver/arcus-spring</url>
<version>1.11.5</version>
<version>1.11.6</version>

<properties>
<org.springframework.version>4.3.0.RELEASE</org.springframework.version>
Expand Down

0 comments on commit 81f905e

Please sign in to comment.