Skip to content

Commit

Permalink
Bump the dependencies group in /value with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group in /value with 2 updates: [org.apache.maven.plugins:maven-invoker-plugin](/~https://github.com/apache/maven-invoker-plugin) and [dev.gradleplugins:gradle-test-kit](/~https://github.com/gradle/gradle).


Updates `org.apache.maven.plugins:maven-invoker-plugin` from 3.8.1 to 3.9.0
- [Release notes](/~https://github.com/apache/maven-invoker-plugin/releases)
- [Commits](apache/maven-invoker-plugin@maven-invoker-plugin-3.8.1...maven-invoker-plugin-3.9.0)

Updates `dev.gradleplugins:gradle-test-kit` from 8.10.1 to 8.11.1
- [Release notes](/~https://github.com/gradle/gradle/releases)
- [Changelog](/~https://github.com/gradle/gradle/blob/master/released-versions.json)
- [Commits](gradle/gradle@v8.10.1...v8.11.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-invoker-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: dev.gradleplugins:gradle-test-kit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 8e085f4 commit 854b7c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion value/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.8.1</version>
<version>3.9.0</version>
<configuration>
<addTestClassPath>true</addTestClassPath>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
Expand Down
2 changes: 1 addition & 1 deletion value/src/it/functional/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>dev.gradleplugins</groupId>
<artifactId>gradle-test-kit</artifactId>
<version>8.10.1</version>
<version>8.11.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 854b7c3

Please sign in to comment.