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 maven group with 12 updates #2723

Merged
merged 3 commits into from
Aug 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the maven group with 12 updates:

Package From To
com.google.truth:truth 1.4.3 1.4.4
com.google.errorprone:error_prone_core 2.28.0 2.29.2
org.apache.maven.plugins:maven-javadoc-plugin 3.7.0 3.8.0
org.apache.maven.plugins:maven-surefire-plugin 3.3.0 3.3.1
org.apache.maven.plugins:maven-release-plugin 3.1.0 3.1.1
com.github.siom79.japicmp:japicmp-maven-plugin 0.21.2 0.22.0
org.codehaus.mojo:animal-sniffer-maven-plugin 1.23 1.24
com.google.errorprone:error_prone_annotations 2.28.0 2.29.2
com.guardsquare:proguard-core 9.1.4 9.1.5
org.apache.maven.plugins:maven-failsafe-plugin 3.3.0 3.3.1
com.fasterxml.jackson.core:jackson-databind 2.17.1 2.17.2
com.google.protobuf:protobuf-java 4.27.2 4.27.3

Updates com.google.truth:truth from 1.4.3 to 1.4.4

Release notes

Sourced from com.google.truth:truth's releases.

v1.4.4

  • Annotated the rest of the main package for nullness, and moved the @NullMarked annotation from individual classes up to the package to avoid a warning under --release 8. (e107aeadc)
  • Improved the failure message for matches to conditionally suggest using containsMatch. (7e9fc7aec)
Commits
  • ddeaa0c Set version number for truth-parent to 1.4.4.
  • e107aea Annotate the rest of the main package (basically just the Java 8 subjects) fo...
  • 8ac91a6 Document that truth-java8-extension is obsolete.
  • 99af8be Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.23 to 1.24 in the d...
  • 54e548c Bump the dependencies group with 2 updates
  • 2183a14 Migrate from legacy com.google.gwt to org.gwtproject.
  • 7e9fc7a Make StringSubject.matches suggest using containsMatch if matches(x) fails bu...
  • af140d6 Fix grammar in Javadoc comments.
  • See full diff in compare view

Updates com.google.errorprone:error_prone_core from 2.28.0 to 2.29.2

Release notes

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

Error Prone 2.29.2

This release contains all of the changes in 2.29.0 and 2.29.1, plus:

Full Changelog: google/error-prone@v2.29.1...v2.29.2

Error Prone 2.29.1

This release contains all of the changes in 2.29.0, plus:

Full Changelog: google/error-prone@v2.29.0...v2.29.1

Error Prone 2.29.0

New checks:

Closed issues: #4318, #4429, #4467

Full Changelog: google/error-prone@v2.28.0...v2.29.0

Commits
  • 436f891 Release Error Prone 2.29.2
  • 526aa72 Restore module-info.
  • a19bcbc StatementSwitchToExpressionSwitch: Enhance code comment handling for direct c...
  • 5c26d0d Fix ASTHelpers#isRuleKind on JDK versions without CaseTree#getCaseKind
  • 81d3127 Fix an NPE in SetUnrecognized
  • bc33976 Use JSpecify 1.0!
  • 385e43a Disallow using traditional :-style switches as switch expressions
  • 2656f48 Create ThreadSafeTypeParameter to replace ThreadSafe.TypeParameter.
  • 6bd568d Don't complain about unused variables named _
  • 7f90df7 Improve docs for URLEqualsHashCode.
  • Additional commits viewable in compare view

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

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-surefire-plugin from 3.3.0 to 3.3.1

Commits
  • 7e45620 [maven-release-plugin] prepare release surefire-3.3.1
  • 561b4ca [SUREFIRE-2250] Surefire Test Report Schema properties element is not consist...
  • 6aaea8a [SUREFIRE-1360] Ability to disable properties for successfully passed tests
  • c17b92b Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.23 to 1.24
  • 748d9dc Fix typos
  • f8092e9 Improve time units
  • c670335 [SUREFIRE-1934] Ability to disable system-out/system-err for successfully pas...
  • bce1b39 Improve docs of linkXRef
  • 3c49ebd Bump org.htmlunit:htmlunit from 4.2.0 to 4.3.0
  • 6ff0f83 [SUREFIRE-2242] Plain test report does not include names of the skipped tests
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1

