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 across 1 directory with 13 updates #192

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 16, 2024

Bumps the dependencies group with 13 updates in the / directory:

Package From To
de.fraunhofer.iosb.ilt:FROST-Client 0.44 0.45
org.slf4j:slf4j-api 2.0.13 2.0.16
ch.qos.logback:logback-classic 1.5.6 1.5.7
org.openjfx:javafx-fxml 22.0.1 22.0.2
org.openjfx:javafx-controls 22.0.1 22.0.2
org.geotools:gt-referencing 31.0 31.3
org.geotools:gt-epsg-hsql 31.0 31.3
org.codehaus.groovy:groovy 3.0.21 3.0.22
org.apache.maven.plugins:maven-shade-plugin 3.5.3 3.6.0
io.github.git-commit-id:git-commit-id-maven-plugin 8.0.2 9.0.1
org.apache.maven.plugins:maven-javadoc-plugin 3.6.3 3.8.0
org.apache.maven.plugins:maven-gpg-plugin 3.2.4 3.2.5
org.sonatype.plugins:nexus-staging-maven-plugin 1.6.13 1.7.0

Updates de.fraunhofer.iosb.ilt:FROST-Client from 0.44 to 0.45

Changelog

Sourced from de.fraunhofer.iosb.ilt:FROST-Client's changelog.

Release Version 0.45

Updates

  • Bumped dependencies.
  • Updated minimum required Java version to 11.
  • Fixed #288: various issues with OIDC refresh tokens.
