-
Notifications
You must be signed in to change notification settings - Fork 3
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
chore(deps): bump the java-minor-patch group with 5 updates #62
Merged
dependabot
merged 1 commit into
develop
from
dependabot/gradle/java-minor-patch-3e6b253a37
Oct 2, 2024
Merged
chore(deps): bump the java-minor-patch group with 5 updates #62
dependabot
merged 1 commit into
develop
from
dependabot/gradle/java-minor-patch-3e6b253a37
Oct 2, 2024
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 java-minor-patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) | `1.11.0` | `1.12.0` | | [com.google.guava:guava](https://github.com/google/guava) | `33.3.0-jre` | `33.3.1-jre` | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.17.2` | `2.18.0` | | [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.13.0` | `5.14.1` | | [org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils) | `4.0.1` | `4.0.2` | Updates `org.apache.commons:commons-csv` from 1.11.0 to 1.12.0 - [Changelog](https://github.com/apache/commons-csv/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-csv@rel/commons-csv-1.11.0...rel/commons-csv-1.12.0) Updates `com.google.guava:guava` from 33.3.0-jre to 33.3.1-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.2 to 2.18.0 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `org.mockito:mockito-core` from 5.13.0 to 5.14.1 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.13.0...v5.14.1) Updates `org.codehaus.plexus:plexus-utils` from 4.0.1 to 4.0.2 - [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases) - [Commits](codehaus-plexus/plexus-utils@plexus-utils-4.0.1...plexus-utils-4.0.2) --- updated-dependencies: - dependency-name: org.apache.commons:commons-csv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java-minor-patch - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-minor-patch - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java-minor-patch - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java-minor-patch - dependency-name: org.codehaus.plexus:plexus-utils dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
Job Summary for GradleX-Road-Catalog tests :: BuildAndTest
|
@dependabot merge |
Dependabot tried to merge this PR, but received the following error from GitHub:
|
melbeltagy
approved these changes
Oct 2, 2024
@dependabot merge |
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 java-minor-patch group with 5 updates:
1.11.0
1.12.0
33.3.0-jre
33.3.1-jre
2.17.2
2.18.0
5.13.0
5.14.1
4.0.1
4.0.2
Updates
org.apache.commons:commons-csv
from 1.11.0 to 1.12.0Changelog
Sourced from org.apache.commons:commons-csv's changelog.
... (truncated)
Commits
67f0d6b
Prepare for the next release candidate89eacd9
Prepare for the next release candidatef4e3269
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-csv342547b
Prepare for the next release candidate113147f
Add dependency-review.yml to GitHub CI86ce50b
Merge pull request #478 from apache/dependabot/github_actions/github/codeql-a...5b2c26e
Bump github/codeql-action from 3.26.6 to 3.26.84f4b9cf
Sort members6a11b89
Enable Checkstyle for test sources and fix issuesfce94ea
Fix header for CheckstyleUpdates
com.google.guava:guava
from 33.3.0-jre to 33.3.1-jreRelease notes
Sourced from com.google.guava:guava's releases.
Commits
Updates
com.fasterxml.jackson.core:jackson-databind
from 2.17.2 to 2.18.0Commits
Updates
org.mockito:mockito-core
from 5.13.0 to 5.14.1Release notes
Sourced from org.mockito:mockito-core's releases.
Commits
39a0c75
fix: gradle mockitoAgent configuration should not be transitive (#3454)e928059
Bump bytebuddy from 1.15.2 to 1.15.3 (#3452)8a0e586
Disable mocks with an error message (#3424)d28b012
Fix typo in Javadoc of ArgumentCaptor (#3448)a2fc9c6
Bump org.junit.platform:junit-platform-launcher from 1.11.0 to 1.11.1 (#3451)c3fcc6e
Split subprojects by deliverable and integration tests (#3447)f5858c2
Bump bytebuddy from 1.15.1 to 1.15.2 (#3450)1e337ed
Allow for installing a Java agent within the Mockito jar, without exposing By...a1d5860
Bump org.eclipse.platform:org.eclipse.osgi from 3.20.0 to 3.21.0 (#3440)0438593
Bump com.gradle.enterprise from 3.18 to 3.18.1 (#3439)Updates
org.codehaus.plexus:plexus-utils
from 4.0.1 to 4.0.2Release notes
Sourced from org.codehaus.plexus:plexus-utils's releases.
Commits
4789f7a
[maven-release-plugin] prepare release plexus-utils-4.0.29093271
Specify /D for cmd.exe to bypass the Command Processor Autorun directorya5d1ab2
fix Reproducible Central README link1e90541
use new Reproducible Central badge endpoint8ca1913
---4da33e1
---0d760ef
[maven-release-plugin] prepare for next development iterationDependabot 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