|
8 | 8 | <parent> |
9 | 9 | <groupId>com.jcabi</groupId> |
10 | 10 | <artifactId>parent</artifactId> |
11 | | - <version>0.67.0</version> |
| 11 | + <version>0.69.6</version> |
12 | 12 | </parent> |
13 | 13 | <groupId>com.qulice</groupId> |
14 | 14 | <artifactId>qulice</artifactId> |
|
73 | 73 | <dependency> |
74 | 74 | <groupId>org.projectlombok</groupId> |
75 | 75 | <artifactId>lombok</artifactId> |
76 | | - <version>1.18.34</version> |
| 76 | + <version>1.18.40</version> |
77 | 77 | <scope>provided</scope> |
78 | 78 | </dependency> |
79 | 79 | <dependency> |
80 | 80 | <groupId>com.jcabi</groupId> |
81 | 81 | <artifactId>jcabi-xml</artifactId> |
82 | | - <version>0.29.0</version> |
| 82 | + <version>0.35.0</version> |
83 | 83 | </dependency> |
84 | 84 | <dependency> |
85 | 85 | <groupId>com.jcabi</groupId> |
86 | 86 | <artifactId>jcabi-log</artifactId> |
87 | | - <version>0.24.1</version> |
| 87 | + <version>0.24.3</version> |
88 | 88 | </dependency> |
89 | 89 | <dependency> |
90 | 90 | <groupId>com.jcabi</groupId> |
|
95 | 95 | <dependency> |
96 | 96 | <groupId>com.jcabi</groupId> |
97 | 97 | <artifactId>jcabi-matchers</artifactId> |
98 | | - <version>1.7.0</version> |
| 98 | + <version>1.8.0</version> |
99 | 99 | <scope>test</scope> |
100 | 100 | </dependency> |
101 | 101 | <dependency> |
|
106 | 106 | <dependency> |
107 | 107 | <groupId>commons-io</groupId> |
108 | 108 | <artifactId>commons-io</artifactId> |
109 | | - <version>2.16.0</version> |
| 109 | + <version>2.20.0</version> |
110 | 110 | </dependency> |
111 | 111 | <dependency> |
112 | 112 | <groupId>org.cactoos</groupId> |
113 | 113 | <artifactId>cactoos</artifactId> |
114 | | - <version>0.55.0</version> |
| 114 | + <version>0.57.0</version> |
115 | 115 | </dependency> |
116 | 116 | <dependency> |
117 | 117 | <groupId>com.google.guava</groupId> |
118 | 118 | <artifactId>guava</artifactId> |
119 | | - <version>33.2.1-jre</version> |
| 119 | + <version>33.4.8-jre</version> |
120 | 120 | </dependency> |
121 | 121 | <dependency> |
122 | 122 | <groupId>com.google.code.gson</groupId> |
123 | 123 | <artifactId>gson</artifactId> |
124 | | - <version>2.11.0</version> |
| 124 | + <version>2.13.1</version> |
125 | 125 | <scope>runtime</scope> |
126 | 126 | </dependency> |
127 | 127 | <dependency> |
128 | 128 | <groupId>org.ow2.asm</groupId> |
129 | 129 | <artifactId>asm</artifactId> |
130 | | - <version>9.7</version> |
| 130 | + <version>9.8</version> |
| 131 | + </dependency> |
| 132 | + <dependency> |
| 133 | + <groupId>org.junit.jupiter</groupId> |
| 134 | + <artifactId>junit-jupiter</artifactId> |
| 135 | + <version>5.13.4</version> |
| 136 | + <scope>test</scope> |
131 | 137 | </dependency> |
132 | 138 | <dependency> |
133 | 139 | <groupId>org.junit.jupiter</groupId> |
134 | 140 | <artifactId>junit-jupiter-api</artifactId> |
135 | | - <version>5.10.3</version> |
| 141 | + <version>5.13.4</version> |
136 | 142 | <scope>test</scope> |
137 | 143 | </dependency> |
138 | 144 | <dependency> |
139 | 145 | <groupId>org.junit.jupiter</groupId> |
140 | 146 | <artifactId>junit-jupiter-engine</artifactId> |
141 | | - <version>5.10.3</version> |
| 147 | + <version>5.13.4</version> |
142 | 148 | <scope>test</scope> |
143 | 149 | </dependency> |
144 | 150 | <dependency> |
145 | 151 | <groupId>org.junit.jupiter</groupId> |
146 | 152 | <artifactId>junit-jupiter-params</artifactId> |
147 | | - <version>5.10.3</version> |
| 153 | + <version>5.13.4</version> |
| 154 | + <scope>test</scope> |
| 155 | + </dependency> |
| 156 | + <dependency> |
| 157 | + <groupId>org.junit.platform</groupId> |
| 158 | + <artifactId>junit-platform-commons</artifactId> |
| 159 | + <version>1.13.4</version> |
148 | 160 | <scope>test</scope> |
149 | 161 | </dependency> |
150 | 162 | <dependency> |
|
161 | 173 | </dependency> |
162 | 174 | <dependency> |
163 | 175 | <groupId>org.slf4j</groupId> |
164 | | - <artifactId>slf4j-log4j12</artifactId> |
165 | | - <version>2.0.16</version> |
| 176 | + <artifactId>slf4j-reload4j</artifactId> |
| 177 | + <version>2.0.17</version> |
166 | 178 | <scope>test</scope> |
167 | 179 | </dependency> |
168 | 180 | <dependency> |
|
174 | 186 | <dependency> |
175 | 187 | <groupId>org.hibernate.validator</groupId> |
176 | 188 | <artifactId>hibernate-validator</artifactId> |
177 | | - <version>8.0.1.Final</version> |
| 189 | + <version>8.0.3.Final</version> |
178 | 190 | <scope>test</scope> |
179 | 191 | </dependency> |
180 | 192 | </dependencies> |
|
0 commit comments