Skip to content

Commit 6057d68

Browse files
authored
Snakeyaml 2.4 (#537)
1 parent 62d6f23 commit 6057d68

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

yaml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.yaml</groupId>
3636
<artifactId>snakeyaml</artifactId>
37-
<version>2.3</version>
37+
<version>2.4</version>
3838
</dependency>
3939

4040
<!-- and for testing need annotations; but should be available via `jackson-databind` above
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fasterxml.jackson.dataformat.yaml.tofix;
1+
package com.fasterxml.jackson.dataformat.yaml.deser;
22

33
import java.nio.charset.StandardCharsets;
44

@@ -8,7 +8,6 @@
88
import com.fasterxml.jackson.core.JsonToken;
99
import com.fasterxml.jackson.dataformat.yaml.ModuleTestBase;
1010
import com.fasterxml.jackson.dataformat.yaml.YAMLMapper;
11-
import com.fasterxml.jackson.dataformat.yaml.testutil.failure.JacksonTestFailureExpected;
1211

1312
import static org.junit.jupiter.api.Assertions.assertEquals;
1413

@@ -18,7 +17,6 @@ public class UnicodeYAMLRead497Test extends ModuleTestBase
1817
private final YAMLMapper MAPPER = newObjectMapper();
1918

2019
// [dataformats-text#497]
21-
@JacksonTestFailureExpected
2220
@Test
2321
public void testUnicodeAtEnd() throws Exception
2422
{

0 commit comments

Comments
 (0)