|
74 | 74 | <dependency>
|
75 | 75 | <groupId>io.rest-assured</groupId>
|
76 | 76 | <artifactId>rest-assured-common</artifactId>
|
77 |
| - <version>5.3.0</version> |
| 77 | + <version>5.5.1</version> |
78 | 78 | <scope>test</scope>
|
79 | 79 | </dependency>
|
80 | 80 | <dependency>
|
81 | 81 | <groupId>io.rest-assured</groupId>
|
82 | 82 | <artifactId>rest-assured</artifactId>
|
83 |
| - <version>5.3.0</version> |
| 83 | + <version>5.5.1</version> |
84 | 84 | <scope>test</scope>
|
85 | 85 | </dependency>
|
86 | 86 | <dependency>
|
87 | 87 | <groupId>io.rest-assured</groupId>
|
88 | 88 | <artifactId>json-path</artifactId>
|
89 |
| - <version>5.3.0</version> |
| 89 | + <version>5.5.1</version> |
90 | 90 | <scope>test</scope>
|
91 | 91 | </dependency>
|
92 | 92 | <dependency>
|
93 | 93 | <groupId>io.rest-assured</groupId>
|
94 | 94 | <artifactId>xml-path</artifactId>
|
95 |
| - <version>5.3.0</version> |
| 95 | + <version>5.5.1</version> |
96 | 96 | <scope>test</scope>
|
97 | 97 | </dependency>
|
98 | 98 | <dependency>
|
99 | 99 | <groupId>org.awaitility</groupId>
|
100 | 100 | <artifactId>awaitility</artifactId>
|
101 |
| - <version>4.0.3</version> |
| 101 | + <version>4.3.0</version> |
102 | 102 | <scope>test</scope>
|
103 | 103 | </dependency>
|
104 | 104 | <dependency>
|
105 | 105 | <groupId>org.apache.commons</groupId>
|
106 | 106 | <artifactId>commons-email</artifactId>
|
107 |
| - <version>1.5</version> |
| 107 | + <version>1.6.0</version> |
108 | 108 | <scope>test</scope>
|
109 | 109 | </dependency>
|
110 | 110 | <dependency>
|
111 | 111 | <groupId>com.github.tomakehurst</groupId>
|
112 | 112 | <artifactId>wiremock</artifactId>
|
113 |
| - <version>2.26.3</version> |
| 113 | + <version>2.27.2</version> |
114 | 114 | <scope>test</scope>
|
115 | 115 | </dependency>
|
116 | 116 | <dependency>
|
|
122 | 122 | <dependency>
|
123 | 123 | <groupId>com.icegreen</groupId>
|
124 | 124 | <artifactId>greenmail-junit5</artifactId>
|
125 |
| - <version>1.6.1</version> |
| 125 | + <version>1.6.15</version> |
126 | 126 | <scope>test</scope>
|
127 | 127 | </dependency>
|
128 | 128 | </dependencies>
|
|
0 commit comments