Skip to content

Commit a5f4aef

Browse files
committed
updated snackjson to handle issue with spaces
1 parent 86fbcc7 commit a5f4aef

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>org.noear</groupId>
9090
<artifactId>snack4-jsonpath</artifactId>
91-
<version>4.0.35</version>
91+
<version>4.0.36</version>
9292
</dependency>
9393

9494
<!--

src/test/java/com/webfuzzing/overlayjvm/OverlayJVM_V1_1_0_custom_Test.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
import java.util.stream.Stream;
88

9-
//FIXME: https://github.com/noear/snackjson/issues/56
10-
@Disabled
119
public class OverlayJVM_V1_1_0_custom_Test extends ProcessorTestBase {
1210

1311
public static Stream<Data> overlayProvider() {

0 commit comments

Comments
 (0)