Skip to content

Commit

Permalink
Bump xalan from 2.7.2 to 2.7.3 (#81)
Browse files Browse the repository at this point in the history
* Bump xalan from 2.7.2 to 2.7.3

Bumps xalan from 2.7.2 to 2.7.3.

---
updated-dependencies:
- dependency-name: xalan:xalan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add xalan:serializer

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Slawomir Jaranowski <s.jaranowski@gmail.com>
  • Loading branch information
dependabot[bot] and slawekjaranowski committed Jun 19, 2023
1 parent b59ba61 commit c027cfd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,13 @@
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>serializer</artifactId>
<version>2.7.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c027cfd

Please sign in to comment.