Skip to content

Commit 7ecb1d3

Browse files
committed
bump to version 2.5.2.
1 parent 852caf6 commit 7ecb1d3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

accessors-smart/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
<modelVersion>4.0.0</modelVersion>
1818
<groupId>net.minidev</groupId>
1919
<artifactId>accessors-smart</artifactId>
20-
<version>2.5.1</version>
20+
<version>2.5.2</version>
2121
<name>ASM based accessors helper used by json-smart</name>
2222
<description>Java reflect give poor performance on getter setter an constructor calls, accessors-smart use ASM to speed up those calls.</description>
2323
<packaging>bundle</packaging>

json-smart-action/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>net.minidev</groupId>
44
<artifactId>json-smart-action</artifactId>
5-
<version>2.5.1</version>
5+
<version>2.5.2</version>
66
<name>JSON-smart-action Small and Fast Parser</name>
77
<description>JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.</description>
88
<packaging>bundle</packaging>
@@ -252,7 +252,7 @@
252252
<dependency>
253253
<groupId>net.minidev</groupId>
254254
<artifactId>json-smart</artifactId>
255-
<version>2.5.1</version>
255+
<version>2.5.2</version>
256256
</dependency>
257257
</dependencies>
258258
</project>

json-smart/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
<modelVersion>4.0.0</modelVersion>
1818
<groupId>net.minidev</groupId>
1919
<artifactId>json-smart</artifactId>
20-
<version>2.5.1</version>
20+
<version>2.5.2</version>
2121
<name>JSON Small and Fast Parser</name>
2222
<description>JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.</description>
2323
<packaging>bundle</packaging>
@@ -273,7 +273,7 @@ limitations under the License.
273273
<dependency>
274274
<groupId>net.minidev</groupId>
275275
<artifactId>accessors-smart</artifactId>
276-
<version>2.5.1</version>
276+
<version>2.5.2</version>
277277
</dependency>
278278
</dependencies>
279279
</project>

0 commit comments

Comments
 (0)