Bump the libs group across 1 directory with 6 updates#483
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Bump the libs group across 1 directory with 6 updates#483dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
648fb33 to
8aece41
Compare
Bumps the libs group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.jsoup:jsoup](https://github.com/jhy/jsoup) | `1.19.1` | `1.21.2` | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.18` | `1.5.21` | | [com.google.crypto.tink:tink](https://github.com/tink-crypto/tink-java) | `1.17.0` | `1.19.0` | | org.owasp.dependencycheck | `12.1.1` | `12.1.9` | | com.diffplug.spotless | `7.0.2` | `8.1.0` | | [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) | `0.34.0` | `0.35.0` | Updates `org.jsoup:jsoup` from 1.19.1 to 1.21.2 - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md) - [Commits](jhy/jsoup@jsoup-1.19.1...jsoup-1.21.2) Updates `ch.qos.logback:logback-classic` from 1.5.18 to 1.5.21 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.18...v_1.5.21) Updates `com.google.crypto.tink:tink` from 1.17.0 to 1.19.0 - [Release notes](https://github.com/tink-crypto/tink-java/releases) - [Commits](tink-crypto/tink-java@v1.17.0...v1.19.0) Updates `org.owasp.dependencycheck` from 12.1.1 to 12.1.9 Updates `com.diffplug.spotless` from 7.0.2 to 8.1.0 Updates `com.vanniktech.maven.publish` from 0.34.0 to 0.35.0 - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](vanniktech/gradle-maven-publish-plugin@0.34.0...0.35.0) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-version: 1.21.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: libs - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: libs - dependency-name: com.google.crypto.tink:tink dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: libs - dependency-name: org.owasp.dependencycheck dependency-version: 12.1.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: libs - dependency-name: com.diffplug.spotless dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: libs - dependency-name: com.vanniktech.maven.publish dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: libs ... Signed-off-by: dependabot[bot] <support@github.com>
8aece41 to
3ad549e
Compare
|
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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
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 libs group with 6 updates in the / directory:
1.19.11.21.21.5.181.5.211.17.01.19.012.1.112.1.97.0.28.1.00.34.00.35.0Updates
org.jsoup:jsoupfrom 1.19.1 to 1.21.2Release notes
Sourced from org.jsoup:jsoup's releases.
... (truncated)
Changelog
Sourced from org.jsoup:jsoup's changelog.
... (truncated)
Commits
b02837b[maven-release-plugin] prepare release jsoup-1.21.21f0c207v1.21.2 release dateb093463Use central-publishing-maven-plugin615b959Updating sonatype deploy URLs6961720Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.11.3 (#2386)82864b2Bump jetty.version from 9.4.57.v20241219 to 9.4.58.v20250814 (#2385)71f963eFix for HTML that breaks the select scope6b20f6eRemoved effective recursion closing\</select>eb2957aBump actions/checkout from 4 to 5 (#2382)3a9a6c7Fix ProxyTest in CIUpdates
ch.qos.logback:logback-classicfrom 1.5.18 to 1.5.21Release notes
Sourced from ch.qos.logback:logback-classic's releases.
Commits
fed6f37prepare release 1.5.21b111e89Initialization procedure has been simplified by removing the step1cd2df4fix issues/871dea5b95minor - remove superflous call to Objects.requireNonNull3cecf29add comment for the TurboFilter list ACCEPT case1497142improve performance for 2 or more turbo filters04a7ba5most subclasses of UnsynchronizedAppenderBase do not need a reentry guardab6a006add maven cache to github CI, update .github/FUNDING.yml2bf5557fix failed LegacyPatternLayoutTest#subPattern test due to TZ discrepancies, u...2ca8c52update funding infoUpdates
com.google.crypto.tink:tinkfrom 1.17.0 to 1.19.0Release notes
Sourced from com.google.crypto.tink:tink's releases.
... (truncated)
Commits
55c022dDo not use "--verbose" on the invocation of curl as it leaks the token.cbb9892Fix the lib_name for tink-android.3c34c33Only put the actual checksums into the checksums file.bb2f27bTag version as 1.19.0.87d732dFix the path to the encrypted token.0c8c5efFix the path to encrypted_password.d761f4dUse the correct suffix for the tinkey_release_wrapping_key.d5b7ad9Finish the release automation.022c2b7Write the key and passphrase into the (hopefully) correct path.d0f1937Update the Java version to 1.19.0-pre0.Updates
org.owasp.dependencycheckfrom 12.1.1 to 12.1.9Updates
com.diffplug.spotlessfrom 7.0.2 to 8.1.0Updates
com.vanniktech.maven.publishfrom 0.34.0 to 0.35.0Release notes
Sourced from com.vanniktech.maven.publish's releases.
... (truncated)
Changelog
Sourced from com.vanniktech.maven.publish's changelog.
Commits
8232338update to 0.35.0-rc185b409d0.35.0 prep2e01bc6Always run CI on the latest Java (#1193)fb36ee3Update android.gradle to v8.13.1 (#1194)0f8135bUse Java 25 on CI (#1184)4cc5b52Clean up toolchain usages in tests (#1191)aa456e1Update plugin android-lint to v8.13.1 (#1195)32a9226Update dependency com.android.library to v9.0.0-alpha14 (#1188)48a58afSupport deploying API html (#1192)a795a97Clean up android extensions in tests (#1190)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 dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions