Skip to content

Commit 59c2790

Browse files
Merge pull request #299 from CycloneDX/update_versions
Update versions for jackson-dataformat-xml and json-schema-validator
2 parents 1f17aca + 9b87387 commit 59c2790

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
<dependency>
184184
<groupId>com.networknt</groupId>
185185
<artifactId>json-schema-validator</artifactId>
186-
<version>1.0.77</version>
186+
<version>1.0.84</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)