Skip to content

Commit 16d0404

Browse files
committed
Update versions for jackson-dataformat-xml and json-schema-validator
Signed-off-by: Alex Alzate <[email protected]>
1 parent 1486d83 commit 16d0404

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,15 +175,15 @@
175175
<dependency>
176176
<groupId>com.fasterxml.jackson.dataformat</groupId>
177177
<artifactId>jackson-dataformat-xml</artifactId>
178-
<version>2.14.2</version>
178+
<version>2.15.2</version>
179179
</dependency>
180180

181181
<!-- JSON Schema library -->
182182

183183
<dependency>
184184
<groupId>com.networknt</groupId>
185185
<artifactId>json-schema-validator</artifactId>
186-
<version>1.0.77</version>
186+
<version>1.0.83</version>
187187
</dependency>
188188

189189
<!-- Unit Test -->

src/test/resources/1.2/valid-bom-1.2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"author": {
135135
"timestamp": "2018-11-13T20:20:39+00:00",
136136
"name": "",
137-
"email": ""
137+
"email": "[email protected]"
138138
}
139139
}
140140
]

src/test/resources/1.3/valid-bom-1.3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"author": {
135135
"timestamp": "2018-11-13T20:20:39+00:00",
136136
"name": "",
137-
"email": ""
137+
"email": "[email protected]"
138138
}
139139
}
140140
]

src/test/resources/1.4/valid-bom-1.4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"author": {
135135
"timestamp": "2018-11-13T20:20:39+00:00",
136136
"name": "",
137-
"email": ""
137+
"email": "[email protected]"
138138
}
139139
}
140140
]

src/test/resources/bom-1.2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"author": {
167167
"timestamp": "2018-11-13T20:20:39+00:00",
168168
"name": "",
169-
"email": ""
169+
"email": "[email protected]"
170170
}
171171
}
172172
]

src/test/resources/bom-1.3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
"author": {
177177
"timestamp": "2018-11-13T20:20:39+00:00",
178178
"name": "",
179-
"email": ""
179+
"email": "[email protected]"
180180
}
181181
}
182182
]

0 commit comments

Comments
 (0)