Commits
  • 4f350d4 [maven-release-plugin] prepare release maven-release-3.1.1
  • 06f6de4 [MRELEASE-1153] Revert parts of MRELEASE-1109 (8dfcb47996320af5e6f0b2d50eac20...
  • 985d0bc [MRELEASE-1149] Current release of the plugin has configuration docs missing
  • 47e94b4 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates com.github.siom79.japicmp:japicmp-maven-plugin from 0.21.2 to 0.22.0

Commits
  • 56996ba [maven-release-plugin] prepare release japicmp-base-0.22.0
  • 3a60b0a version 0.22.0-SNAPSHOT
  • 17b89eb [maven-release-plugin] prepare release japicmp-base-0.22.0
  • d8d7208 version 0.22.0-SNAPSHOT
  • 1890598 [maven-release-plugin] prepare for next development iteration
  • 2d4f359 [maven-release-plugin] prepare release japicmp-base-0.22.1
  • 99c10b5 Merge remote-tracking branch 'origin/master'
  • 5a3b62b Upgrade actions/checkout and actions/setup-java
  • d2718ce [maven-release-plugin] prepare for next development iteration
  • 7e0304c [maven-release-plugin] prepare release japicmp-base-0.22.0
  • Additional commits viewable in compare view

Updates org.codehaus.mojo:animal-sniffer-maven-plugin from 1.23 to 1.24

Release notes

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

1.24

🚀 New features and improvements

📦 Dependency updates

👻 Maintenance

🔧 Build

Commits
  • 585a296 [maven-release-plugin] prepare release animal-sniffer-1.24
  • 2fd61f1 Drop dependency to plexus-container
  • 5a1d0e4 (CI) check Java 21 and latest Maven 3.9.8
  • 651abd2 Reformat code
  • ff9e569 Bump org.codehaus.mojo:mojo-parent from 78 to 84
  • 466443d Bump org.apache.maven.enforcer:enforcer-api from 3.4.1 to 3.5.0
  • 403b142 Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.3 to 3.6.0
  • e2c0d80 Bump org.apache.maven.shared:maven-common-artifact-filters
  • 95fe4f5 (doc) drop Temurin from CI
  • f237a81 Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.3
  • Additional commits viewable in compare view

Updates com.google.errorprone:error_prone_annotations from 2.28.0 to 2.29.2

Release notes

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

Error Prone 2.29.2

This release contains all of the changes in 2.29.0 and 2.29.1, plus:

Full Changelog: google/error-prone@v2.29.1...v2.29.2

Error Prone 2.29.1

This release contains all of the changes in 2.29.0, plus:

Full Changelog: google/error-prone@v2.29.0...v2.29.1

Error Prone 2.29.0

New checks:

Closed issues: #4318, #4429, #4467

Full Changelog: google/error-prone@v2.28.0...v2.29.0

Commits
  • 436f891 Release Error Prone 2.29.2
  • 526aa72 Restore module-info.
  • a19bcbc StatementSwitchToExpressionSwitch: Enhance code comment handling for direct c...
  • 5c26d0d Fix ASTHelpers#isRuleKind on JDK versions without CaseTree#getCaseKind
  • 81d3127 Fix an NPE in SetUnrecognized
  • bc33976 Use JSpecify 1.0!
  • 385e43a Disallow using traditional :-style switches as switch expressions
  • 2656f48 Create ThreadSafeTypeParameter to replace ThreadSafe.TypeParameter.
  • 6bd568d Don't complain about unused variables named _
  • 7f90df7 Improve docs for URLEqualsHashCode.
  • Additional commits viewable in compare view

Updates com.guardsquare:proguard-core from 9.1.4 to 9.1.5

Release notes

Sourced from com.guardsquare:proguard-core's releases.

9.1.5

Bugfixes

  • Prevent unknown enum value for KmVersionRequirementVersionKind exception when processing code compiled with an outdated Kotlin version.
  • Fix UnknownReferenceValue return wrong string format in getType.
  • Fix ReflectionExecutor not updating instance of StringBuilders in fallback result.

API changes

  • Executors do not support MethodSignature wildcards anymore. The assumption from ExecutorLookup is now that all the signatures supported by the executor are declared explicitly in getSupportedMethodSignatures.
  • StringExecutor, ExecutingInvocationUnit, and JvmValueBamCpaRun now need the library class pool as parameter.
  • Calls to InstructionSequenceBuilder.ldc now optionally accept a ConstantVisitor. The visitor will visit the constant that is referenced by the added instruction.
Commits
  • f584676 Fix incorrect ldc_w(int) delegate call
  • 673e36f Remove debug logging
  • 14e69ea Update log4j
  • 68cb51b Allow to pass optional ConstantVisitor to InstructionSequenceBuilder.ldc
  • 254e455 Add separate check to verify validity of member signature attributes
  • 54f85da Fix class signature handling
  • d068760 Fix NPE in executor lookup when TypedReferenceValue is not actually typed
  • 3487544 Add log warning for executor lookup when static signature matches an executor...
  • 7fae99d Update WildCardManager exceptions to ProguardException with better error message
  • 9ae93fd Modify LookupExecutor to expect all the signatures the executors are interest...
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-failsafe-plugin from 3.3.0 to 3.3.1

Commits
  • 7e45620 [maven-release-plugin] prepare release surefire-3.3.1
  • 561b4ca [SUREFIRE-2250] Surefire Test Report Schema properties element is not consist...
  • 6aaea8a [SUREFIRE-1360] Ability to disable properties for successfully passed tests
  • c17b92b Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.23 to 1.24
  • 748d9dc Fix typos
  • f8092e9 Improve time units
  • c670335 [SUREFIRE-1934] Ability to disable system-out/system-err for successfully pas...
  • bce1b39 Improve docs of linkXRef
  • 3c49ebd Bump org.htmlunit:htmlunit from 4.2.0 to 4.3.0
  • 6ff0f83 [SUREFIRE-2242] Plain test report does not include names of the skipped tests
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.2

Commits

Updates com.google.protobuf:protobuf-java from 4.27.2 to 4.27.3

Commits

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 maven group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [com.google.truth:truth](https://github.com/google/truth) | `1.4.3` | `1.4.4` |
| [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) | `2.28.0` | `2.29.2` |
| [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.7.0` | `3.8.0` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.3.0` | `3.3.1` |
| [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) | `3.1.0` | `3.1.1` |
| [com.github.siom79.japicmp:japicmp-maven-plugin](https://github.com/siom79/japicmp) | `0.21.2` | `0.22.0` |
| [org.codehaus.mojo:animal-sniffer-maven-plugin](https://github.com/mojohaus/animal-sniffer) | `1.23` | `1.24` |
| [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone) | `2.28.0` | `2.29.2` |
| [com.guardsquare:proguard-core](https://github.com/Guardsquare/proguard-core) | `9.1.4` | `9.1.5` |
| [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) | `3.3.0` | `3.3.1` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.17.1` | `2.17.2` |
| [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `4.27.2` | `4.27.3` |


Updates `com.google.truth:truth` from 1.4.3 to 1.4.4
- [Release notes](https://github.com/google/truth/releases)
- [Commits](google/truth@v1.4.3...v1.4.4)

Updates `com.google.errorprone:error_prone_core` from 2.28.0 to 2.29.2
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.28.0...v2.29.2)

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

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

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

Updates `com.github.siom79.japicmp:japicmp-maven-plugin` from 0.21.2 to 0.22.0
- [Release notes](https://github.com/siom79/japicmp/releases)
- [Changelog](https://github.com/siom79/japicmp/blob/master/release.py)
- [Commits](siom79/japicmp@japicmp-base-0.21.2...japicmp-base-0.22.0)

Updates `org.codehaus.mojo:animal-sniffer-maven-plugin` from 1.23 to 1.24
- [Release notes](https://github.com/mojohaus/animal-sniffer/releases)
- [Commits](mojohaus/animal-sniffer@1.23...animal-sniffer-1.24)

Updates `com.google.errorprone:error_prone_annotations` from 2.28.0 to 2.29.2
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.28.0...v2.29.2)

Updates `com.guardsquare:proguard-core` from 9.1.4 to 9.1.5
- [Release notes](https://github.com/Guardsquare/proguard-core/releases)
- [Commits](Guardsquare/proguard-core@v9.1.4...v9.1.5)

Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.3.0...surefire-3.3.1)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.1 to 2.17.2
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.google.protobuf:protobuf-java` from 4.27.2 to 4.27.3
- [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: com.google.truth:truth
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: com.google.errorprone:error_prone_core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: org.apache.maven.plugins:maven-release-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: com.github.siom79.japicmp:japicmp-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.codehaus.mojo:animal-sniffer-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: com.google.errorprone:error_prone_annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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.apache.maven.plugins:maven-failsafe-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 1, 2024
@eamonnmcmanus eamonnmcmanus merged commit 9615c8d into main Aug 1, 2024
17 checks passed
@eamonnmcmanus eamonnmcmanus deleted the dependabot/maven/maven-de8d39c55a branch August 1, 2024 18:38
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.

1 participant