Skip to content

Commit edb8ed2

Browse files
authored
Update to Appium 9.5.0 and Selenium 4.33.0 (#46)
* Update to Appium 9.5.0 and Selenium 4.33.0 * use x64 image, stabilize radiobutton test * fix pipeline waiting for emulator * update maven assembly plugin phase name
1 parent 1c752cb commit edb8ed2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<plugin>
8181
<groupId>org.jacoco</groupId>
8282
<artifactId>jacoco-maven-plugin</artifactId>
83-
<version>0.8.11</version>
83+
<version>0.8.12</version>
8484
<executions>
8585
<execution>
8686
<id>pre-unit-test</id>
@@ -111,7 +111,7 @@
111111
<executions>
112112
<execution>
113113
<goals>
114-
<goal>attached</goal>
114+
<goal>single</goal>
115115
</goals>
116116
<phase>package</phase>
117117
<configuration>
@@ -125,7 +125,7 @@
125125
<plugin>
126126
<groupId>org.apache.maven.plugins</groupId>
127127
<artifactId>maven-source-plugin</artifactId>
128-
<version>3.3.0</version>
128+
<version>3.3.1</version>
129129
<executions>
130130
<execution>
131131
<id>attach-sources</id>
@@ -154,7 +154,7 @@
154154
<plugin>
155155
<groupId>org.apache.maven.plugins</groupId>
156156
<artifactId>maven-gpg-plugin</artifactId>
157-
<version>3.1.0</version>
157+
<version>3.2.7</version>
158158
<executions>
159159
<execution>
160160
<id>sign-artifacts</id>
@@ -174,7 +174,7 @@
174174
<plugin>
175175
<groupId>org.sonatype.plugins</groupId>
176176
<artifactId>nexus-staging-maven-plugin</artifactId>
177-
<version>1.6.13</version>
177+
<version>1.7.0</version>
178178
<extensions>true</extensions>
179179
<configuration>
180180
<serverId>ossrh</serverId>

0 commit comments

Comments
 (0)