Skip to content

Commit 429019e

Browse files
Bump the dependencies group with 4 updates (#8)
Bumps the dependencies group with 4 updates: [org.seleniumhq.selenium:selenium-java](https://github.com/SeleniumHQ/selenium), [com.google.code.gson:gson](https://github.com/google/gson), [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) and [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire). Updates `org.seleniumhq.selenium:selenium-java` from 4.31.0 to 4.33.0 - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](SeleniumHQ/selenium@selenium-4.31.0...selenium-4.33.0) Updates `com.google.code.gson:gson` from 2.12.1 to 2.13.1 - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.12.1...gson-parent-2.13.1) Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.13.0 to 3.14.0 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.14.0) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.0 to 3.5.3 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.0...surefire-3.5.3) --- updated-dependencies: - dependency-name: org.seleniumhq.selenium:selenium-java dependency-version: 4.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.google.code.gson:gson dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - 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: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a900354 commit 429019e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212

1313
<properties>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15-
<selenium.version>4.31.0</selenium.version>
15+
<selenium.version>4.33.0</selenium.version>
1616
<testng.version>7.11.0</testng.version>
17-
<gson.version>2.12.1</gson.version>
17+
<gson.version>2.13.1</gson.version>
1818
<lombok.version>1.18.38</lombok.version>
1919
<java.release.version>17</java.release.version>
20-
<maven.compiler.version>3.13.0</maven.compiler.version>
21-
<surefire-version>3.5.0</surefire-version>
20+
<maven.compiler.version>3.14.0</maven.compiler.version>
21+
<surefire-version>3.5.3</surefire-version>
2222
<maven.source.encoding>UTF-8</maven.source.encoding>
2323
<suite-xml>testng.xml</suite-xml>
2424
<argLine>-Dfile.encoding=UTF-8 -Xdebug -Xnoagent</argLine>

0 commit comments

Comments
 (0)