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

fix(deps): bump the prod-deps group across 1 directory with 5 updates #572

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2025

Bumps the prod-deps group with 5 updates in the / directory:

Package From To
org.postgresql:postgresql 42.7.4 42.7.5
com.opencsv:opencsv 5.9 5.10
commons-codec:commons-codec 1.17.1 1.17.2
commons-beanutils:commons-beanutils 1.9.4 1.10.0
com.puppycrawl.tools:checkstyle 10.21.0 10.21.1

Updates org.postgresql:postgresql from 42.7.4 to 42.7.5

Release notes

Sourced from org.postgresql:postgresql's releases.

v42.7.5

Changes

⬆️ Dependencies

... (truncated)

Changelog

Sourced from org.postgresql:postgresql's changelog.

[42.7.5] (2025-01-14 08:00:00 -0400)

Added

Fixed

Commits
  • 94a1693 update changelogs and increment version in gradle.properties for release (#3478)
  • ce54dfd chore: replace deprecated kotlinOptions with a replacement API
  • 398029e chore: avoid failure in osgi-test/onlyIf if -PjdkBuildVersion is missing at t...
  • 7245443 test: skip :pgjdbc-osgi-test:test when runnning tests with Java 8
  • 7747527 chore(deps): update dependency gradle to v8.12
  • bb07a4b chore(deps): update codecov/codecov-action digest to adfacf2
  • f545514 chore(deps): update dependency sbt/sbt to v1.10.7
  • 45df56c fix(deps): update dependency org.ops4j.pax.url:pax-url-aether to v2.6.15
  • b87e106 fix(deps): update junit5 monorepo to v5.11.4
  • 5603477 fix(deps): update dependency com.github.spotbugs:com.github.spotbugs.gradle.p...
  • Additional commits viewable in compare view

Updates com.opencsv:opencsv from 5.9 to 5.10

Updates commons-codec:commons-codec from 1.17.1 to 1.17.2

Changelog

Sourced from commons-codec:commons-codec's changelog.

Apache Commons Codec 1.17.2 RELEASE NOTES

The Apache Commons Codec component contains encoders and decoders for formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.

This is a feature and maintenance release. Java 8 or later is required.

Fixed Bugs

  •         Rewrite DaitchMokotoffSoundex.soundex(String) using String.join(). Thanks to Gary Gregory.
    
  • CODEC-324: Use Resource.class to load resources, rather than its class loader #353. Thanks to Michael Froh.
  •         Deprecate CharSequenceUtils.CharSequenceUtils(). Thanks to Gary Gregory.
    
  •         Deprecate Sha2Crypt.Sha2Crypt(). Thanks to Gary Gregory.
    

Changes

  •         Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 [#296](https://github.com/apache/commons-codec/issues/296), [#305](https://github.com/apache/commons-codec/issues/305), [#313](https://github.com/apache/commons-codec/issues/313). Thanks to Dependabot.
    
  •         Bump org.apache.commons:commons-parent from 71 to 78 [#310](https://github.com/apache/commons-codec/issues/310), [#312](https://github.com/apache/commons-codec/issues/312), [#319](https://github.com/apache/commons-codec/issues/319), [#323](https://github.com/apache/commons-codec/issues/323), [#326](https://github.com/apache/commons-codec/issues/326), [#333](https://github.com/apache/commons-codec/issues/333). Thanks to Gary Gregory.
    
  •         [test] Bump commons-io:commons-io from 2.16.1 to 2.18.0 [#318](https://github.com/apache/commons-codec/issues/318), [#341](https://github.com/apache/commons-codec/issues/341). Thanks to Gary Gregory, Dependabot.
    
  •         Bump org.codehaus.mojo:taglist-maven-plugin from 3.1.0 to 3.2.1 [#332](https://github.com/apache/commons-codec/issues/332). Thanks to Gary Gregory, Dependabot.
    

For complete information on Apache Commons Codec, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Codec website:

https://commons.apache.org/proper/commons-codec/

Download page: https://commons.apache.org/proper/commons-codec/download_codec.cgi


Commits
  • 1962613 Prepare for the next release candidate
  • 1c23ee9 Prepare for the next release candidate
  • 4b32c49 Add missing Javadoc
  • 7c8f3d6 Add missing Javadoc
  • 10fd9a4 Add missing Javadoc
  • 4d917fa Deprecate Sha2Crypt.Sha2Crypt()
  • 1b815fe Deprecate CharSequenceUtils.CharSequenceUtils()
  • 6921f98 Add Checkstyle JavadocPackage
  • 4614b09 Sort Checkstyle entries
  • 68b655b Add Checkstyle WhitespaceAroundCheck
  • Additional commits viewable in compare view

Updates commons-beanutils:commons-beanutils from 1.9.4 to 1.10.0

Updates com.puppycrawl.tools:checkstyle from 10.21.0 to 10.21.1

Release notes

Sourced from com.puppycrawl.tools:checkstyle's releases.

checkstyle-10.21.1

Checkstyle 10.21.1 - https://checkstyle.org/releasenotes.html#Release_10.21.1

Bug fixes:

#11374 - UnusedLocalVariable: False Positive when inner class has same field as variable

Commits
  • 426bbe4 [maven-release-plugin] prepare release checkstyle-10.21.1
  • 01f6dc7 doc: release notes for 10.21.1
  • 78afa19 Issue #14881: remove null from ValidateUntaggedSummary
  • 6062707 dependency: bump pmd.version from 7.8.0 to 7.9.0
  • e123c5e Issue #13345: Enable examples tests for PackageNameCheckExamplesTest
  • 6f61072 Issue #14631: Updated code_literal to new AST format
  • 453dd9a Issue #13345: Enable example test for SuppressWarningFilters
  • 3433ab6 Issue #13345: Enable examples tests for MissingJavadocPackageCheck
  • ffafaf6 dependency: Update maven checkstyle plugin to 3.6.0
  • 6f59c09 Issue #14631: Updated Right_Brace to new AST format
  • 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 prod-deps group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.4` | `42.7.5` |
| com.opencsv:opencsv | `5.9` | `5.10` |
| [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.17.1` | `1.17.2` |
| commons-beanutils:commons-beanutils | `1.9.4` | `1.10.0` |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.21.0` | `10.21.1` |



Updates `org.postgresql:postgresql` from 42.7.4 to 42.7.5
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.4...REL42.7.5)

Updates `com.opencsv:opencsv` from 5.9 to 5.10

Updates `commons-codec:commons-codec` from 1.17.1 to 1.17.2
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-codec@rel/commons-codec-1.17.1...rel/commons-codec-1.17.2)

Updates `commons-beanutils:commons-beanutils` from 1.9.4 to 1.10.0

Updates `com.puppycrawl.tools:checkstyle` from 10.21.0 to 10.21.1
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-10.21.0...checkstyle-10.21.1)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: com.opencsv:opencsv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: commons-codec:commons-codec
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: commons-beanutils:commons-beanutils
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 19, 2025 01:11
@dependabot dependabot bot requested review from psmagin and viacheslavkol January 19, 2025 01:11
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 19, 2025
Copy link
Contributor

@mukhiddin-yusuf mukhiddin-yusuf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot dependabot bot merged commit 50fe9f2 into master Jan 20, 2025
4 checks passed
@dependabot dependabot bot deleted the dependabot/maven/prod-deps-b1cad31867 branch January 20, 2025 10:51
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants