Skip to content

Commit 2ed0147

Browse files
Bump the dependencies group with 2 updates (#18)
Bumps the dependencies group with 2 updates: [com.google.code.gson:gson](https://github.com/google/gson) and [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire). Updates `com.google.code.gson:gson` from 2.13.1 to 2.13.2 - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.13.1...gson-parent-2.13.2) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.3 to 3.5.4 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.3...surefire-3.5.4) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-version: 2.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.4 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 9097048 commit 2ed0147

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
<selenium.version>4.35.0</selenium.version>
1616
<testng.version>7.11.0</testng.version>
17-
<gson.version>2.13.1</gson.version>
17+
<gson.version>2.13.2</gson.version>
1818
<lombok.version>1.18.40</lombok.version>
1919
<java.release.version>17</java.release.version>
2020
<maven.compiler.version>3.14.0</maven.compiler.version>
21-
<surefire-version>3.5.3</surefire-version>
21+
<surefire-version>3.5.4</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)