|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>org.robotframework</groupId> |
5 | 5 | <artifactId>jrobotremoteserver</artifactId> |
6 | | - <version>4.0.2-SNAPSHOT</version> |
| 6 | + <version>4.1.1-SNAPSHOT</version> |
7 | 7 | <packaging>jar</packaging> |
8 | 8 | <name>jrobotremoteserver</name> |
9 | 9 | <description>Serves remote test libraries for Robot Framework that are implemented in Java.</description> |
|
55 | 55 | <dependency> |
56 | 56 | <groupId>org.eclipse.jetty</groupId> |
57 | 57 | <artifactId>jetty-servlet</artifactId> |
58 | | - <version>9.4.31.v20200723</version> |
| 58 | + <version>9.4.45.v20220203</version> |
59 | 59 | </dependency> |
60 | 60 | <dependency> |
61 | 61 | <groupId>org.apache.commons</groupId> |
62 | 62 | <artifactId>commons-lang3</artifactId> |
63 | | - <version>3.11</version> |
| 63 | + <version>3.12.0</version> |
64 | 64 | </dependency> |
65 | 65 | <dependency> |
66 | 66 | <groupId>org.apache.commons</groupId> |
|
70 | 70 | <dependency> |
71 | 71 | <groupId>org.apache.logging.log4j</groupId> |
72 | 72 | <artifactId>log4j-core</artifactId> |
73 | | - <version>2.13.3</version> |
| 73 | + <version>2.17.2</version> |
74 | 74 | </dependency> |
75 | 75 | <dependency> |
76 | 76 | <groupId>org.apache.logging.log4j</groupId> |
77 | 77 | <artifactId>log4j-jcl</artifactId> |
78 | | - <version>2.13.3</version> |
| 78 | + <version>2.17.2</version> |
79 | 79 | </dependency> |
80 | 80 | <dependency> |
81 | 81 | <groupId>org.robotframework</groupId> |
|
91 | 91 | <dependency> |
92 | 92 | <groupId>org.testng</groupId> |
93 | 93 | <artifactId>testng</artifactId> |
94 | | - <version>7.3.0</version> |
| 94 | + <version>7.5</version> |
95 | 95 | <scope>test</scope> |
96 | 96 | </dependency> |
97 | 97 | <dependency> |
|
102 | 102 | <dependency> |
103 | 103 | <groupId>org.jboss.resteasy</groupId> |
104 | 104 | <artifactId>tjws</artifactId> |
105 | | - <version>3.9.3.Final</version> |
| 105 | + <version>3.15.3.Final</version> |
106 | 106 | <scope>test</scope> |
107 | 107 | </dependency> |
108 | 108 | </dependencies> |
|
138 | 138 | </goals> |
139 | 139 | </execution> |
140 | 140 | </executions> |
141 | | - <version>3.2.0</version> |
| 141 | + <version>3.3.0</version> |
142 | 142 | <configuration> |
143 | 143 | <descriptorRefs> |
144 | 144 | <descriptorRef>jar-with-dependencies</descriptorRef> |
|
161 | 161 | <plugin> |
162 | 162 | <groupId>org.apache.maven.plugins</groupId> |
163 | 163 | <artifactId>maven-javadoc-plugin</artifactId> |
164 | | - <version>3.1.1</version> |
| 164 | + <version>3.2.0</version> |
165 | 165 | <executions> |
166 | 166 | <execution> |
167 | 167 | <goals> |
|
182 | 182 | <plugin> |
183 | 183 | <groupId>org.apache.maven.plugins</groupId> |
184 | 184 | <artifactId>maven-antrun-plugin</artifactId> |
185 | | - <version>1.8</version> |
| 185 | + <version>3.0.0</version> |
186 | 186 | <executions> |
187 | 187 | <execution> |
188 | 188 | <id>define-classpath</id> |
|
203 | 203 | <plugin> |
204 | 204 | <groupId>org.robotframework</groupId> |
205 | 205 | <artifactId>robotframework-maven-plugin</artifactId> |
206 | | - <version>1.7.2</version> |
| 206 | + <version>2.1.0</version> |
207 | 207 | <executions> |
208 | 208 | <execution> |
209 | 209 | <id>FullDynamic</id> |
|
381 | 381 | <plugin> |
382 | 382 | <groupId>org.sonatype.plugins</groupId> |
383 | 383 | <artifactId>nexus-staging-maven-plugin</artifactId> |
384 | | - <version>1.6.7</version> |
| 384 | + <version>1.6.8</version> |
385 | 385 | <extensions>true</extensions> |
386 | 386 | <configuration> |
387 | 387 | <serverId>ossrh</serverId> |
|
0 commit comments