Skip to content

Commit

Permalink
Bump the gradle-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the gradle-dependencies group with 2 updates: [org.apache.maven:maven-model-builder](https://github.com/apache/maven) and [org.apache.maven:maven-model](https://github.com/apache/maven).


Updates `org.apache.maven:maven-model-builder` from 3.9.7 to 3.9.8
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](apache/maven@maven-3.9.7...maven-3.9.8)

Updates `org.apache.maven:maven-model` from 3.9.7 to 3.9.8
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](apache/maven@maven-3.9.7...maven-3.9.8)

---
updated-dependencies:
- dependency-name: org.apache.maven:maven-model-builder
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: org.apache.maven:maven-model
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 332b9cd commit adf88c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ dependencies {

implementation("org.spdx:java-spdx-library:1.1.11")
implementation("org.spdx:spdx-jackson-store:1.1.9.1")
implementation("org.apache.maven:maven-model-builder:3.9.7")
implementation("org.apache.maven:maven-model:3.9.7")
implementation("org.apache.maven:maven-model-builder:3.9.8")
implementation("org.apache.maven:maven-model:3.9.8")
implementation("com.google.guava:guava:33.2.1-jre")

testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
Expand Down

0 comments on commit adf88c5

Please sign in to comment.