8000 [deps]: Bump the dev-deps group with 1 update by dependabot[bot] · Pull Request #2206 · javalin/javalin · GitHub
[go: up one dir, main page]

Skip to content
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

[deps]: Bump the dev-deps group with 1 update #2206

Merged
merged 1 commit into from
Apr 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[deps]: Bump the dev-deps group with 1 update
Bumps the dev-deps group with 1 update: [org.seleniumhq.selenium:selenium-chrome-driver](https://github.com/SeleniumHQ/selenium).


Updates `org.seleniumhq.selenium:selenium-chrome-driver` from 4.19.0 to 4.19.1
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/commits)

---
updated-dependencies:
- dependency-name: org.seleniumhq.selenium:selenium-chrome-driver
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
commit 40e84fff07e69adb4d5699b880b17e9d66c5bd38
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<mockito.version>5.11.0</mockito.version>
<mockk.version>1.13.10</mockk.version>
<unirest.version>3.14.5</unirest.version>
<selenium.chrome.driver.version>4.19.0</selenium.chrome.driver.version>
<selenium.chrome.driver.version>4.19.1</selenium.chrome.driver.version>
<webdrivermanager.version>5.7.0</webdrivermanager.version>
<swagger.ui.version>4.10.3</swagger.ui.version> <!-- used for testing webjars -->
</properties>
Expand Down
0