|
8 | 8 | <version>3.0.1.M1-SNAPSHOT</version>
|
9 | 9 |
|
10 | 10 | <description>An Input/Output layer built on top of Java standard io and nio packages</description>
|
11 |
| - <url>http://www.sejda.org</url> |
| 11 | + <url>https://www.sejda.org</url> |
12 | 12 |
|
13 | 13 | <issueManagement>
|
14 | 14 | <system>GitHub</system>
|
|
104 | 104 | <plugin>
|
105 | 105 | <groupId>org.apache.maven.plugins</groupId>
|
106 | 106 | <artifactId>maven-javadoc-plugin</artifactId>
|
107 |
| - <version>3.4.0</version> |
| 107 | + <version>3.5.0</version> |
108 | 108 | <executions>
|
109 | 109 | <execution>
|
110 | 110 | <id>attach-javadocs</id>
|
|
122 | 122 | <plugin>
|
123 | 123 | <groupId>org.apache.maven.plugins</groupId>
|
124 | 124 | <artifactId>maven-release-plugin</artifactId>
|
125 |
| - <version>3.0.0-M5</version> |
| 125 | + <version>3.0.0</version> |
126 | 126 | <configuration>
|
127 | 127 | <tagNameFormat>v@{project.version}</tagNameFormat>
|
128 | 128 | <preparationGoals>clean install</preparationGoals>
|
|
163 | 163 | <plugin>
|
164 | 164 | <groupId>org.apache.maven.plugins</groupId>
|
165 | 165 | <artifactId>maven-compiler-plugin</artifactId>
|
166 |
| - <version>3.10.1</version> |
| 166 | + <version>3.11.0</version> |
167 | 167 | <configuration>
|
168 | 168 | <release>17</release>
|
169 | 169 | </configuration>
|
170 | 170 | </plugin>
|
171 | 171 | <plugin>
|
172 | 172 | <groupId>org.apache.maven.plugins</groupId>
|
173 | 173 | <artifactId>maven-jar-plugin</artifactId>
|
174 |
| - <version>3.2.2</version> |
| 174 | + <version>3.3.0</version> |
175 | 175 | <configuration>
|
176 | 176 | <archive>
|
177 | 177 | <manifestEntries>
|
|
196 | 196 | <plugin>
|
197 | 197 | <groupId>org.apache.maven.plugins</groupId>
|
198 | 198 | <artifactId>maven-surefire-plugin</artifactId>
|
199 |
| - <version>3.0.0-M7</version> |
| 199 | + <version>3.0.0</version> |
200 | 200 | </plugin>
|
201 | 201 | </plugins>
|
202 | 202 | </build>
|
203 | 203 | <dependencies>
|
204 | 204 | <dependency>
|
205 | 205 | <groupId>org.slf4j</groupId>
|
206 | 206 | <artifactId>slf4j-api</artifactId>
|
207 |
| - <version>2.0.0</version> |
| 207 | + <version>2.0.7</version> |
208 | 208 | </dependency>
|
209 | 209 | <dependency>
|
210 | 210 | <groupId>org.sejda</groupId>
|
|
214 | 214 | <dependency>
|
215 | 215 | <groupId>ch.qos.logback</groupId>
|
216 | 216 | <artifactId>logback-classic</artifactId>
|
217 |
| - <version>1.4.0</version> |
| 217 | + <version>1.4.6</version> |
218 | 218 | <scope>test</scope>
|
219 | 219 | </dependency>
|
220 | 220 | <dependency>
|
221 | 221 | <groupId>ch.qos.logback</groupId>
|
222 | 222 | <artifactId>logback-core</artifactId>
|
223 |
| - <version>1.4.0</version> |
| 223 | + <version>1.4.6</version> |
224 | 224 | <scope>test</scope>
|
225 | 225 | </dependency>
|
226 | 226 | <dependency>
|
227 | 227 | <groupId>org.mockito</groupId>
|
228 | 228 | <artifactId>mockito-core</artifactId>
|
229 |
| - <version>4.7.0</version> |
| 229 | + <version>5.3.0</version> |
230 | 230 | <scope>test</scope>
|
231 | 231 | </dependency>
|
232 | 232 | <dependency>
|
233 | 233 | <groupId>org.junit.jupiter</groupId>
|
234 | 234 | <artifactId>junit-jupiter-engine</artifactId>
|
235 |
| - <version>5.9.0</version> |
| 235 | + <version>5.9.2</version> |
236 | 236 | <scope>test</scope>
|
237 | 237 | </dependency>
|
238 | 238 | <dependency>
|
|
0 commit comments