Skip to content

Commit

Permalink
[dependency]: Combine dependabot PRs
Browse files Browse the repository at this point in the history
* [dependency]: bump the nis-dependencies group in /nis with 2 updates

Bumps the nis-dependencies group in /nis with 2 updates: org.apache.commons:commons-lang3 and [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin).


Updates `org.apache.commons:commons-lang3` from 3.13.0 to 3.14.0

Updates `org.codehaus.mojo:build-helper-maven-plugin` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)
- [Commits](mojohaus/build-helper-maven-plugin@3.4.0...3.5.0)

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nis-dependencies
- dependency-name: org.codehaus.mojo:build-helper-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nis-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* [dependency]: bump the peer-dependencies group in /peer with 2 updates

Bumps the peer-dependencies group in /peer with 2 updates: org.apache.commons:commons-lang3 and [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin).


Updates `org.apache.commons:commons-lang3` from 3.13.0 to 3.14.0

Updates `org.codehaus.mojo:build-helper-maven-plugin` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)
- [Commits](mojohaus/build-helper-maven-plugin@3.4.0...3.5.0)

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: peer-dependencies
- dependency-name: org.codehaus.mojo:build-helper-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: peer-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* [dependency]: bump the core-dependencies group in /core with 1 update

Bumps the core-dependencies group in /core with 1 update: [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin).

- [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)
- [Commits](mojohaus/build-helper-maven-plugin@3.4.0...3.5.0)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:build-helper-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* [dependency]: bump github/combine-prs from 4.1.0 to 5.0.0

Bumps [github/combine-prs](https://github.com/github/combine-prs) from 4.1.0 to 5.0.0.
- [Release notes](https://github.com/github/combine-prs/releases)
- [Commits](github/combine-prs@v4.1.0...v5.0.0)

---
updated-dependencies:
- dependency-name: github/combine-prs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and dependabot[bot] authored Nov 27, 2023
1 parent b62e0b3 commit 2c14472
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/combine-dependabot-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- name: combine dependabot prs
id: combine-prs
uses: github/combine-prs@v4.1.0
uses: github/combine-prs@v5.0.0
with:
pr_title: '[dependency]: Combine dependabot PRs'
ci_required: true
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
<executions>
<execution>
<id>add-test-source</id>
Expand Down
4 changes: 2 additions & 2 deletions nis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.13.0</version>
<version>3.14.0</version>
</dependency>

<!-- jetty -->
Expand Down Expand Up @@ -308,7 +308,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
<executions>
<execution>
<id>add-test-source</id>
Expand Down
4 changes: 2 additions & 2 deletions peer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.13.0</version>
<version>3.14.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -125,7 +125,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
<executions>
<execution>
<id>add-test-source</id>
Expand Down

0 comments on commit 2c14472

Please sign in to comment.