-
Notifications
You must be signed in to change notification settings - Fork 2k
[10.0.x] Bump the dev-dependencies group with 16 updates #12459
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
Merged
dependabot
merged 3 commits into
jetty-10.0.x
from
dependabot/maven/jetty-10.0.x/dev-dependencies-3579f0a4ba
Nov 9, 2024
Merged
[10.0.x] Bump the dev-dependencies group with 16 updates #12459
dependabot
merged 3 commits into
jetty-10.0.x
from
dependabot/maven/jetty-10.0.x/dev-dependencies-3579f0a4ba
Nov 9, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the dev-dependencies group with 16 updates: | Package | From | To | | --- | --- | --- | | [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.18.0` | `2.18.1` | | [org.junit:junit-bom](https://github.com/junit-team/junit5) | `5.11.2` | `5.11.3` | | [com.github.jnr:jnr-enxio](https://github.com/jnr/jnr-enxio) | `0.32.17` | `0.32.18` | | [com.github.jnr:jnr-ffi](https://github.com/jnr/jnr-ffi) | `2.2.16` | `2.2.17` | | [com.github.jnr:jnr-posix](https://github.com/jnr/jnr-posix) | `3.1.19` | `3.1.20` | | [com.github.jnr:jnr-unixsocket](https://github.com/jnr/jnr-unixsocket) | `0.38.22` | `0.38.23` | | [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone) | `2.33.0` | `2.35.1` | | [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) | `2.33.0` | `2.35.1` | | [io.grpc:grpc-core](https://github.com/grpc/grpc-java) | `1.68.0` | `1.68.1` | | [org.jboss.threads:jboss-threads](https://github.com/jbossas/jboss-threads) | `3.6.1.Final` | `3.8.0.Final` | | [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) | `3.4.1` | `3.5.0` | | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.18.2` | `10.20.0` | | [com.hazelcast:hazelcast](https://github.com/hazelcast/hazelcast) | `5.3.8` | `5.5.0` | | [org.bouncycastle:bcpkix-jdk15to18](https://github.com/bcgit/bc-java) | `1.78.1` | `1.79` | | [org.bouncycastle:bcprov-jdk15to18](https://github.com/bcgit/bc-java) | `1.78.1` | `1.79` | | [org.bouncycastle:bcutil-jdk15to18](https://github.com/bcgit/bc-java) | `1.78.1` | `1.79` | Updates `com.fasterxml.jackson:jackson-bom` from 2.18.0 to 2.18.1 - [Commits](FasterXML/jackson-bom@jackson-bom-2.18.0...jackson-bom-2.18.1) Updates `org.junit:junit-bom` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.2...r5.11.3) Updates `com.github.jnr:jnr-enxio` from 0.32.17 to 0.32.18 - [Commits](jnr/jnr-enxio@jnr-enxio-0.32.17...jnr-enxio-0.32.18) Updates `com.github.jnr:jnr-ffi` from 2.2.16 to 2.2.17 - [Commits](jnr/jnr-ffi@jnr-ffi-2.2.16...jnr-ffi-2.2.17) Updates `com.github.jnr:jnr-posix` from 3.1.19 to 3.1.20 - [Commits](jnr/jnr-posix@jnr-posix-3.1.19...jnr-posix-3.1.20) Updates `com.github.jnr:jnr-unixsocket` from 0.38.22 to 0.38.23 - [Commits](jnr/jnr-unixsocket@0.38.22...jnr-unixsocket-0.38.23) Updates `com.google.errorprone:error_prone_annotations` from 2.33.0 to 2.35.1 - [Release notes](https://github.com/google/error-prone/releases) - [Commits](google/error-prone@v2.33.0...v2.35.1) Updates `com.google.errorprone:error_prone_core` from 2.33.0 to 2.35.1 - [Release notes](https://github.com/google/error-prone/releases) - [Commits](google/error-prone@v2.33.0...v2.35.1) Updates `io.grpc:grpc-core` from 1.68.0 to 1.68.1 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.68.0...v1.68.1) Updates `org.jboss.threads:jboss-threads` from 3.6.1.Final to 3.8.0.Final - [Commits](jboss/jboss-threads@3.6.1.Final...3.8.0.Final) Updates `org.mariadb.jdbc:mariadb-java-client` from 3.4.1 to 3.5.0 - [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.4.1...3.5.0) Updates `com.puppycrawl.tools:checkstyle` from 10.18.2 to 10.20.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-10.18.2...checkstyle-10.20.0) Updates `com.google.errorprone:error_prone_core` from 2.33.0 to 2.35.1 - [Release notes](https://github.com/google/error-prone/releases) - [Commits](google/error-prone@v2.33.0...v2.35.1) Updates `com.hazelcast:hazelcast` from 5.3.8 to 5.5.0 - [Release notes](https://github.com/hazelcast/hazelcast/releases) - [Commits](hazelcast/hazelcast@v5.3.8...v5.5.0) Updates `org.bouncycastle:bcpkix-jdk15to18` from 1.78.1 to 1.79 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) Updates `org.bouncycastle:bcprov-jdk15to18` from 1.78.1 to 1.79 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) Updates `org.bouncycastle:bcutil-jdk15to18` from 1.78.1 to 1.79 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) Updates `org.bouncycastle:bcprov-jdk15to18` from 1.78.1 to 1.79 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) Updates `org.bouncycastle:bcutil-jdk15to18` from 1.78.1 to 1.79 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: com.github.jnr:jnr-enxio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: com.github.jnr:jnr-ffi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: com.github.jnr:jnr-posix dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: com.github.jnr:jnr-unixsocket 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: io.grpc:grpc-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.jboss.threads:jboss-threads dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: org.mariadb.jdbc:mariadb-java-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: com.puppycrawl.tools:checkstyle 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: com.hazelcast:hazelcast dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: org.bouncycastle:bcpkix-jdk15to18 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: org.bouncycastle:bcprov-jdk15to18 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: org.bouncycastle:bcutil-jdk15to18 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: org.bouncycastle:bcprov-jdk15to18 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: org.bouncycastle:bcutil-jdk15to18 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
olamy
approved these changes
Nov 9, 2024
Member
olamy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dependabot merge
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the dev-dependencies group with 16 updates:
2.18.02.18.15.11.25.11.30.32.170.32.182.2.162.2.173.1.193.1.200.38.220.38.232.33.02.35.12.33.02.35.11.68.01.68.13.6.1.Final3.8.0.Final3.4.13.5.010.18.210.20.05.3.85.5.01.78.11.791.78.11.791.78.11.79Updates
com.fasterxml.jackson:jackson-bomfrom 2.18.0 to 2.18.1Commits
ef33ac7[maven-release-plugin] prepare release jackson-bom-2.18.1f43bf9fPrepare for 2.18.1 release6f5259dChange to snapshot version of jackson-parent3f21ec5Back to snapshot depbb45933[maven-release-plugin] prepare for next development iterationUpdates
org.junit:junit-bomfrom 5.11.2 to 5.11.3Release notes
Sourced from org.junit:junit-bom's releases.
Commits
b20991eRelease 5.11.3e57b508Finalize 5.11.3 release notesfb1254cAllow repeatingExtendWithannotation on fields and parametersa3192bdFix package name comparison on Java 8 (#4077)fcb7b01Remove uselessOrderannotation57dfcb5Allow repeating@…Sourceannotations when used as meta annotations09cd8b3Add ArchUnit test for consistency of repeatable annotationsfa46a92Hard-wrap at 90 characters8f45eeaFind repeatable @ExtendWith meta-annotations on fields againb451122Introduce release notes for 5.11.3Updates
com.github.jnr:jnr-enxiofrom 0.32.17 to 0.32.18Commits
d23f02e[maven-release-plugin] prepare release jnr-enxio-0.32.18c21e0a9Update jnr-ffi to 2.2.17f5269b2Merge pull request #45 from headius/fix_blocking2bfd9f8Add a test for setBlocking04e6dc8Fix fnctl bindingaaa74df[maven-release-plugin] prepare for next development iterationUpdates
com.github.jnr:jnr-ffifrom 2.2.16 to 2.2.17Commits
32cd8f6[maven-release-plugin] prepare release jnr-ffi-2.2.17dc231daLost update to 2.2.17 snapshot after 2.2.16 release4212776Merge tag 'jnr-ffi-2.2.16'648962aUpdate to latest ASMc2de390Add FAQ about EINVAL for in/out vars59d3f61Merge pull request #342 from headius/update_jffiUpdates
com.github.jnr:jnr-posixfrom 3.1.19 to 3.1.20Commits
3ebda1d[maven-release-plugin] prepare release jnr-posix-3.1.20998ab81Update jnr-ffi to 2.2.178390054Merge pull request #195 from Anxbbq/riscv64-support32f783bMerge pull request #194 from adoroszlai/return-default-handler16f47c5Update LinuxPOSIX.javae117fc6Create LinuxFileStatRISCV64.javad9409a0Update LinuxPOSIX.javacfd6f10Revert "replace with lambda"90870bdRevert "add comments"4b420d3add commentsUpdates
com.github.jnr:jnr-unixsocketfrom 0.38.22 to 0.38.23Commits
8e475c8[maven-release-plugin] prepare release jnr-unixsocket-0.38.238bbab73Update jnr dependencies5012fec[maven-release-plugin] prepare for next development iterationUpdates
com.google.errorprone:error_prone_annotationsfrom 2.33.0 to 2.35.1Release notes
Sourced from com.google.errorprone:error_prone_annotations's releases.
Commits
0e06cc2Release Error Prone 2.35.1db6c890Downgrade protobuf version to 3.25.5ed6b121Add a repro test for broken behavior inlining the parameter value into the fu...a931fa3RemoveDoNotUseRuleChainfrom JavaCodeClarity.ec2983bcompileUnsafe->compilefor compile-time-constant expressions.2ce9632Strip the quotation marks from the source code when reconstructing the literal.99a0d9dTimeUnitMismatch: handle BinaryTrees.60c5f76TimeUnitMismatch: consider trees likefooSeconds * 1000to have units of `m...427b51dGetSeconds to ToSeconds error prone82a2168Recognize thatRuntime.haltandexitnever return.Updates
com.google.errorprone:error_prone_corefrom 2.33.0 to 2.35.1Release notes
Sourced from com.google.errorprone:error_prone_core's releases.
Commits
0e06cc2Release Error Prone 2.35.1db6c890Downgrade protobuf version to 3.25.5ed6b121Add a repro test for broken behavior inlining the parameter value into the fu...a931fa3RemoveDoNotUseRuleChainfrom JavaCodeClarity.ec2983bcompileUnsafe->compilefor compile-time-constant expressions.2ce9632Strip the quotation marks from the source code when reconstructing the literal.99a0d9dTimeUnitMismatch: handle BinaryTrees.60c5f76TimeUnitMismatch: consider trees likefooSeconds * 1000to have units of `m...427b51dGetSeconds to ToSeconds error prone82a2168Recognize thatRuntime.haltandexitnever return.Updates
io.grpc:grpc-corefrom 1.68.0 to 1.68.1Release notes
Sourced from io.grpc:grpc-core's releases.
Commits
16f93c8Bump version to 1.68.12b53352Update README etc to reference 1.68.1135f433Revert "stub: Ignore unary response on server if status is not OK" (#11636) (...2d0c158Bump to 1.68.1-SNAPSHOT (#11637)46c1b38Update binderDied() error description to spell out the possibilities for thos...b65cbf5inprocess: Support tracing message sizes guarded by flag (#11629)62f4098netty: Avoid TCP_USER_TIMEOUT warning when not using epoll (#11564)00c8bc7Minor grammar fix in Javadoc (#11609)4be69e3core: SpiffeUtil API for extracting Spiffe URI and loading TrustBundles (#11575)1e0928fapi: fix javadoc of CallCredentials.applyRequestMetadataUpdates
org.jboss.threads:jboss-threadsfrom 3.6.1.Final to 3.8.0.FinalCommits
60a6d35Prep 3.8.0.Finalc2e1c42Merge pull request #192 from dmlloyd/false-sharing73b7213Merge pull request #195 from dmlloyd/go-17c83731aRemove stack depth test89b69feMinor cleanups4ab166bRemove more pointer chasing in tight loops7099668Remove one level of pointer-chasing from thread bodyc38841cFlatten queue processing to remove some redundant checks958a3bbDefer creating new PoolThreadNode until after task is run2cc0ffaReverseiforderUpdates
org.mariadb.jdbc:mariadb-java-clientfrom 3.4.1 to 3.5.0Release notes
Sourced from org.mariadb.jdbc:mariadb-java-client's releases.
Changelog
Sourced from org.mariadb.jdbc:mariadb-java-client's changelog.
Commits
8be57f3[CONJ-1205] permit setObject with ARRAY dataType3e94848[CONJ-1205] permit use of Array parametera54a87e[misc] update readme versionae8e740[misc] permit using setObject/getObject on float[]/Float[] values5463572[misc] code style correction91c06e6Merge branch 'develop'1ce5982[misc] XA Pool datasource ensuring close when using XAConnection.close()a81f0e3[misc] XA test correctiona66f05d[misc] test correction for ES server32ca5d7[misc] changing testing option disableSessionTracking defaut valueUpdates
com.puppycrawl.tools:checkstylefrom 10.18.2 to 10.20.0Release notes
Sourced from com.puppycrawl.tools:checkstyle's releases.
... (truncated)
Commits
41e15b3[maven-release-plugin] prepare release checkstyle-10.20.0719ae40doc: release notes for 10.20.04c67922Issue #15831: enabled allowEmptySwitchBlockStatements property of WhitespaceA...67b98abIssue #14814: refactor checkline into iterative method9db3909Issue #14814: refactor findmatch into iteration method853e2baIssue #13345: Enable examples tests for ExplicitInitializationCheck8e8df58Issue #13345: Enable examples tests for CovariantEqualsCheckca693c7Issue #15829: Added test class for ConstructorsDeclarationGroupingc256c10Issue #6207: Added XPath regression test for ClassTypeParameterName42cf0adIssue #15456: Specify violation messages for ArrayTrailingCommaUpdates
com.google.errorprone:error_prone_corefrom 2.33.0 to 2.35.1Release notes
Sourced from com.google.errorprone:error_prone_core's releases.
Commits
0e06cc2Release Error Prone 2.35.1db6c890Downgrade protobuf version to 3.25.5ed6b121Add a repro test for broken behavior inlining the parameter value into the fu...a931fa3RemoveDoNotUseRuleChainfrom JavaCodeClarity.ec2983bcompileUnsafe->compilefor compile-time-constant expressions.2ce9632Strip the quotation marks from the source code when reconstructing the literal.99a0d9dTimeUnitMismatch: handle BinaryTrees.60c5f76TimeUnitMismatch: consider trees likefooSeconds * 1000to have units of `m...427b51dGetSeconds to ToSeconds error prone82a2168Recognize thatRuntime.haltandexitnever return.Updates
com.hazelcast:hazelcastfrom 5.3.8 to 5.5.0Release notes
Sourced from com.hazelcast:hazelcast's releases.
... (truncated)
Commits
e6ef7a8Upgrade version to 5.5.0da56201Fixdistribution.zip'slicenses/attribution.txtgeneration [5.5.0] [REL-2...7f1e932Resolve issues preventing Hazelcast v5.5.0 build [5.5.0] (#2760)34796eeUpdate release_notes.txt [REL-246][5.5.0] (#2751)f8bd2b8Relocate all Jackson classes (#2679)c205c0aFix stale connections in niche MULTI_MEMBER routing [CORE-150] [5.5.0] (#2696)89ed72dUpdate hazelcast-hibernate5.3 to 5.2.0 [5.5.0] (#2634)0871884Remove deprecated ExpectedException.none() from map test (#2626)03e47d7Fix sonar warnings in tests (#2625)22c1a70Client connectivity logging fixes [HZ-4807] (#2615)Updates
org.bouncycastle:bcpkix-jdk15to18from 1.78.1 to 1.79Changelog
Sourced from org.bouncycastle:bcpkix-jdk15to18's changelog.
... (truncated)
Commits
Updates
org.bouncycastle:bcprov-jdk15to18from 1.78.1 to 1.79Changelog
Sourced from org.bouncycastle:bcprov-jdk15to18's changelog.
... (truncated)
Commits
Updates
org.bouncycastle:bcutil-jdk15to18from 1.78.1 to 1.79Changelog
Sourced from org.bouncycastle:bcutil-jdk15to18's changelog.
... (truncated)
Commits
Updates
org.bouncycastle:bcprov-jdk15to18from 1.78.1 to 1.79Changelog
Sourced from org.bouncycastle:bcprov-jdk15to18's changelog.
... (truncated)
Commits
Updates
org.bouncycastle:bcutil-jdk15to18from 1.78.1 to 1.79Changelog
Sourced from org.bouncycastle:bcutil-jdk15to18's changelog.
... (truncated)
Commits
Most Recent Ignore Conditions Applied to This Pull Request
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 dependencyDescription has been truncated