Skip to content

Commit d57ebd1

Browse files
committed
Version 4.2.0
1 parent 772b57d commit d57ebd1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ project, add the following to the `dependencies` section in your `pom.xml` file:
2525
<dependency>
2626
<groupId>com.upokecenter</groupId>
2727
<artifactId>cbor</artifactId>
28-
<version>4.1.3</version>
28+
<version>4.2.0</version>
2929
</dependency>
3030
```
3131

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.upokecenter</groupId>
55
<artifactId>cbor</artifactId>
66
<packaging>jar</packaging>
7-
<version>4.2.0-a0-SNAPSHOT</version>
7+
<version>4.2.0</version>
88
<name>CBOR (Concise Binary Object Representation)</name>
99
<description>A Java implementation of Concise Binary Object Representation (CBOR), a general-purpose binary data format defined in RFC 7049.</description>
1010
<url>https://github.com/peteroupc/CBOR-Java</url>

src/test/java/com/upokecenter/test/CBORObjectTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8548,7 +8548,7 @@ public void TestFromJsonStringLongSpecific1() {
85488548
}
85498549
}
85508550

8551-
@Test(timeout = 10000)
8551+
@Test
85528552
public void TestFromJsonStringFastCases() {
85538553
JSONOptions op = new JSONOptions("numberconversion=double");
85548554
Assert.assertEquals(

0 commit comments

Comments
 (0)