Skip to content

Commit

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

Bumps the core-dependencies group in /core with 2 updates: commons-io:commons-io and [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless).


Updates `commons-io:commons-io` from 2.15.0 to 2.15.1

Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.40.0 to 2.41.0
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@lib/2.40.0...lib/2.41.0)

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core-dependencies
- dependency-name: com.diffplug.spotless:spotless-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 the deploy-dependencies group

Bumps the deploy-dependencies group in /deploy with 1 update: [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless).

- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@lib/2.40.0...lib/2.41.0)

---
updated-dependencies:
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deploy-dependencies
...

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

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

Bumps the nis-dependencies group in /nis with 2 updates: commons-io:commons-io and [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless).


Updates `commons-io:commons-io` from 2.15.0 to 2.15.1

Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.40.0 to 2.41.0
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@lib/2.40.0...lib/2.41.0)

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nis-dependencies
- dependency-name: com.diffplug.spotless:spotless-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 1 update

Bumps the peer-dependencies group in /peer with 1 update: [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless).

- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@lib/2.40.0...lib/2.41.0)

---
updated-dependencies:
- dependency-name: com.diffplug.spotless:spotless-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 actions/setup-java from 3 to 4

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  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 Dec 4, 2023
1 parent 2c14472 commit 2f754e6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 11
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.0</version>
<version>2.15.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -262,7 +262,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.40.0</version>
<version>2.41.0</version>
<configuration>
<formats>
<format>
Expand Down
2 changes: 1 addition & 1 deletion deploy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.40.0</version>
<version>2.41.0</version>
<configuration>
<formats>
<format>
Expand Down
4 changes: 2 additions & 2 deletions nis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.0</version>
<version>2.15.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -351,7 +351,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.40.0</version>
<version>2.41.0</version>
<configuration>
<formats>
<format>
Expand Down
2 changes: 1 addition & 1 deletion peer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.40.0</version>
<version>2.41.0</version>
<configuration>
<formats>
<format>
Expand Down

0 comments on commit 2f754e6

Please sign in to comment.