Skip to content

Bump the maven group across 1 directory with 9 updates - #21

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/maven-34af701fcd
Closed

Bump the maven group across 1 directory with 9 updates#21
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/maven-34af701fcd

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2025

Copy link
Copy Markdown
Contributor

Bumps the maven group with 9 updates in the / directory:

Package From To
org.openrefine:main 3.9.0 3.9.3
org.apache.httpcomponents.client5:httpclient5 5.4.2 5.5
com.google.apis:google-api-services-drive v3-rev20250216-2.0.0 v3-rev20250511-2.0.0
com.google.apis:google-api-services-sheets v4-rev20250211-2.0.0 v4-rev20250616-2.0.0
com.fasterxml.jackson.core:jackson-core 2.18.3 2.19.1
org.mockito:mockito-core 5.15.2 5.18.0
org.apache.logging.log4j:log4j-slf4j-impl 2.24.3 2.25.0
org.apache.maven.plugins:maven-surefire-plugin 3.5.2 3.5.3
org.apache.maven.plugins:maven-clean-plugin 3.4.1 3.5.0

Updates org.openrefine:main from 3.9.0 to 3.9.3

Release notes

Sourced from org.openrefine:main's releases.

OpenRefine 3.9.3

This is the fourth stable release of the 3.9 series. Please backup your workspace directory before installing and report any problems that you encounter.

Changes

Full changelog: OpenRefine/OpenRefine@3.9.2...3.9.3

OpenRefine 3.9.2

This is the third stable release of the 3.9 series. Please backup your workspace directory before installing and report any problems that you encounter.

