Skip to content

Commit

Permalink
Bump the all group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 2 updates: org.sonarqube and [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson).


Updates `org.sonarqube` from 5.0.0.4638 to 5.1.0.4882

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.1 to 2.17.2
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: org.sonarqube
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and wadoon committed Jul 11, 2024
1 parent 2d5260a commit d39d265
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import java.text.SimpleDateFormat
plugins {
id "org.jetbrains.kotlin.jvm" version "2.0.0" apply false
id("org.jetbrains.dokka") version "1.9.20"
id "org.sonarqube" version "5.0.0.4638"
id "org.sonarqube" version "5.1.0.4882"
id "com.github.ben-manes.versions" version "0.51.0"
}

Expand Down
2 changes: 1 addition & 1 deletion xml/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ dependencies {
api project(':util')
api group: 'org.jdom', name: 'jdom2', version: '2.0.6.1'
api group: 'jaxen', name: 'jaxen', version: '2.0.0'
api group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.17.1'
api group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.17.2'
}

0 comments on commit d39d265

Please sign in to comment.