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

[10.0.x] Bump the dev-dependencies group across 1 directory with 10 updates #12568

Open
wants to merge 1 commit into
base: jetty-10.0.x
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps the dev-dependencies group with 10 updates in the / directory:

Package From To
org.testcontainers:testcontainers-bom 1.20.3 1.20.4
com.google.errorprone:error_prone_annotations 2.35.1 2.36.0
com.google.errorprone:error_prone_core 2.35.1 2.36.0
commons-io:commons-io 2.17.0 2.18.0
org.apache.logging.log4j:log4j-api 2.24.1 2.24.2
org.mariadb.jdbc:mariadb-java-client 3.5.0 3.5.1
com.puppycrawl.tools:checkstyle 10.20.0 10.20.1
org.codehaus.mojo:versions-maven-plugin 2.17.1 2.18.0
com.google.cloud:google-cloud-datastore 2.24.2 2.24.3
org.eclipse.tycho:tycho-p2-repository-plugin 4.0.9 4.0.10

Updates org.testcontainers:testcontainers-bom from 1.20.3 to 1.20.4

Release notes

Sourced from org.testcontainers:testcontainers-bom's releases.

1.20.4

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

📦 Dependency updates

Commits
  • 39ff5f8 [localstack] Add testcontainer marker labels to additional localstack flags (...
  • 1facaf0 Remove extra call to docker credentials (#9545)
  • c68f791 Update com.gradle.enterprise.gradle.plugin version to 3.18.2
  • e3e7fdc Update gradle/setup-gradle version to v4
  • 964c6e6 Fix docker credentials output (#9544)
  • c01fc1b Use cockroachdb version in testcontainers jdbc url test
  • 0200a5d Fix cockroachdb wait strategy with version >= 22.1.0 (#9505)
  • be7251b Check if container belongs to a network when using exposeHostPorts (#8298)
  • 78ba315 Revert "Add shutdownHook to send sigterm to ryuk (#7717)" (#9504)
  • 10f32af Stop container that doesn't match wait strategy (#9474)
  • Additional commits viewable in compare view

Updates com.google.errorprone:error_prone_annotations from 2.35.1 to 2.36.0

Release notes

Sourced from com.google.errorprone:error_prone_annotations's releases.

Error Prone 2.36.0

Changes:

  • Add new matcher interfaces to ErrorProneScanner for AST nodes introduced after Java 11 (e5fd194fa21ef9a01e8d4c72489906247aad81c8)
  • Fix compatibility with latest JDK 24 EA builds (google/error-prone@d67bc15)
  • Check that --should-stop=ifError=FLOW is set when using the -Xplugin integration (e71db1f369a9367f6f2db34c4fbd006b6d6238fd)

New checks:

Closed issues: #4633, #4646

Commits
  • ab522c7 Release Error Prone 2.36.0
  • fc5aade Remove swathes of assume()s on the current runtime version.
  • b222ea8 Handle qualified enum elements in MissingCasesInEnumSwitch.
  • 332cbfa Support record destructuring in ArgumentSelectionDefectChecker.
  • 0db3360 UsafeLocaleUsage: update the proposed fix to use replace(char, char)
  • c816c8b StatementSwitchToExpressionSwitch - remove // fall out comments in switches
  • b5fa441 Consolidate javadoc plugin version
  • 2afd0cf Run StatementSwitchToExpressionSwitch_refactoring over EP.
  • 37895d3 Fix snapshot doc publishing after https://github.com/google/error-prone/commi...
  • c438756 StatementSwitchToExpressionSwitch: for "assignment switch" and "direct conver...
  • Additional commits viewable in compare view

Updates com.google.errorprone:error_prone_core from 2.35.1 to 2.36.0

Release notes

Sourced from com.google.errorprone:error_prone_core's releases.

Error Prone 2.36.0

Changes:

  • Add new matcher interfaces to ErrorProneScanner for AST nodes introduced after Java 11 (e5fd194fa21ef9a01e8d4c72489906247aad81c8)
  • Fix compatibility with latest JDK 24 EA builds (google/error-prone@d67bc15)
  • Check that --should-stop=ifError=FLOW is set when using the -Xplugin integration (e71db1f369a9367f6f2db34c4fbd006b6d6238fd)

New checks:

Closed issues: #4633, #4646

Commits
  • ab522c7 Release Error Prone 2.36.0
  • fc5aade Remove swathes of assume()s on the current runtime version.
  • b222ea8 Handle qualified enum elements in MissingCasesInEnumSwitch.
  • 332cbfa Support record destructuring in ArgumentSelectionDefectChecker.
  • 0db3360 UsafeLocaleUsage: update the proposed fix to use replace(char, char)
  • c816c8b StatementSwitchToExpressionSwitch - remove // fall out comments in switches
  • b5fa441 Consolidate javadoc plugin version
  • 2afd0cf Run StatementSwitchToExpressionSwitch_refactoring over EP.
  • 37895d3 Fix snapshot doc publishing after https://github.com/google/error-prone/commi...
  • c438756 StatementSwitchToExpressionSwitch: for "assignment switch" and "direct conver...
  • Additional commits viewable in compare view

Updates commons-io:commons-io from 2.17.0 to 2.18.0

Updates org.apache.logging.log4j:log4j-api from 2.24.1 to 2.24.2

Updates org.mariadb.jdbc:mariadb-java-client from 3.5.0 to 3.5.1

Release notes

Sourced from org.mariadb.jdbc:mariadb-java-client's releases.

MariaDB Connector/Java 3.5.1

3.5.1 (Nov 2024)

Full Changelog

Notable changes

  • CONJ-1193 Implement parsec authentication
  • CONJ-1207 New HaMode: sequential write, loadbalance read
  • CONJ-1208 permit bulk for INSERT ON DUPLICATE KEY UPDATE commands for 11.5.1+ servers

Bugs Fixed

  • CONJ-1053 Mark waffle-jna dependency optional in module descriptor
  • CONJ-1196 setObject on java.util.Date was considered was a java.sql.Date and truncate hour/minutes/seconds/ms while it must be considered like a java.sql.Timestamp
  • CONJ-1211 jdbc 4.3 enquoteIdentifier missing validation
  • CONJ-1213 sql command ending with semicolon and trailing space are not using bulk
Changelog

Sourced from org.mariadb.jdbc:mariadb-java-client's changelog.

3.5.1 (Nov 2024)

Full Changelog

Notable changes

  • CONJ-1193 Implement parsec authentication
  • CONJ-1207 New HaMode: sequential write, loadbalance read
  • CONJ-1208 permit bulk for INSERT ON DUPLICATE KEY UPDATE commands for 11.5.1+ servers

Bugs Fixed

  • CONJ-1053 Mark waffle-jna dependency optional in module descriptor
  • CONJ-1196 setObject on java.util.Date was considered was a java.sql.Date and truncate hour/minutes/seconds/ms while it must be considered like a java.sql.Timestamp
  • CONJ-1211 jdbc 4.3 enquoteIdentifier missing validation
  • CONJ-1213 sql command ending with semicolon and trailing space are not using bulk
Commits
  • 8acdd27 [misc] benchmark handling bcpkix-jdk18on signed JAR
  • 99a4649 [misc] adding benchmark parsec
  • 04170a1 [misc] update travis windows testing to java 17
  • 99d585b bump 3.5.1
  • 8c8200f [CONJ-1213] sql command ending with semicolon and trailing space are not usin...
  • b7f38ea [misc] javadoc formatting correction
  • 3f1706e [misc] correct javadoc entries
  • e3df57b [misc] permit java 11 testing
  • 147a08a [misc] parsec SSL fingerprint test correction
  • da6a56c [misc] parsec fingerprint hash using either java 15 or BouncyCastle
  • Additional commits viewable in compare view

Updates com.puppycrawl.tools:checkstyle from 10.20.0 to 10.20.1

Release notes

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

checkstyle-10.20.1

Checkstyle 10.20.1 - https://checkstyle.org/releasenotes.html#Release_10.20.1

Bug fixes:

#15851 - google_checks: False positive on left curly brace in switch statement with lambda-like construct

Commits
  • 892800d [maven-release-plugin] prepare release checkstyle-10.20.1
  • 9a03ea8 doc: release notes for 10.20.1
  • aef0bf1 Issue #13345: Enabled example tests for DefaultComesLast
  • c4eaaba Issue #14631: Updated JAVADOC_INLINE_TAG_START of JavadocTokenTypes to new AS...
  • c2a03ae Issue #13345: Enable examples tests for IllegalInstantiationCheck
  • f75123e Issue #15851: suppress LeftCurlyNl for switch expressions
  • 3dc2a3d Issue #13345: Enable examples tests for IllegalCatchCheck
  • 2a843c0 Issue #13345: Enabled example tests for TrailingCommentCheck
  • 3015216 Issue #13345: Enable examples tests for StringLiteralEqualityCheck
  • aadc377 Issue #14625: fix noinspectionreason for TestMethodWithoutAssertion
  • Additional commits viewable in compare view

Updates com.google.errorprone:error_prone_core from 2.35.1 to 2.36.0

Release notes

Sourced from com.google.errorprone:error_prone_core's releases.

Error Prone 2.36.0

Changes:

  • Add new matcher interfaces to ErrorProneScanner for AST nodes introduced after Java 11 (e5fd194fa21ef9a01e8d4c72489906247aad81c8)
  • Fix compatibility with latest JDK 24 EA builds (google/error-prone@d67bc15)
  • Check that --should-stop=ifError=FLOW is set when using the -Xplugin integration (e71db1f369a9367f6f2db34c4fbd006b6d6238fd)

New checks:

Closed issues: #4633, #4646

Commits
  • ab522c7 Release Error Prone 2.36.0
  • fc5aade Remove swathes of assume()s on the current runtime version.
  • b222ea8 Handle qualified enum elements in MissingCasesInEnumSwitch.
  • 332cbfa Support record destructuring in ArgumentSelectionDefectChecker.
  • 0db3360 UsafeLocaleUsage: update the proposed fix to use replace(char, char)
  • c816c8b StatementSwitchToExpressionSwitch - remove // fall out comments in switches
  • b5fa441 Consolidate javadoc plugin version
  • 2afd0cf Run StatementSwitchToExpressionSwitch_refactoring over EP.
  • 37895d3 Fix snapshot doc publishing after https://github.com/google/error-prone/commi...
  • c438756 StatementSwitchToExpressionSwitch: for "assignment switch" and "direct conver...
  • Additional commits viewable in compare view

Updates org.codehaus.mojo:versions-maven-plugin from 2.17.1 to 2.18.0

Release notes

Sourced from org.codehaus.mojo:versions-maven-plugin's releases.

2.18.0

❗ NOTICE

Due to Doxia 2.x stack maven-site-plugin 3.20+ is required. https://cwiki.apache.org/confluence/display/MAVEN/Towards+Doxia+2.0.0+Stack

Changes

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

📝 Documentation updates

... (truncated)

Commits
  • 814c9b1 [maven-release-plugin] prepare release 2.18.0
  • 64a3814 Upgrade to Doxia 2.x stack
  • a3ab213 Resolves #1060: Bugfix in UpdateParentMojo + add tests (#1181)
  • 380264f Remove implementation of dynamic version goal
  • 7e3b710 Drop Maven Wrapper from project
  • a9270bb Bump project version to 2.18.0-SNAPSHOT
  • d115f7a Moved to modello-stax. Removed "versionDefinition" from rule.mdo. (#1176)
  • 3841bb6 fix: Removed non-fully functional dynamic version goal (#1172)
  • a899699 Using Stax2 (Woodstox) instead of plexus-xml (Xpp) to process XML documents; ...
  • 8f48640 Bump byteBuddyVersion from 1.15.7 to 1.15.10
  • Additional commits viewable in compare view

Updates com.google.cloud:google-cloud-datastore from 2.24.2 to 2.24.3

Release notes

Sourced from com.google.cloud:google-cloud-datastore's releases.

v2.24.3

2.24.3 (2024-11-18)

Dependencies

Changelog

Sourced from com.google.cloud:google-cloud-datastore's changelog.

2.24.3 (2024-11-18)

Dependencies

Commits
  • 5d5f1db chore(main): release 2.24.3 (#1665)
  • 7d247a8 chore: Update generation configuration at Mon Nov 18 02:27:15 UTC 2024 (#1657)
  • b4d3ab9 deps: update sdk platform java dependencies (#1662)
  • 21f1a22 chore(main): release 2.24.3-SNAPSHOT (#1655)
  • dc9258c chore: Update generation configuration at Tue Nov 12 02:21:13 UTC 2024 (#1654)
  • See full diff in compare view

Updates org.eclipse.tycho:tycho-p2-repository-plugin from 4.0.9 to 4.0.10

Release notes

Sourced from org.eclipse.tycho:tycho-p2-repository-plugin's releases.

Tycho 4.0.10 has been released and is available from Maven Central repository.

🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.10/RELEASE_NOTES.md 🏷️ https://github.com/eclipse-tycho/tycho/tree/tycho-4.0.10 👔 https://projects.eclipse.org/projects/technology.tycho/releases/4.0.10 🙏 contributors who contributed patches for this release:

  • Christoph Läubrich
  • dependabot[bot]
  • Hannes Wellmann
  • Heiko Klare
  • kysmith-csg
  • Michael Keppler
  • Александър Куртаков

💰 we would like to also thank for sponsoring contributions in this release and the Eclipse IDE Workingroup for funding the release work.

and thanks to everyone who helped us with testing the snapshot version.

Regards,

The Tycho Team

What's Changed

... (truncated)

Changelog

Sourced from org.eclipse.tycho:tycho-p2-repository-plugin's changelog.

4.0.10

backports:

  • Support version-ranges and no-version for units in IU target locations
  • Add new tycho-wrap:wrap
  • Add new option to API tools verify goal to runAsJob
  • Add option to control write LIBARCHIVE.creationtime attribute in tar.gz archive entries
  • Only add matching fragments to the classpath
Commits
  • 34d2d6b Perform 4.0.10 release
  • 4c8adee Update release notes
  • 575d694 Don't write LIBARCHIVE.creationtime attribute in tar.gz archive entries
  • 644171a Add a tycho-wrap mojo
  • dd8d859 Adopt to new GPG Mojo
  • 2283629 Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.7
  • 41002bf Bump surefire-version from 3.5.1 to 3.5.2
  • b01ff8d Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1
  • 33a3a95 Only add matching fragments to the classpath
  • dddb8ab Add test case for invalid compilation against fragments from P2 repo
  • 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

…pdates

Bumps the dev-dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) | `1.20.3` | `1.20.4` |
| [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone) | `2.35.1` | `2.36.0` |
| [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) | `2.35.1` | `2.36.0` |
| commons-io:commons-io | `2.17.0` | `2.18.0` |
| org.apache.logging.log4j:log4j-api | `2.24.1` | `2.24.2` |
| [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) | `3.5.0` | `3.5.1` |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.20.0` | `10.20.1` |
| [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) | `2.17.1` | `2.18.0` |
| [com.google.cloud:google-cloud-datastore](https://github.com/googleapis/java-datastore) | `2.24.2` | `2.24.3` |
| [org.eclipse.tycho:tycho-p2-repository-plugin](https://github.com/eclipse-tycho/tycho) | `4.0.9` | `4.0.10` |



Updates `org.testcontainers:testcontainers-bom` from 1.20.3 to 1.20.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.3...1.20.4)

Updates `com.google.errorprone:error_prone_annotations` from 2.35.1 to 2.36.0
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.35.1...v2.36.0)

Updates `com.google.errorprone:error_prone_core` from 2.35.1 to 2.36.0
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.35.1...v2.36.0)

Updates `commons-io:commons-io` from 2.17.0 to 2.18.0

Updates `org.apache.logging.log4j:log4j-api` from 2.24.1 to 2.24.2

Updates `org.mariadb.jdbc:mariadb-java-client` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases)
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md)
- [Commits](mariadb-corporation/mariadb-connector-j@3.5.0...3.5.1)

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

Updates `com.google.errorprone:error_prone_core` from 2.35.1 to 2.36.0
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.35.1...v2.36.0)

Updates `org.codehaus.mojo:versions-maven-plugin` from 2.17.1 to 2.18.0
- [Release notes](https://github.com/mojohaus/versions/releases)
- [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md)
- [Commits](mojohaus/versions@2.17.1...2.18.0)

Updates `com.google.cloud:google-cloud-datastore` from 2.24.2 to 2.24.3
- [Release notes](https://github.com/googleapis/java-datastore/releases)
- [Changelog](https://github.com/googleapis/java-datastore/blob/main/CHANGELOG.md)
- [Commits](googleapis/java-datastore@v2.24.2...v2.24.3)

Updates `org.eclipse.tycho:tycho-p2-repository-plugin` from 4.0.9 to 4.0.10
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.10/RELEASE_NOTES.md)
- [Commits](eclipse-tycho/tycho@tycho-4.0.9...tycho-4.0.10)

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: com.google.errorprone:error_prone_annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: com.google.errorprone:error_prone_core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.mariadb.jdbc:mariadb-java-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: com.google.errorprone:error_prone_core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.codehaus.mojo:versions-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: com.google.cloud:google-cloud-datastore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.eclipse.tycho:tycho-p2-repository-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 25, 2024
@dependabot dependabot bot added this to the 10.0.x milestone Nov 25, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants