Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dependencies group with 8 updates #134

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2024

Bumps the dependencies group with 8 updates:

Package From To
commons-io:commons-io 2.14.0 2.15.1
org.apache.commons:commons-lang3 3.13.0 3.14.0
org.slf4j:slf4j-api 2.0.9 2.0.11
org.slf4j:jul-to-slf4j 2.0.9 2.0.11
ch.qos.logback:logback-classic 1.4.11 1.4.14
org.openjfx:javafx-fxml 21 21.0.1
org.openjfx:javafx-controls 21 21.0.1
io.github.git-commit-id:git-commit-id-maven-plugin 6.0.0 7.0.0

Updates commons-io:commons-io from 2.14.0 to 2.15.1

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

Updates org.slf4j:slf4j-api from 2.0.9 to 2.0.11

Updates org.slf4j:jul-to-slf4j from 2.0.9 to 2.0.11

Updates ch.qos.logback:logback-classic from 1.4.11 to 1.4.14

Commits
  • 407f935 prepare release 1.4.14
  • 7018a36 fix missing deseialization filter init call, enable commented out test case
  • 8a746eb start work on 1.4.14-SNAPSHOT
  • 7ee000a prepare release 1.4.13
  • 867bf58 remove superflus system.out call
  • 88abf59 prepare release 1.4.12
  • 2cd8cab cater for array size marked with -1
  • 9c782b4 prevent DOS attacks using on malicious serialized input
  • f6d690d further support for Virtual threads, issues 737
  • 9a1fc44 add support for Virtual threads
  • Additional commits viewable in compare view

Updates org.openjfx:javafx-fxml from 21 to 21.0.1

Updates org.openjfx:javafx-controls from 21 to 21.0.1

Updates io.github.git-commit-id:git-commit-id-maven-plugin from 6.0.0 to 7.0.0

Release notes

Sourced from io.github.git-commit-id:git-commit-id-maven-plugin's releases.

Version 7.0.0 is finally there and includes various bug-fixes and improvements :-)

⚠️ This is a potentially breaking release. Read the release-notes carefully ⚠️

Potential Breaking changes:

The main key-aspects that might cause a breakage when migrating to the new version:

  • Drop support for Maven 3.1.0-alpha-1 ⚠️
    • minimal required maven version is now Maven 3.2.5 (to support Maven 4.0.0)

New Features / Bug-Fixes:

The main key-aspects that have been improved or being worked on are the following:

  • git-commit-id/git-commit-id-maven-plugin#639 / git-commit-id/git-commit-id-maven-plugin#642: Resolve worktree .git files to repository .git directory
  • Update several plugins
    • updated git-commit-id-plugin-core from 6.0.0-rc.5 to 6.0.0-rc.6, that update brings
      • git-commit-id/git-commit-id-plugin-core#57: Stop relying on javax.json 1.1.4
        • the dependency for javax.json:javax.json-api:1.1.4 was replaced with jakarta.json:jakarta.json-api:2.1.2
        • the dependency for org.glassfish:javax.json:1.1.4 was replaced with org.eclipse.parsson:parsson:1.1.4
      • bump jgit from 6.5.0.202303070854-r to 6.7.0.202309050840-r
      • bump commons-io:commons-io from 2.11.0 to 2.14.0
      • bump org.slf4j:slf4j-simple from 2.0.7 to 2.0.9
    • bump several maven plugins
      • bump maven-plugin-api from 3.1.0-alpha-1 to 3.9.2
      • bump maven-plugin-plugin from 3.6.0 to 3.9.0
      • bump maven-assembly-plugin from 3.4.2 to 3.6.0
      • bump maven-dependency-plugin from 3.5.0 to 3.6.0
      • bump maven-release-plugin from 3.0.0-M7 to 3.0.1
      • bump maven-enforcer-plugin from 3.2.1 to 3.4.1
      • bump maven-compiler-plugin from 3.8.1 to 3.11.0
      • bump maven-gpg-plugin from 3.1.0
      • bump maven-clean-plugin from 3.1.0 to 3.3.1
      • bump maven-resources-plugin from 3.1.0 to 3.3.1
      • bump maven-jar-plugin from 3.2.0 to 3.3.0
      • bump maven-surefire-plugin from 2.22.2 to 3.1.2
      • bump maven-install-plugin from 2.5.2 to 3.1.1
      • bump maven-javadoc-plugin from 3.2.0 to 3.6.0
      • bump maven-source-plugin from 3.2.1 to 3.3.0
    • Bump or replace various plugins for testing
      • bump commons-io:commons-io from 2.11.0 to 2.14.0 (test dependency)
      • bump org.slf4j:slf4j-simple from 2.0.7 to 2.0.9 (test dependency)
      • replace org.eluder.coveralls:coveralls-maven-plugin:4.3.0 with io.jsonwebtoken.coveralls:coveralls-maven-plugin:4.4.1 (test dependency)

Getting the latest release

The plugin is available from Maven Central (see here), so you don't have to configure any additional repositories to use this plugin. All you need to do is to configure it inside your project as dependency:

<dependency>
    <groupId>io.github.git-commit-id</groupId>
    <artifactId>git-commit-id-maven-plugin</artifactId>
    <version>7.0.0</version>
</dependency>
</tr></table> 

... (truncated)

Commits
  • 0fdf9c7 [maven-release-plugin] prepare release v7.0.0
  • 4e33174 bump git-commit-id:git-commit-id-plugin-core from 6.0.0-rc.5 to 6.0.0-rc.6
  • 64b5ce1 Merge pull request #657 from git-commit-id/dependabot/maven/org.mockito-mocki...
  • b6309d9 Bump org.mockito:mockito-core from 5.5.0 to 5.6.0
  • 4feba8d Merge pull request #642 from jkylling/resolve-worktree-git-dir
  • 59415bf Merge pull request #654 from git-commit-id/dependabot/maven/commons-io-common...
  • 91e2cfe Bump commons-io:commons-io from 2.13.0 to 2.14.0
  • b1d8440 Resolve worktree .git files to repository .git directory
  • 494cbb6 Merge pull request #649 from git-commit-id/dependabot/github_actions/actions/...
  • 1d31156 Bump actions/checkout from 3 to 4
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| commons-io:commons-io | `2.14.0` | `2.15.1` |
| org.apache.commons:commons-lang3 | `3.13.0` | `3.14.0` |
| org.slf4j:slf4j-api | `2.0.9` | `2.0.11` |
| org.slf4j:jul-to-slf4j | `2.0.9` | `2.0.11` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.4.11` | `1.4.14` |
| org.openjfx:javafx-fxml | `21` | `21.0.1` |
| org.openjfx:javafx-controls | `21` | `21.0.1` |
| [io.github.git-commit-id:git-commit-id-maven-plugin](https://github.com/git-commit-id/git-commit-id-maven-plugin) | `6.0.0` | `7.0.0` |


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

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

Updates `org.slf4j:slf4j-api` from 2.0.9 to 2.0.11

Updates `org.slf4j:jul-to-slf4j` from 2.0.9 to 2.0.11

Updates `ch.qos.logback:logback-classic` from 1.4.11 to 1.4.14
- [Commits](qos-ch/logback@v_1.4.11...v_1.4.14)

Updates `org.openjfx:javafx-fxml` from 21 to 21.0.1

Updates `org.openjfx:javafx-controls` from 21 to 21.0.1

Updates `io.github.git-commit-id:git-commit-id-maven-plugin` from 6.0.0 to 7.0.0
- [Release notes](https://github.com/git-commit-id/git-commit-id-maven-plugin/releases)
- [Commits](git-commit-id/git-commit-id-maven-plugin@v6.0.0...v7.0.0)

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.slf4j:jul-to-slf4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.openjfx:javafx-fxml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.openjfx:javafx-controls
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.github.git-commit-id:git-commit-id-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 8, 2024
@hylkevds hylkevds merged commit c4faa20 into master Jan 16, 2024
1 check passed
@hylkevds hylkevds deleted the dependabot/maven/dependencies-0af4ceb134 branch January 16, 2024 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant