Skip to content

Commit 4cee388

Browse files
committed
Updated dependencies
1 parent dc36e8b commit 4cee388

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ atest/results
99
.pydevproject
1010
.vscode
1111
.idea
12-
*.iml
12+
*.iml
13+
/.apt_generated/
14+
/.apt_generated_tests/

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,27 +55,27 @@
5555
<dependency>
5656
<groupId>org.eclipse.jetty</groupId>
5757
<artifactId>jetty-servlet</artifactId>
58-
<version>9.4.25.v20191220</version>
58+
<version>9.4.31.v20200723</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.apache.commons</groupId>
6262
<artifactId>commons-lang3</artifactId>
63-
<version>3.9</version>
63+
<version>3.11</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.apache.commons</groupId>
6767
<artifactId>commons-text</artifactId>
68-
<version>1.8</version>
68+
<version>1.9</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>org.apache.logging.log4j</groupId>
7272
<artifactId>log4j-core</artifactId>
73-
<version>2.13.0</version>
73+
<version>2.13.3</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>org.apache.logging.log4j</groupId>
7777
<artifactId>log4j-jcl</artifactId>
78-
<version>2.13.0</version>
78+
<version>2.13.3</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>org.robotframework</groupId>
@@ -91,7 +91,7 @@
9191
<dependency>
9292
<groupId>org.testng</groupId>
9393
<artifactId>testng</artifactId>
94-
<version>7.1.0</version>
94+
<version>7.3.0</version>
9595
<scope>test</scope>
9696
</dependency>
9797
<dependency>
@@ -203,7 +203,7 @@
203203
<plugin>
204204
<groupId>org.robotframework</groupId>
205205
<artifactId>robotframework-maven-plugin</artifactId>
206-
<version>1.6.0</version>
206+
<version>1.7.2</version>
207207
<executions>
208208
<execution>
209209
<id>FullDynamic</id>

0 commit comments

Comments
 (0)