Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 31, 2024

This PR contains the following updates:

Package Change Age Confidence
org.yaml:snakeyaml 2.4 -> 2.5 age confidence
org.seleniumhq.selenium:selenium-java (source) 4.33.0 -> 4.39.0 age confidence
org.junit.jupiter:junit-jupiter (source) 5.13.1 -> 5.14.1 age confidence
org.jetbrains:annotations 26.0.2 -> 26.0.2-1 age confidence
org.assertj:assertj-core (source) 3.27.3 -> 3.27.6 age confidence
org.apache.pdfbox:pdfbox (source) 3.0.5 -> 3.0.6 age confidence
org.apache.logging.log4j:log4j-core (source) 2.25.0 -> 2.25.2 age confidence
org.apache.logging.log4j:log4j-1.2-api (source) 2.25.0 -> 2.25.2 age confidence
org.apache.commons:commons-lang3 (source) 3.17.0 -> 3.20.0 age confidence
net.masterthought:cucumber-reporting 5.8.2 -> 5.10.1 age confidence
io.github.bonigarcia:webdrivermanager (source) 6.1.0 -> 6.3.3 age confidence
io.cucumber:cucumber-testng (source) 7.23.0 -> 7.32.0 age confidence
io.cucumber:cucumber-java (source) 7.23.0 -> 7.32.0 age confidence
io.appium:java-client (source) 9.4.0 -> 9.5.0 age confidence
com.jayway.jsonpath:json-path 2.9.0 -> 2.10.0 age confidence
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.19.1 -> 2.20.1 age confidence
com.epam.reportportal:client-java 5.3.14 -> 5.4.8 age confidence
com.epam.reportportal:agent-java-cucumber6 5.4.2 -> 5.5.3 age confidence
com.browserstack:browserstack-local-java (source) 1.1.6 -> 1.1.7 age confidence
com.applitools:eyes-appium-java5 (source) 5.75.2 -> 5.79.1 age confidence
com.applitools:eyes-images-java5 (source) 5.77.1 -> 5.81.1 age confidence
org.aspectj:aspectjrt (source) 1.9.24 -> 1.9.25 age confidence
io.freefair.aspectj.post-compile-weaving 8.14 -> 8.14.3 age confidence
org.sonarqube 6.2.0.5505 -> 6.3.1.5724 age confidence

Release Notes

SeleniumHQ/selenium (org.seleniumhq.selenium:selenium-java)

v4.39.0

v4.38.0

v4.37.0

v4.36.0

v4.35.0

v4.34.0

JetBrains/java-annotations (org.jetbrains:annotations)

v26.0.2-1

Compare Source

bonigarcia/webdrivermanager (io.github.bonigarcia:webdrivermanager)

v6.3.3

Changed

v6.3.2

