File tree Expand file tree Collapse file tree 3 files changed +23
-4
lines changed
Expand file tree Collapse file tree 3 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 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()
Original file line number Diff line number Diff line change 11# Written manually.
2- version=1.5.1
2+ version=1.5.2
33groupId=com.contentstack.sdk
44artifactId=java
Original file line number Diff line number Diff line change 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>
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
You can’t perform that action at this time.
0 commit comments