Skip to content

Commit a7f685c

Browse files
## 1.5.2:
### Date: 21-July-2020 - [Bump Issue] : Bump Issue: log4j-core from 2.5 to 2.13.2 - [Query] : Query.locale() documentation - [ CSHttpConnection ] : StandardCharsets.UTF_8 Support Added
1 parent c7b7524 commit a7f685c

File tree

4 files changed

+25
-6
lines changed

4 files changed

+25
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33

44
------------------------------------------------
55

6+
## Version 1.5.2
7+
###### Date: 21-July-2020
8+
- [Bump Issue] : Bump Issue: log4j-core from 2.5 to 2.13.2
9+
- [Query] : Query.locale() documentation
10+
- [ CSHttpConnection ] : StandardCharsets.UTF_8 Support Added
11+
12+
13+
------------------------------------------------
14+
15+
## Version 1.5.1
16+
###### Date: 13-Jan-2020
17+
- [ dependency vulnerability ] : Java Github reported vulnerable issue on dependency logj
18+
19+
------------------------------------------------
20+
621
## Version 1.5.0
722
###### Date: 15-Nov-2019
823
- [Stack]: Added support for function getContentType()

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ To use the Contentstack Java SDK to your existing project, perform the steps giv
2020
<dependency>
2121
<groupId>com.contentstack.sdk</groupId>
2222
<artifactId>java</artifactId>
23-
<version>1.5.1</version>
23+
<version>1.5.2</version>
2424
</dependency>
2525
```
2626

2727
2. **Gradle**
2828
```
29-
implementation 'com.contentstack.sdk:java:1.5.1'
29+
implementation 'com.contentstack.sdk:java:1.5.2'
3030
```
3131

3232
### Key Concepts for using Contentstack

pom.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Written manually.
2-
version=1.5.1
2+
version=1.5.2
33
groupId=com.contentstack.sdk
44
artifactId=java

pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.contentstack.sdk</groupId>
88
<artifactId>java</artifactId>
9-
<version>1.5.1-SNAPSHOT</version>
9+
<version>1.5.2-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<name>contentstack-java</name>
@@ -104,17 +104,21 @@
104104
<dependency>
105105
<groupId>org.apache.logging.log4j</groupId>
106106
<artifactId>log4j-core</artifactId>
107-
<version>2.5</version>
107+
<version>2.13.0</version>
108108
</dependency>
109109

110110
</dependencies>
111111

112112
<build>
113113
<plugins>
114-
114+
115+
<!-- https://maven.apache.org/surefire/maven-surefire-report-plugin/examples/changing-report-name.html-->
115116
<plugin>
116117
<groupId>org.apache.maven.plugins</groupId>
117118
<artifactId>maven-surefire-report-plugin</artifactId>
119+
<configuration>
120+
<outputName>contentstack-java-test-report</outputName>
121+
</configuration>
118122
<version>2.22.0</version>
119123
</plugin>
120124

0 commit comments

Comments
 (0)