Fixed
  • Consume stdout/stderr asynchronously and add timeout for shell execution (#​1469)
  • Fix logic to find msedgedriver from XML responses (#​1510)
  • Fix condition to check external connections in download logic
  • Fix logic to ignore versions
Changed
  • Changed log level for shell result to trace

v6.3.1

Fixed
  • Check webdriver list before accesing recording in base64

v6.3.0

Added
  • Include getRecordingBase64() in the WebDriverManager API
  • Include workflows to release WebDriverManager in Maven Central and doc in GH Pages
Changed
  • Bump to BrowserWatcher 2.1.0

v6.2.0

Added
  • Include getResolvedBrowserVersion() in the WebDriverManager API (#​1474)
Fixed

v6.1.1

Fixed
  • Include --disable-features=DisableLoadExtensionCommandLineSwitch to load BrowserWatcher
Changed
  • Update configuration to publish artifacts in Maven Central
cucumber/cucumber-jvm (io.cucumber:cucumber-testng)

v7.32.0

Compare Source

Changed
  • [Core] Update dependency io.cucumber:gherkin to v36.1.0
  • [Core] Update dependency io.cucumber:html-formatter to v22.1.0
  • [Core] Update dependency io.cucumber:junit-xml-formatter to v0.11.0
  • [Core] Update dependency io.cucumber:pretty-formatter to v2.4.1
Fixed
  • [Core] Add OS version to Meta message (#​3108)
  • [Core] Fix interpolated data tables and doc string arguments in Json report (#​29)

v7.31.0

Compare Source

Added
  • [Core] Add a UsageJsonFormatter, use with --plugin usage-json (#​3086 M.P. Korstanje)
Changed
  • [Core] Update dependency io.cucumber:ci-environment to v12.0.0
  • [Core] Update dependency io.cucumber:cucumber-json-formatter to v0.3.0
  • [Core] Update dependency io.cucumber:gherkin to v36.0.0
  • [Core] Update dependency io.cucumber:html-formatter to v22.0.0
  • [Core] Update dependency io.cucumber:junit-xml-formatter to v0.10.0
  • [Core] Update dependency io.cucumber:messages to v30.1.0
  • [Core] Update dependency io.cucumber:pretty-formatter to v2.4.0
  • [Core] Update dependency io.cucumber:query to v14.6.0
  • [Core] Update dependency io.cucumber:tag-expressions to v8.0.0
  • [Core] Update dependency io.cucumber:teamcity-formatter to v0.2.0
  • [Core] Update dependency io.cucumber:testng-xml-formatter to v0.7.0
  • [Core] Use a message based TimeLineFormatter (#​3095 M.P. Korstanje)
  • [Core] Use a message based UsageFormatter (#​3086 M.P. Korstanje)
  • [Core] Use a message based UnusedFormatter (#​3086 M.P. Korstanje)
Fixed
  • [Core] Prefer URIs with authority (#​3098 M.P. Korstanje)
  • [Core] Reduce classpath scanner logging (#​3099 M.P. Korstanje)

v7.30.0

Compare Source

Changed
  • [JUnit Platform Engine] Use JUnit Platform 1.14.0 (JUnit Jupiter 5.14.0)
Fixed
  • [JUnit Platform Engine] Use FileSource.withPosition (#​3084 M.P. Korstanje)

v7.29.0

Compare Source

Added
  • [Core] Emit Suggestion message (#​3073 M.P. Korstanje)
  • [JUnit Platform Engine] Warn when surefire naming strategy is used (#​3067 M.P. Korstanje)
  • [Java] Generate annotations for Emoji dialect (#​3062 M.P. Korstanje)
Changed
  • [Core] Use a message based RerunFormatter (#​3075 M.P. Korstanje)
  • [Core] Use a message based TeamCityPlugin (#​3050 M.P. Korstanje)
  • [Core] Use a message based DefaultSummaryPrinter (#​3028 M.P. Korstanje)
  • [Core] Use a message based ProgressFormatter (#​3028 M.P. Korstanje)
  • [Core] Update dependency io.cucumber:cucumber-json-formatter to v0.2.0
  • [Core] Update dependency io.cucumber:gherkin to v35.1.0
  • [Core] Update dependency io.cucumber:html-formatter to v21.15.0
  • [Core] Update dependency io.cucumber:junit-xml-formatter to v0.9.0
  • [Core] Update dependency io.cucumber:messages to v29.0.1
  • [Core] Update dependency io.cucumber:pretty-formatter to v2.3.0
  • [Core] Update dependency io.cucumber:query to v14.3.0
  • [Core] Update dependency io.cucumber:testng-xml-formatter to v0.6.0
Fixed
  • [Core] Emit StepMatchArgumentsList for ambiguous steps (#​3066 M.P. Korstanje)
  • [Core] Restore TestSourcesModel (#​3076 M.P. Korstanje)
  • [Core] Optimize StringUtils.isWhitespace (gherkin/#​468 Julien Kronegg, M.P. Korstanje)

v7.28.2

Compare Source

Fixed

v7.28.1

Compare Source

Fixed

v7.28.0

Compare Source

Added
  • [Core] Add custom UuidGenerator to Runtime.Builder (#​3039 Christoph Läubrich, M.P. Korstanje)
  • [Core] Add --i18n-keywords and --i18n-languages options (#​3053 M.P. Korstanje)
  • [JUnit Platform Engine] Warn when selected line does not exist (#​3056 M.P. Korstanje)
  • [JUnit Platform Engine] Support rerun files (#​3057 M.P. Korstanje)
Changed
Deprecated
  • [Core] Deprecate --i18n options (#​3053 M.P. Korstanje)

v7.27.2

Compare Source

Fixed
  • [Core] Intellij does not print summary when executing concurrently (#​3049 M.P. Korstanje)

v7.27.1

Compare Source

Fixed

v7.27.0

Compare Source

Changed
  • [Core] Show both steps and hooks in progress formatter (#​3029 M.P. Korstanje)
  • [Core] Use a more consistent definition of whitespace (gherkin/#​442 M.P. Korstanje)
  • [Core] Improve Gherkin parser performance (gherkin/#​436 Julien Kronegg, M.P. Korstanje)

v7.26.0

Compare Source

Added
  • [JUnit Platform Engine] Add cucumber.junit-platform.discovery.as-root-engine to work around SBT issues (#​3023 M.P. Korstanje)
Fixed
  • [JUnit Platform Engine] Don't use Java 9+ APIs (#​3025 M.P. Korstanje)
  • [JUnit Platform Engine] Implement toString on custom DiscoverySelectors
  • [Core] Fix incomplete id for scenarios under rules in json output (#​3026 M.P. Korstanje)

v7.25.0

Compare Source

Changed

v7.24.0

Compare Source

Added
  • [JUnit Platform Engine] Option to include a parameterized scenario name only if the scenario is parameterized (#​2835 M.P. Korstanje)
  • [JUnit Platform Engine] Option to order features and scenarios (#​2835 M.P. Korstanje)
  • [JUnit Platform Engine] Log discovery issues when a classpath resource selector is (e.g. @SelectClasspathResource) is used to select a directory. (#​2835 M.P. Korstanje)
Changed
  • [JUnit Platform Engine] Use JUnit's EngineDiscoveryRequestResolver to resolve classpath based resources. (#​2835 M.P. Korstanje)
  • [JUnit Platform Engine] Use JUnit Platform 1.13.3 (JUnit Jupiter 5.13.3)
  • [Core] Use a message based Pretty Formatter (#​2835 M.P. Korstanje)
  • [Core] Update dependency io.cucumber:gherkin to v33.0.0
  • [Core] Update dependency io.cucumber:messages to v28.2.0
  • [Core] Update dependency io.cucumber:html-formatter to v21.13.0
  • [Core] Update dependency io.cucumber:junit-xml-formatter to v0.8.0
  • [Core] Update dependency io.cucumber:query to v13.4.0
  • [Core] Update dependency io.cucumber:testng-xml-formatter to v0.4.1
Deprecated
  • [JUnit] Deprecate cucumber-junit in favour of cucumber-junit-platform-engine (#​2835 M.P. Korstanje)
Fixed
  • [JUnit Platform Engine] Log discovery issues for feature files with parse errors. (#​2835 M.P. Korstanje)
appium/java-client (io.appium:java-client)

v9.5.0: v.9.5.0

9.5.0

  • [ENHANCEMENTS]
    • Allow extension capability keys to contain dot characters #​2271
    • Add a client for Appium server storage plugin #​2275
    • Swap check for Widget and WebElement #​2277
    • Add compatibility with Selenium 4.34.0 #​2298
    • Add new option classes for prebuiltWDAPath and usePreinstalledWDA XCUITest capabilities #​2304
  • [REFACTOR]
  • [DEPENDENCY UPDATES]
reportportal/client-java (com.epam.reportportal:client-java)

v5.4.8

Compare Source

Added
  • AttributeParser.retrieveAttributes(Executable) method, by @​HardNorth
Changed
  • Attribute annotations and their extraction improved, by @​HardNorth

v5.4.7

Compare Source

Added
  • HTTP logging support for OAuth 2.0 Password Grant authentication, by @​HardNorth
Fixed
  • Explicitly disable proxy for OAuth authentication when rp.oauth.use.proxy=false to avoid issues when proxy is set through system properties, by @​HardNorth

v5.4.6

Compare Source

Added
  • rp.oauth.use.proxy parameter to control if OAuth HTTP client Inherits proxy settings from general client, by @​HardNorth

v5.4.5

Compare Source

Added

v5.4.4

Compare Source

Added

v5.4.3

Compare Source

Fixed
  • Losing of file content type and name on log message cloning, by @​HardNorth

v5.4.2

Compare Source

Fixed
  • Return back logging endpoints with Date class for backward compatibility, by @​HardNorth

v5.4.1

Compare Source

Fixed
  • Log time parameter type changed to Comparable in multiple methods, in ReportPortal and ItemTreeReporter classes, by @​HardNorth
  • Support of Date type in SaveLogRQ for legacy loggers, by @​HardNorth

v5.4.0

Compare Source

Added
Changed
  • Replace "jsr305" with "jakarta.annotation-api", by @​HardNorth
Removed

v5.3.17

Compare Source

Fixed

v5.3.16

Compare Source

Fixed
  • Ensure all logs are sent before JVM exit for secondary Launches, by @​HardNorth

v5.3.15

Compare Source

Fixed
reportportal/agent-java-cucumber6 (com.epam.reportportal:agent-java-cucumber6)

v5.5.3

Compare Source

Changed

v5.5.2

Compare Source

Changed

v5.5.1

Compare Source

Changed

v5.5.0

Compare Source

Changed
  • Client version updated on 5.4.3, by @​HardNorth
  • Replace "jsr305" annotations with "jakarta.annotation-api", by @​HardNorth
  • Switch on use of Instant class instead of Date to get more timestamp precision, by @​HardNorth

v5.4.4

Compare Source

Changed

v5.4.3

Compare Source

Changed

Configuration

📅 Schedule: Branch creation - "before 6am every weekday" in timezone Asia/Kolkata, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels Dec 31, 2024
@renovate renovate bot force-pushed the renovate/all-java-dependencies branch 2 times, most recently from 93d7b2d to 25624e7 Compare January 4, 2025 14:07
@renovate renovate bot force-pushed the renovate/all-java-dependencies branch 5 times, most recently from 0c10791 to 6e3f0e1 Compare January 23, 2025 21:17
@renovate renovate bot force-pushed the renovate/all-java-dependencies branch 3 times, most recently from 5f64999 to b2d3f63 Compare February 3, 2025 17:48
@renovate renovate bot force-pushed the renovate/all-java-dependencies branch 3 times, most recently from 47c3142 to c82c22b Compare February 20, 2025 11:57
@renovate renovate bot force-pushed the renovate/all-java-dependencies branch 2 times, most recently from e1a92a2 to ede8637 Compare February 23, 2025 21:41
@renovate renovate bot force-pushed the renovate/all-java-dependencies branch 2 times, most recently from dc437e1 to 70575a5 Compare March 3, 2025 16:50
@renovate renovate bot force-pushed the renovate/all-java-dependencies branch 4 times, most recently from 20c5c4b to d08ede4 Compare March 15, 2025 01:36
@renovate renovate bot force-pushed the renovate/all-java-dependencies branch 6 times, most recently from 9f069db to a11e253 Compare March 25, 2025 22:08
@renovate renovate bot force-pushed the renovate/all-java-dependencies branch from a11e253 to b1c8be0 Compare March 29, 2025 14:04
@renovate renovate bot force-pushed the renovate/all-java-dependencies branch 6 times, most recently from 3e42c0e to 10c7201 Compare October 2, 2025 22:47
@renovate renovate bot force-pushed the renovate/all-java-dependencies branch 5 times, most recently from 8bc28e4 to d5d73fc Compare October 21, 2025 17:10
@renovate renovate bot force-pushed the renovate/all-java-dependencies branch 4 times, most recently from debded8 to 361d992 Compare October 27, 2025 17:50
@renovate renovate bot force-pushed the renovate/all-java-dependencies branch 4 times, most recently from 1d29af9 to a64edf7 Compare November 5, 2025 15:43
@renovate renovate bot force-pushed the renovate/all-java-dependencies branch 4 times, most recently from 4325445 to eaf23b6 Compare November 13, 2025 18:50
@renovate renovate bot force-pushed the renovate/all-java-dependencies branch 5 times, most recently from 9b9f485 to 5519a2d Compare November 21, 2025 06:06
@renovate renovate bot force-pushed the renovate/all-java-dependencies branch from 5519a2d to a11ac57 Compare December 7, 2025 01:47
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 renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants