File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/java/me/itzg/helpers/patch Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ dependencies {
9898 implementation ' com.jayway.jsonpath:json-path:2.9.0'
9999 implementation ' org.apache.httpcomponents.client5:httpclient5:5.5'
100100 implementation ' io.projectreactor.netty:reactor-netty-http:1.2.6'
101- implementation ' org.apache.maven:maven-artifact:3.9.9 '
101+ implementation ' org.apache.maven:maven-artifact:3.9.10 '
102102 implementation ' commons-codec:commons-codec:1.18.0'
103103 // for RFC5987 parsing of content-disposition filename*
104104 // 3.5.x is last of Java8 compatible: https://cxf.apache.org/download.html
Original file line number Diff line number Diff line change @@ -68,7 +68,8 @@ public Integer call() throws Exception {
6868 new Interpolator (
6969 new StandardEnvironmentVariablesProvider (),
7070 envPrefix
71- )
71+ ),
72+ jsonAllowComments
7273 );
7374
7475 patchSetProcessor .process (patchSet );
You can’t perform that action at this time.
0 commit comments