Skip to content

Commit

Permalink
chore(deps): bump xerces:xercesImpl from 2.12.1 to 2.12.2 in /app
Browse files Browse the repository at this point in the history
Bumps xerces:xercesImpl from 2.12.1 to 2.12.2.

---
updated-dependencies:
- dependency-name: xerces:xercesImpl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 20, 2023
1 parent 9c049ec commit c1aca12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dependencies {
implementation 'io.netty:netty-all:4.0.41.Final'
implementation 'net.gcardone.junidecode:junidecode:0.4.1'
// The next three dependencies are required for XPath search to work
implementation 'xerces:xercesImpl:2.12.1'
implementation 'xerces:xercesImpl:2.12.2'
implementation 'com.github.vbmacher:java-cup-runtime:11b-20160615-1'
//noinspection GradleDependency
implementation 'com.ibm.icu:icu4j:60.2'
Expand Down

0 comments on commit c1aca12

Please sign in to comment.