Skip to content

Commit

Permalink
Merge pull request #299 from CycloneDX/update_versions
Browse files Browse the repository at this point in the history
Update versions for jackson-dataformat-xml and json-schema-validator
  • Loading branch information
stevespringett committed Jun 27, 2023
2 parents 1f17aca + 9b87387 commit 59c2790
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
<version>1.0.77</version>
<version>1.0.84</version>
</dependency>

<!-- Unit Test -->
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/1.2/valid-bom-1.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"author": {
"timestamp": "2018-11-13T20:20:39+00:00",
"name": "",
"email": ""
"email": "test@mail.com"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/1.3/valid-bom-1.3.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"author": {
"timestamp": "2018-11-13T20:20:39+00:00",
"name": "",
"email": ""
"email": "test@mail.com"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/1.4/valid-bom-1.4.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"author": {
"timestamp": "2018-11-13T20:20:39+00:00",
"name": "",
"email": ""
"email": "test@mail.com"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/bom-1.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"author": {
"timestamp": "2018-11-13T20:20:39+00:00",
"name": "",
"email": ""
"email": "test@mail.com"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/bom-1.3.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"author": {
"timestamp": "2018-11-13T20:20:39+00:00",
"name": "",
"email": ""
"email": "test@mail.com"
}
}
]
Expand Down

0 comments on commit 59c2790

Please sign in to comment.