Changes

  • Fixed (properly this time) a bug in French translation for the confirmation dialog about history erasure (#7143) by @​wetneb
  • Fix pagination controls and row range (#7211) by @​SoryRawyer
  • Increase maximum cell size when importing a CSV file (#7219) by @​wetneb
  • Fix the "Edit all columns" menu in the presence of undone operations (#7218) by @​wetneb

Full Changelog: OpenRefine/OpenRefine@3.9.1...3.9.2

OpenRefine 3.9.1

This is the second stable release of the 3.9 series. Please backup your workspace directory before installing and report any problems that you encounter.

Changes

  • Fixed a bug in French translation for the confirmation dialog about history erasure (#7143)
  • MacOS: update file permissions in DMG package (#7144)
  • Fix pagination controls and row range (#7201)
  • Disable maximum string length in Jackson (#7191)
  • Show all column headers in full by default (#7168)

Full Changelog: OpenRefine/OpenRefine@3.9.0...3.9.1

Commits

Updates org.apache.httpcomponents.client5:httpclient5 from 5.4.2 to 5.5

Changelog

Sourced from org.apache.httpcomponents.client5:httpclient5's changelog.

Release 5.5

This is the first GA release in the 5.5 release series. This release finalizes the 5.5 APIs and adds several experimental features and improvements, such as request multiplexing over a shared HTTP/2 connection and the Classic API facade acting as a compatibility bridge between classic I/O client services and the asynchronous message transport used internally.

Notable changes and features included in the 5.5 series:

  • Improved conformance to RFC 7616 (HTTP Digest Access Authentication).

  • The connection pool implementation acts as a caching facade in front of a standard managed connection pool and shares already leased connections to multiplex message exchanges over active HTTP/2 connections. Experimental.

  • Extended Auth API and improved authentication protocol logic to support mutual authentication.

  • The Classic API facade now acts as a compatibility bridge between the classic I/O client services (based on the standard InputStream / OutputStream model) and the asynchronous message transport used internally. This is experimental.

  • HTTP/2 support for the Fluent Facade (via Classic API facade). This is experimental.

Compatibility notes:

  • As of this release, HttpClient does not automatically execute redirects if the original request manually added headers that are considered sensitive.

Change Log

  • HTTPCLIENT-2367: Fixed NPE in InternalAbstractHttpAsyncClient by adding a null check for resolvedTarget (#634). Contributed by Arturo Bernal

  • Fixed case of Cookie#HTTP_ONLY_ATTR Contributed by Finn Petersen fp7@posteo.net

  • Simplified ProtocolSwitchStrategy by leveraging ProtocolVersionParser (#627). Contributed by Arturo Bernal

  • HTTPCLIENT-2364: Fixed incorrect re-binding of the upgraded SSL socket to the HTTP connection by the #upgrade method of the DefaultHttpClientConnectionOperator. Contributed by Oleg Kalnichevski

... (truncated)

Commits
  • b42e73c HttpClient 5.5 release
  • 3061c34 Updated release notes for HttpClient 5.5 release
  • 14a9208 Updated NOTICE to 2025
  • 4021b7c Link text adjustment
  • be441c1 Update the GitHub Security page with a link to the new HttpComponents
  • f5f9ae8 HTTPCLIENT-2367 - Fix NPE in InternalAbstractHttpAsyncClient by adding null c...
  • 19c0278 Bump org.junit:junit-bom from 5.12.1 to 5.12.2 #632
  • ef06a27 Bump org.junit:junit-bom from 5.12.1 to 5.12.2 (#632)
  • 9bae302 Fix case of Cookie.HTTP_ONLY_ATTR
  • 0ba6102 Simplify ProtocolSwitchStrategy by Leveraging ProtocolVersionParser (#627)
  • Additional commits viewable in compare view

Updates com.google.apis:google-api-services-drive from v3-rev20250216-2.0.0 to v3-rev20250511-2.0.0

Updates com.google.apis:google-api-services-sheets from v4-rev20250211-2.0.0 to v4-rev20250616-2.0.0

Updates com.fasterxml.jackson.core:jackson-core from 2.18.3 to 2.19.1

Commits
  • 2272fcf [maven-release-plugin] prepare release jackson-core-2.19.1
  • 6d2236e Prep for 2.19.1
  • 8ce4f66 Merge branch '2.18' into 2.19
  • f448625 Disable "release" WF
  • 662e818 Merge branch '2.18' into 2.19
  • b5ed8a2 Back to 2.18.5-SNAPSHOT settings
  • 91dfb78 [maven-release-plugin] prepare for next development iteration
  • c7a9268 [maven-release-plugin] prepare release jackson-core-2.18.4.1
  • f69e1ad Try again to publish 2.18.4.1
  • 2911417 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates org.mockito:mockito-core from 5.15.2 to 5.18.0

Release notes

Sourced from org.mockito:mockito-core's releases.

v5.18.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.18.0

v5.17.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.17.0

v5.16.1

Changelog generated by Shipkit Changelog Gradle Plugin

5.16.1

v5.16.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.16.0

... (truncated)

Commits
  • 0673747 Force Jacoco version for Android
  • 65388f0 Update Jacoco version to 0.8.13
  • 60179ca Bump bytebuddy from 1.15.11 to 1.16.1
  • 8f15169 Make vararg checks Scala friendly (#3651)
  • 3a631cb Add hint for multithreading in UnfinishedStubbingException (#3636)
  • 7764992 Remove mention of mockito-inline from mockmaker exception (#3628)
  • ee92ad4 Fix broken banner image link (#3632)
  • 3edab52 Clarify structure of commit messages (#3626)
  • bfab743 Fall back to Throwable Location strategy on Android (#3619)
  • 4f469c8 MockitoExtension fails cleanup when aborted before setup (#3623)
  • Additional commits viewable in compare view

Updates org.apache.logging.log4j:log4j-slf4j-impl from 2.24.3 to 2.25.0

Updates org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3

Release notes

Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.

3.5.3

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

Commits
  • 4434650 [maven-release-plugin] prepare release surefire-3.5.3
  • 1270950 use github directly
  • 59f3a1f release tag name backward compatible
  • dfbabe2 assertj-core must be test scope (#826)
  • e1f8119 back to 3.5.3-SNAPSHOT
  • c497559 [maven-release-plugin] prepare for next development iteration
  • 3962112 [maven-release-plugin] prepare release v3.5.3
  • 227c134 surefire shared utils version current version (#825)
  • 1d34c34 Bump org.htmlunit:htmlunit from 4.10.0 to 4.11.1
  • 906b65a Update site descriptors
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-clean-plugin from 3.4.1 to 3.5.0

Release notes

Sourced from org.apache.maven.plugins:maven-clean-plugin's releases.

3.5.0

🚀 New features and improvements

👻 Maintenance

📦 Dependency updates

Commits
  • d18c596 [maven-release-plugin] prepare release maven-clean-plugin-3.5.0
  • 5117885 Bump project to 3.5.0-SNAPSHOT version
  • 7350dbe Configuration parameter for deleting read-only files
  • bdf8c5d Bump org.apache.maven.resolver:maven-resolver-api from 1.9.22 to 1.9.23 (#251)
  • d720e18 Update README in 3.x branch
  • 6c0745c Bump org.codehaus.plexus:plexus-testing from 1.4.0 to 1.5.0
  • 5dedab5 fix
  • c22ab2d Bump org.apache.maven.plugins:maven-plugins from 43 to 44
  • 68f2009 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

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 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.openrefine:main](https://github.com/OpenRefine/OpenRefine) | `3.9.0` | `3.9.3` |
| [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) | `5.4.2` | `5.5` |
| com.google.apis:google-api-services-drive | `v3-rev20250216-2.0.0` | `v3-rev20250511-2.0.0` |
| com.google.apis:google-api-services-sheets | `v4-rev20250211-2.0.0` | `v4-rev20250616-2.0.0` |
| [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.18.3` | `2.19.1` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.15.2` | `5.18.0` |
| org.apache.logging.log4j:log4j-slf4j-impl | `2.24.3` | `2.25.0` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.2` | `3.5.3` |
| [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) | `3.4.1` | `3.5.0` |



Updates `org.openrefine:main` from 3.9.0 to 3.9.3
- [Release notes](https://github.com/OpenRefine/OpenRefine/releases)
- [Commits](OpenRefine/OpenRefine@3.9.0...3.9.3)

Updates `org.apache.httpcomponents.client5:httpclient5` from 5.4.2 to 5.5
- [Changelog](https://github.com/apache/httpcomponents-client/blob/master/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-client@rel/v5.4.2...rel/v5.5)

Updates `com.google.apis:google-api-services-drive` from v3-rev20250216-2.0.0 to v3-rev20250511-2.0.0

Updates `com.google.apis:google-api-services-sheets` from v4-rev20250211-2.0.0 to v4-rev20250616-2.0.0

Updates `com.fasterxml.jackson.core:jackson-core` from 2.18.3 to 2.19.1
- [Commits](FasterXML/jackson-core@jackson-core-2.18.3...jackson-core-2.19.1)

Updates `org.mockito:mockito-core` from 5.15.2 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.15.2...v5.18.0)

Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.24.3 to 2.25.0

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

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

---
updated-dependencies:
- dependency-name: org.openrefine:main
  dependency-version: 3.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: org.apache.httpcomponents.client5:httpclient5
  dependency-version: '5.5'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: com.google.apis:google-api-services-drive
  dependency-version: v3-rev20250511-2.0.0
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.google.apis:google-api-services-sheets
  dependency-version: v4-rev20250616-2.0.0
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.18.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.apache.logging.log4j:log4j-slf4j-impl
  dependency-version: 2.25.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-version: 3.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: org.apache.maven.plugins:maven-clean-plugin
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Jul 1, 2025
@dependabot @github

dependabot Bot commented on behalf of github Oct 1, 2025

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Oct 1, 2025
@dependabot
dependabot Bot deleted the dependabot/maven/maven-34af701fcd branch October 1, 2025 00:19
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.

0 participants