Skip to content

Commit bfa089f

Browse files
authored
Merge branch 'master' into dependabot/maven/net.bytebuddy-byte-buddy-1.15.3
2 parents 5c911ee + 3f81451 commit bfa089f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</distributionManagement>
4848
<properties>
4949
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
50-
<org.testng.version>7.9.0</org.testng.version>
50+
<org.testng.version>7.10.2</org.testng.version>
5151
<cucumber-java.version>7.19.0</cucumber-java.version>
5252
<io.appium.version>9.1.0</io.appium.version>
5353
<!-- MUST update with Appium above to make sure the versions are compatible-->
@@ -56,7 +56,7 @@
5656
<commons.io.version>2.15.1</commons.io.version>
5757
<org.apache.commons.version>3.17.0</org.apache.commons.version>
5858
<net.bytebuddy.version>1.15.3</net.bytebuddy.version>
59-
<com.squareup.retrofit2.version>2.9.0</com.squareup.retrofit2.version>
59+
<com.squareup.retrofit2.version>2.11.0</com.squareup.retrofit2.version>
6060
<!-- OkHTTP must be version compatible with Retrofit!-->
6161
<com.squareup.okhttp.version>4.12.0</com.squareup.okhttp.version>
6262
<com.google.code.gson.version>2.10.1</com.google.code.gson.version>
@@ -524,7 +524,7 @@
524524
<plugin>
525525
<groupId>org.codehaus.mojo</groupId>
526526
<artifactId>flatten-maven-plugin</artifactId>
527-
<version>1.3.0</version>
527+
<version>1.6.0</version>
528528
<configuration>
529529
<updatePomFile>true</updatePomFile>
530530
<flattenMode>resolveCiFriendliesOnly</flattenMode>

0 commit comments

Comments
 (0)