Skip to content

Commit 376009b

Browse files
Merge pull request #52 from codehaus-plexus/dependabot/maven/xerces-xercesImpl-2.12.0
2 parents 22f1ccb + 34a87ae commit 376009b

File tree

2 files changed

+2
-2
lines changed
  • modello-plugins

2 files changed

+2
-2
lines changed

modello-plugins/modello-plugin-jsonschema/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>xerces</groupId>
3737
<artifactId>xercesImpl</artifactId>
38-
<version>2.8.1</version>
38+
<version>2.12.0</version>
3939
<scope>test</scope>
4040
</dependency>
4141
</dependencies>

modello-plugins/modello-plugin-xsd/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>xerces</groupId>
3535
<artifactId>xercesImpl</artifactId>
36-
<version>2.8.1</version>
36+
<version>2.12.0</version>
3737
<scope>test</scope>
3838
</dependency>
3939
</dependencies>

0 commit comments

Comments
 (0)