-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 maven group with 8 updates #2784
Merged
Merged
Conversation
This file contains 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 maven group with 8 updates: | Package | From | To | | --- | --- | --- | | [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.11.1` | `3.11.2` | | [com.google.guava:guava-testlib](https://github.com/google/guava) | `33.3.1-jre` | `33.4.0-jre` | | [com.google.guava:guava](https://github.com/google/guava) | `33.3.1-jre` | `33.4.0-jre` | | [com.guardsquare:proguard-base](https://github.com/Guardsquare/proguard) | `7.6.0` | `7.6.1` | | [com.guardsquare:proguard-core](https://github.com/Guardsquare/proguard-core) | `9.1.6` | `9.1.7` | | [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | `5.11.3` | `5.11.4` | | [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) | `0.10.3` | `0.10.4` | | [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `4.29.0` | `4.29.2` | Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.11.1 to 3.11.2 - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.11.1...maven-javadoc-plugin-3.11.2) Updates `com.google.guava:guava-testlib` from 33.3.1-jre to 33.4.0-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `com.google.guava:guava` from 33.3.1-jre to 33.4.0-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `com.guardsquare:proguard-base` from 7.6.0 to 7.6.1 - [Release notes](https://github.com/Guardsquare/proguard/releases) - [Commits](Guardsquare/proguard@v7.6...v7.6.1) Updates `com.guardsquare:proguard-core` from 9.1.6 to 9.1.7 - [Release notes](https://github.com/Guardsquare/proguard-core/releases) - [Commits](Guardsquare/proguard-core@v9.1.6...v9.1.7) Updates `org.junit.jupiter:junit-jupiter` from 5.11.3 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.3...r5.11.4) Updates `org.graalvm.buildtools:native-maven-plugin` from 0.10.3 to 0.10.4 - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](graalvm/native-build-tools@0.10.3...0.10.4) Updates `com.google.protobuf:protobuf-java` from 4.29.0 to 4.29.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: com.google.guava:guava-testlib dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven - dependency-name: com.google.guava:guava dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven - dependency-name: com.guardsquare:proguard-base dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: com.guardsquare:proguard-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.graalvm.buildtools:native-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
java
Pull requests that update Java code
labels
Jan 1, 2025
9 tasks
Build failure for this pull request here is fixed by #2786. |
With the fix in the latest guava-testlib version null support is now properly checked. But it expects that if a collection does not permit null, then creating it with null should fail as well, see guava-testlib's: - MapCreationTester.testCreateWithNullValueUnsupported() - CollectionCreationTester.testCreateWithNull_unsupported() However, the previous implementation for the JsonArray and JsonObject test was using methods which implicitly converted null to JsonNull.
eamonnmcmanus
approved these changes
Jan 2, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 maven group with 8 updates:
3.11.1
3.11.2
33.3.1-jre
33.4.0-jre
33.3.1-jre
33.4.0-jre
7.6.0
7.6.1
9.1.6
9.1.7
5.11.3
5.11.4
0.10.3
0.10.4
4.29.0
4.29.2
Updates
org.apache.maven.plugins:maven-javadoc-plugin
from 3.11.1 to 3.11.2Release notes
Sourced from org.apache.maven.plugins:maven-javadoc-plugin's releases.
Commits
44cbab7
[maven-release-plugin] prepare release maven-javadoc-plugin-3.11.23de45d8
use github for scm45ccf06
Bump com.thoughtworks.qdox:qdox from 2.1.0 to 2.2.0530fa01
[MJAVADOC-823] legacyMode keeps using module-info.java (-sourcedirectory stil...3a16d92
Bump commons-io:commons-io from 2.17.0 to 2.18.069c1ba7
Migrate from Plexus to Sisu Guice (#341)39857ea
Remove usages of deprecated ReaderFactory class (#339)314203a
[MJAVADOC-814] handle parameters such packages with multi lines (#337)3bb982d
refactor: Replace Plexus AbstractLogEnabled with SLF4J (#338)76826c8
[MJAVADOC-822] skippedModules should be more scalable and support regex (#336)Updates
com.google.guava:guava-testlib
from 33.3.1-jre to 33.4.0-jreRelease notes
Sourced from com.google.guava:guava-testlib's releases.
Commits
Updates
com.google.guava:guava
from 33.3.1-jre to 33.4.0-jreRelease notes
Sourced from com.google.guava:guava's releases.
Commits
Updates
com.guardsquare:proguard-base
from 7.6.0 to 7.6.1Release notes
Sourced from com.guardsquare:proguard-base's releases.
Commits
08adfa5
Bump version to 7.6.1 in the manual89b1e55
Add release notes for version 7.6.1, bump ProGuardCORE versionf4c4a13
Remove Guardsquare community link.c1eafc7
Log ACD rules for parameterless constructors73860de
Discard empty Kotlin metadataff66baa
Remove references to encryption174d3f4
Upgrade Gradle, upgrade dependencies, bump version to 7.6.1f5352fe
Clean up Kotlin verification inProGuard.java
844f3d7
Remove variable push replacements optimization7b6712e
Replace all PartialEvaluator constructor calls with builder callsUpdates
com.guardsquare:proguard-core
from 9.1.6 to 9.1.7Release notes
Sourced from com.guardsquare:proguard-core's releases.
Commits
54cfe07
Remove code for heap tree modelc728473
Cleanup memory location states13ccade
Use a string pool for members in the StringSharer09675a6
Revert Kotlin version bump temporarily0b2ef5b
Add ReflectiveModelExecutor and ReflectiveModel to simplify the design of mod...bd36314
fix: Fix attribute adder for parameter annotations (#130)9ab932c
Test updating to Kotlin 2.1.054f4766
Use Java 11 for documentation workflowf7b0101
Upgrade Gradle, upgrade dependencies85e16ba
Ensure Kotlin module integrity when the referenced facade class is nullUpdates
org.junit.jupiter:junit-jupiter
from 5.11.3 to 5.11.4Release notes
Sourced from org.junit.jupiter:junit-jupiter's releases.
Commits
6430ba4
Release 5.11.4d093121
Finalize 5.11.4 release notes0444353
Fix Maven integration tests on JDK 24b5c7f4e
Move #4153 to 5.11.4 release notesb20c4e2
Ensure the XMLStreamWriter is closed after use6376f0a
Configure Git username and email2b485c4
Set reference repo URI500b5a0
Inject username and password via new DSLd671961
Update plugin gitPublish to v53d11279
AddJAVA_25
toJRE
enumUpdates
org.graalvm.buildtools:native-maven-plugin
from 0.10.3 to 0.10.4Release notes
Sourced from org.graalvm.buildtools:native-maven-plugin's releases.
Commits
25a4ca9
release 0.10.46a489a8
Update metadata repository version47bda78
Improve error messages0613de2
Make accessFilter file registration thread safe26f16f7
Merge pull request #637 from graalvm/og/issue-296cf4599b
Merge branch 'master' into og/issue-29688c19c3
Bump io.netty:netty-codec-http in /samples/metadata-repo-integrationacef1a7
Merge branch 'master' into og/issue-296efd8705
Fix links to the resources file in Maven quickstart guide979e9ec
Merge pull request #632 from graalvm/og/issue-296Updates
com.google.protobuf:protobuf-java
from 4.29.0 to 4.29.2Commits
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