Skip to content

Commit

Permalink
Bump org.apache.xmlbeans:xmlbeans from 5.2.1 to 5.2.2 (#127)
Browse files Browse the repository at this point in the history
Bumps org.apache.xmlbeans:xmlbeans from 5.2.1 to 5.2.2.

---
updated-dependencies:
- dependency-name: org.apache.xmlbeans:xmlbeans
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent 4f92791 commit 9c0273e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation 'com.h2database:h2:2.2.224'
implementation "org.apache.poi:poi-ooxml:$poiVersion"
implementation "org.apache.poi:poi:$poiVersion"
implementation 'org.apache.xmlbeans:xmlbeans:5.2.1'
implementation 'org.apache.xmlbeans:xmlbeans:5.2.2'
implementation 'org.apache.commons:commons-text:1.12.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.nanohttpd:nanohttpd:2.3.1'
Expand Down

0 comments on commit 9c0273e

Please sign in to comment.