Bump the minor-and-patch group across 1 directory with 7 updates - #372
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the minor-and-patch group across 1 directory with 7 updates#372dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the minor-and-patch group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [jakarta.servlet:jakarta.servlet-api](https://github.com/eclipse-ee4j/servlet-api) | `6.0.0` | `6.1.0` | | [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.22.0` | `1.22.1` | | [com.google.guava:guava](https://github.com/google/guava) | `33.6.0-jre` | `33.7.1-jre` | | org.apache.jena:jena-shacl | `6.1.0` | `6.2.0` | | org.apache.jena:jena-arq | `6.1.0` | `6.2.0` | | [org.jsoup:jsoup](https://github.com/jhy/jsoup) | `1.23.1` | `1.23.2` | | [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) | `6.1.0` | `6.1.3` | Updates `jakarta.servlet:jakarta.servlet-api` from 6.0.0 to 6.1.0 - [Commits](jakartaee/servlet@6.0.0-RELEASE...6.1.0-RELEASE) Updates `commons-codec:commons-codec` from 1.22.0 to 1.22.1 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-codec@rel/commons-codec-1.22.0...rel/commons-codec-1.22.1) Updates `com.google.guava:guava` from 33.6.0-jre to 33.7.1-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `org.apache.jena:jena-shacl` from 6.1.0 to 6.2.0 Updates `org.apache.jena:jena-arq` from 6.1.0 to 6.2.0 Updates `org.jsoup:jsoup` from 1.23.1 to 1.23.2 - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md) - [Commits](jhy/jsoup@jsoup-1.23.1...jsoup-1.23.2) Updates `org.junit.jupiter:junit-jupiter` from 6.1.0 to 6.1.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.1.0...r6.1.3) --- updated-dependencies: - dependency-name: jakarta.servlet:jakarta.servlet-api dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: commons-codec:commons-codec dependency-version: 1.22.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: com.google.guava:guava dependency-version: 33.7.1-jre dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.apache.jena:jena-shacl dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.apache.jena:jena-arq dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.jsoup:jsoup dependency-version: 1.23.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.1.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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 minor-and-patch group with 7 updates in the / directory:
6.0.06.1.01.22.01.22.133.6.0-jre33.7.1-jre6.1.06.2.06.1.06.2.01.23.11.23.26.1.06.1.3Updates
jakarta.servlet:jakarta.servlet-apifrom 6.0.0 to 6.1.0Commits
fe6e12aPrepare release jakarta.servlet:servlet-parent:6.1.0b09f123Add missing JARs to webapp - Part of fix for #638e93b9bfRemove unused code. Part of fix for #63804ad5c7Update copyright date used in Javadoc footer3154612Remove text incorrectly added when originally addressing #18314c6edRevert Dependabot's JRuby update - it breaks the spec build28a4bbe---7a912a8---72d4380---f203652Merge pull request #635 from jakartaee/dependabot/maven/org.apache.maven.plug...Updates
commons-codec:commons-codecfrom 1.22.0 to 1.22.1Changelog
Sourced from commons-codec:commons-codec's changelog.
Commits
dc8f6c8Prepare for the release candidate 1.22.1 RC18203c1cPrepare for the next release candidate5647fe2StringEncoderComparator.StringEncoderComparator(StringEncoder) now fails00c27a9Reduce vertical whitespace568f2d7Remove unused method316fb15Remove unused methodbf6b543Bump actions/checkout from 7.0.0 to 7.0.1e14cdfeExtract redundant code.3351e63Add messages when throwing NullPointerException.f22dab7Update SCM tagUpdates
com.google.guava:guavafrom 33.6.0-jre to 33.7.1-jreRelease notes
Sourced from com.google.guava:guava's releases.
... (truncated)
Commits
Updates
org.apache.jena:jena-shaclfrom 6.1.0 to 6.2.0Updates
org.apache.jena:jena-arqfrom 6.1.0 to 6.2.0Updates
org.jsoup:jsoupfrom 1.23.1 to 1.23.2Release notes
Sourced from org.jsoup:jsoup's releases.
... (truncated)
Changelog
Sourced from org.jsoup:jsoup's changelog.
Commits
fbc7775[maven-release-plugin] prepare release jsoup-1.23.2133ebdeRelease 1.23.2 notesbe2a74aEncode control chars during request URL normalization (#2585)868f2ebJava 11 HTTP client reuse covers ordinary connections (#2584)19c758eGet Animal Sniffer to run over test code as well.17bb839Fix source tracking through HTML repair and malformed EOF (#2582)cad054aTemplate stack checks need to exclude the fragment context (#2581)46b6208Paranoimia66be2daHTTP redirects use standard URL resolution for single-slash locations (#2580)b035b62Make hostless HTTP(S) URLs fail resolution and cleaning (#2579)Updates
org.junit.jupiter:junit-jupiterfrom 6.1.0 to 6.1.3Release notes
Sourced from org.junit.jupiter:junit-jupiter's releases.
Commits
f59f60dRelease 6.1.3cd8ec92Finalize 6.1.3 release notesc8729f2Restore compatibility with GraalVM 25 (#5901)ddc9e74Update graalvm/setup-graalvm action to v1.6.4 (#5959)fe2c52aUpdate plugin org.graalvm.buildtools.native to v1.1.7 (#5923)62afc02Delay GraalVM plugin updates for 3 days0cc2902SkipgraalVmTesttask if GraalVM env vars are not setf6bbfc5Move GraalVM tests to separate test task (#5903)e87e052Update plugin org.graalvm.buildtools.native to v1.1.6 (#5899)1cd56dfUpdate plugin org.graalvm.buildtools.native to v1.1.5 (#5880)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 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