Commits
  • 3ecfe83 Release v0.45
  • f669e32 Bump the dependencies group across 1 directory with 16 updates (#290)
  • 556e810 Bump the dependencies group with 1 update (#269)
  • ebccbff Fix missing client id in token refresh (#288)
  • eba8db7 Fix NPE in token refresh (#288)
  • 693da44 Bump the dependencies group with 9 updates (#256)
  • d142b72 [CI] Use new NIST NVD API key
  • 6f49a94 Fixed JWTS API changes
  • a1825c3 Bump the dependencies group with 11 updates
  • be55c5d Bump the dependencies group with 1 update (#244)
  • Additional commits viewable in compare view

Updates org.slf4j:slf4j-api from 2.0.13 to 2.0.16

Updates ch.qos.logback:logback-classic from 1.5.6 to 1.5.7

Commits
  • 5e9f47f prepare release 1.5.7
  • 3f57247 only one shutdown hooks allowed, locks during LoggerContext.stop operation, f...
  • 1b7fe94 add STRICT shortcut for ISO8601 date pattern, fixes LOGBACK-262
  • 94b67db Made AsyncAppenderBase.isQueueBelowDiscardingThreshold public to facilitate...
  • 85bed93 fix race condition reported in LOGBACK-1362
  • c8c46e3 move levelChangePropagator related tests to logback-classic-blackbox
  • f7d5cf8 extract constants for property keys
  • c1f21e9 add test in relation to variable subsitions for levels, report substitions, L...
  • 7c29474 add support for finding the console's charset, LOGBACK-1642
  • 44fbe63 MaskedKeyValuePairConverter test issues/828, NPE in AppeanderAttachableImpl ...
  • Additional commits viewable in compare view

Updates org.openjfx:javafx-fxml from 22.0.1 to 22.0.2

Updates org.openjfx:javafx-controls from 22.0.1 to 22.0.2

Updates org.openjfx:javafx-controls from 22.0.1 to 22.0.2

Updates org.geotools:gt-referencing from 31.0 to 31.3

Updates org.geotools:gt-epsg-hsql from 31.0 to 31.3

Updates org.geotools:gt-epsg-hsql from 31.0 to 31.3

Updates org.codehaus.groovy:groovy from 3.0.21 to 3.0.22

Commits

Updates org.apache.maven.plugins:maven-shade-plugin from 3.5.3 to 3.6.0

Commits
  • 9a572e2 [maven-release-plugin] prepare release maven-shade-plugin-3.6.0
  • ade2e35 [MSHADE-428] Prevent null value in array of transformers (#229)
  • b573b8c [MSHADE-478] Extra JARs feature (#228)
  • 199ffae Drop the cruft (#225)
  • 912a81d Bump maven-gh-actions-shared to v4
  • 80e4420 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.github.git-commit-id:git-commit-id-maven-plugin from 8.0.2 to 9.0.1

Release notes

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

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

New Features / Bug-Fixes:

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

  • #754 / #760: Fix an issue where empty git.properties had been generated in submodules when injectAllReactorProjects=true

  • bump several maven plugins

    • bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1 to 3.4.0
    • bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.0
    • bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0
    • bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.4.0
    • bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.1 to 3.7.1

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>9.0.1</version>
</dependency>

Getting the latest snapshot (build automatically)

If you can't wait for the next release, you can also get the latest snapshot version from sonatype, that is being deployed automatically by github actions:

<pluginRepositories>
    <pluginRepository>
        <id>sonatype-snapshots</id>
        <name>Sonatype Snapshots</name>
         <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
    </pluginRepository>
</pluginRepositories>

Even though the github actions will only deploy a new snapshot once all tests have finished, it is recommended to rely on the released and more stable version.

Known Issues / Limitations:

  • This plugin is unfortunately not working with Heroku which is due to the fact how Heroku works. In summary Heroku does not copy over the .git-repository but in order to determine the git properties this plugin relies on the fact that it has access to the git-repository. A somewhat workaround to get some information is outlined in ktoso/maven-git-commit-id-plugin#279
  • Using maven's plugin prefix resolution (e.g. mvn com.test.plugins:myPlugin:myMojo) might result in unresolved properties even with <injectAllReactorProjects>true</injectAllReactorProjects>. Please refer to git-commit-id/maven-git-commit-id-plugin#287 or git-commit-id/maven-git-commit-id-plugin#413 for details and potential workarounds

Reporting Problems

If you find any problem with this plugin, feel free to report it here

Version 9.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:

... (truncated)

Commits
  • cba7dc5 [maven-release-plugin] prepare release v9.0.1
  • 08004a2 Merge pull request #760 from git-commit-id/754
  • 1238467 fix checkstyle
  • cb2490d git-commit-id/git-commit-id-maven-plugin#754: Fix a...
  • 38b9b4e Merge pull request #759 from git-commit-id/dependabot/maven/org.apache.maven....
  • 977f148 Merge pull request #758 from git-commit-id/dependabot/maven/org.apache.maven....
  • 9867c07 Merge pull request #756 from git-commit-id/dependabot/maven/org.apache.maven....
  • 20f53da Merge pull request #755 from git-commit-id/dependabot/maven/org.apache.maven....
  • 98c058e build(deps): bump org.apache.maven.plugins:maven-dependency-plugin
  • 345cf3d build(deps): bump org.apache.maven.plugins:maven-clean-plugin
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.8.0

Release notes

Sourced from org.apache.maven.plugins:maven-javadoc-plugin's releases.

3.7.0

📦 Dependency updates

📝 Documentation updates

👻 Maintenance

  • Bump org.springframework:spring-context from 4.3.29.RELEASE to 5.2.21.RELEASE in /src/it/projects/MJAVADOC-434_fixcompile (#280) @​dependabot
  • Exclude JDK 8 - temurin, adopt-openj9 on macos (#279) @​slawekjaranowski

🔧 Build

Commits
  • 621cba6 [maven-release-plugin] prepare release maven-javadoc-plugin-3.8.0
  • eab964c [MJAVADOC-603] javadoc:fix failure on JDK10: java.lang.ClassNotFoundException...
  • 0a26a7e Update since tags
  • 08205b1 Add compile step for MJAVADOC-365 IT
  • 4c8ca8e [MJAVADOC-804] Remove temporary directories created by tests
  • 91369fa [MJAVADOC-775] Option 'taglets/taglet/tagletpath' ignored when pointing to a JAR
  • be2fa20 [MJAVADOC-783] Invalid path when using TagletArtifact and TagletPath
  • 3eb47c5 [MJAVADOC-791] maven-javadoc-plugin not working correctly together with maven...
  • d3afd39 [MJAVADOC-803] Add default parameter to force root locale
  • 4904e08 [MJAVADOC-802] Set default value of defaultAuthor parameter in fix goals to $...
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5

Release notes

Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases.

3.2.5

Release Notes - Maven GPG Plugin - Version 3.2.5


📦 Dependency updates

Commits
  • 737d4ee [maven-release-plugin] prepare release maven-gpg-plugin-3.2.5
  • 7747063 [MGPG-134] Update maven-invoker (#110)
  • 3df5f83 [MGPG-133] Bump org.simplify4u.plugins:pgpverify-maven-plugin from 1.17.0 to ...
  • 58a2069 [MGPG-132] Bump com.kohlschutter.junixsocket:junixsocket-core from 2.9.1 to 2...
  • e911b43 [MGPG-131] Bump org.apache.maven.plugins:maven-plugins from 42 to 43 (#108)
  • d2b60d3 [MGPG-130] Update sigstore extension for exclusion (#109)
  • 091f388 Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.1 to 3.7.0
  • 899f410 [MGPG-128] Parent POM 42, prerequisite 3.6.3 (#100)
  • f0be6f3 [MGPG-127] Bump bouncycastleVersion from 1.78 to 1.78.1 (#98)
  • 7dd5166 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0

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 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [de.fraunhofer.iosb.ilt:FROST-Client](https://github.com/FraunhoferIOSB/FROST-Client) | `0.44` | `0.45` |
| org.slf4j:slf4j-api | `2.0.13` | `2.0.16` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.6` | `1.5.7` |
| org.openjfx:javafx-fxml | `22.0.1` | `22.0.2` |
| org.openjfx:javafx-controls | `22.0.1` | `22.0.2` |
| org.geotools:gt-referencing | `31.0` | `31.3` |
| org.geotools:gt-epsg-hsql | `31.0` | `31.3` |
| [org.codehaus.groovy:groovy](https://github.com/apache/groovy) | `3.0.21` | `3.0.22` |
| [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) | `3.5.3` | `3.6.0` |
| [io.github.git-commit-id:git-commit-id-maven-plugin](https://github.com/git-commit-id/git-commit-id-maven-plugin) | `8.0.2` | `9.0.1` |
| [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.6.3` | `3.8.0` |
| [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.2.4` | `3.2.5` |
| org.sonatype.plugins:nexus-staging-maven-plugin | `1.6.13` | `1.7.0` |



Updates `de.fraunhofer.iosb.ilt:FROST-Client` from 0.44 to 0.45
- [Changelog](https://github.com/FraunhoferIOSB/FROST-Client/blob/master/CHANGELOG.md)
- [Commits](FraunhoferIOSB/FROST-Client@v0.44...v0.45)

Updates `org.slf4j:slf4j-api` from 2.0.13 to 2.0.16

Updates `ch.qos.logback:logback-classic` from 1.5.6 to 1.5.7
- [Commits](qos-ch/logback@v_1.5.6...v_1.5.7)

Updates `org.openjfx:javafx-fxml` from 22.0.1 to 22.0.2

Updates `org.openjfx:javafx-controls` from 22.0.1 to 22.0.2

Updates `org.openjfx:javafx-controls` from 22.0.1 to 22.0.2

Updates `org.geotools:gt-referencing` from 31.0 to 31.3

Updates `org.geotools:gt-epsg-hsql` from 31.0 to 31.3

Updates `org.geotools:gt-epsg-hsql` from 31.0 to 31.3

Updates `org.codehaus.groovy:groovy` from 3.0.21 to 3.0.22
- [Commits](https://github.com/apache/groovy/commits)

Updates `org.apache.maven.plugins:maven-shade-plugin` from 3.5.3 to 3.6.0
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.5.3...maven-shade-plugin-3.6.0)

Updates `io.github.git-commit-id:git-commit-id-maven-plugin` from 8.0.2 to 9.0.1
- [Release notes](https://github.com/git-commit-id/git-commit-id-maven-plugin/releases)
- [Commits](git-commit-id/git-commit-id-maven-plugin@v8.0.2...v9.0.1)

Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.6.3 to 3.8.0
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.6.3...maven-javadoc-plugin-3.8.0)

Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.2.4 to 3.2.5
- [Release notes](https://github.com/apache/maven-gpg-plugin/releases)
- [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.2.4...maven-gpg-plugin-3.2.5)

Updates `org.sonatype.plugins:nexus-staging-maven-plugin` from 1.6.13 to 1.7.0

---
updated-dependencies:
- dependency-name: de.fraunhofer.iosb.ilt:FROST-Client
  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: 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: org.openjfx:javafx-controls
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.geotools:gt-referencing
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.geotools:gt-epsg-hsql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.geotools:gt-epsg-hsql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.codehaus.groovy:groovy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.sonatype.plugins:nexus-staging-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Aug 16, 2024
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.

0 participants