|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- |
| 3 | + This file is part of Simple SSL <https://github.com/StevenJDH/simple-ssl>. |
| 4 | + Copyright (C) 2021-2022 Steven Jenkins De Haro. |
| 5 | + |
| 6 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | + you may not use this file except in compliance with the License. |
| 8 | + You may obtain a copy of the License at |
| 9 | + |
| 10 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | + |
| 12 | + Unless required by applicable law or agreed to in writing, software |
| 13 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | + See the License for the specific language governing permissions and |
| 16 | + limitations under the License. |
| 17 | +--> |
1 | 18 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
2 | 19 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
3 | 20 | <modelVersion>4.0.0</modelVersion> |
|
62 | 79 | <mockito-junit-jupiter.version>4.6.1</mockito-junit-jupiter.version> |
63 | 80 | <wiremock-jre8-standalone.version>2.33.2</wiremock-jre8-standalone.version> |
64 | 81 | <slf4j-nop.version>1.7.36</slf4j-nop.version> |
65 | | - <maven-model.version>3.8.5</maven-model.version> |
| 82 | + <maven-model.version>3.8.6</maven-model.version> |
66 | 83 | <!-- Plugin Versions --> |
67 | | - <maven-compiler.version>3.9.0</maven-compiler.version> |
| 84 | + <maven-compiler.version>3.10.1</maven-compiler.version> |
68 | 85 | <maven-surefire.version>2.22.2</maven-surefire.version> |
69 | 86 | <maven-failsafe.version>2.22.2</maven-failsafe.version> |
70 | | - <jacoco.version>0.8.7</jacoco.version> |
| 87 | + <jacoco.version>0.8.8</jacoco.version> |
71 | 88 | <git-commit-id-maven.version>5.0.0</git-commit-id-maven.version> |
72 | | - <jsonschema2pojo.version>1.1.1</jsonschema2pojo.version> |
73 | | - <maven-enforcer.version>3.0.0</maven-enforcer.version> |
74 | | - <nexus-staging.version>1.6.8</nexus-staging.version> |
| 89 | + <jsonschema2pojo.version>1.1.2</jsonschema2pojo.version> |
| 90 | + <maven-enforcer.version>3.1.0</maven-enforcer.version> |
| 91 | + <nexus-staging.version>1.6.13</nexus-staging.version> |
75 | 92 | <maven-gpg.version>3.0.1</maven-gpg.version> |
76 | | - <maven-javadoc.version>3.3.1</maven-javadoc.version> |
| 93 | + <maven-javadoc.version>3.4.0</maven-javadoc.version> |
77 | 94 | <maven-source.version>3.2.1</maven-source.version> |
78 | 95 | <!-- JaCoCo Properties --> |
79 | 96 | <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin> |
|
323 | 340 | <includeGetters>true</includeGetters> |
324 | 341 | <includeHashcodeAndEquals>false</includeHashcodeAndEquals> |
325 | 342 | <useTitleAsClassname>true</useTitleAsClassname> |
| 343 | + <!-- Removed dot in default Delimiters as workaround for v0.8.8 property regression. --> |
| 344 | + <refFragmentPathDelimiters>#/</refFragmentPathDelimiters> |
326 | 345 | </configuration> |
327 | 346 | <executions> |
328 | 347 | <execution> |
|
0 commit comments