Skip to content

Commit

Permalink
fix(deps): update dependency org.apache.xmlbeans:xmlbeans to v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 19, 2024
1 parent bd13e7d commit e28b517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repositories {

dependencies {
// This dependency is exported to consumers, that is to say found on their compile classpath.
api("org.apache.xmlbeans:xmlbeans:5.2.0")
api("org.apache.xmlbeans:xmlbeans:5.2.1")
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation("org.apache.logging.log4j:log4j-core:2.21.1")
//
Expand Down

0 comments on commit e28b517

Please sign in to comment.