Skip to content

Commit 2c21135

Browse files
committed
Updated dependencies for release with needed fixes
1 parent 1b9ea50 commit 2c21135

File tree

1 file changed

+26
-7
lines changed

1 file changed

+26
-7
lines changed

pom.xml

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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+
-->
118
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
219
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
320
<modelVersion>4.0.0</modelVersion>
@@ -62,18 +79,18 @@
6279
<mockito-junit-jupiter.version>4.6.1</mockito-junit-jupiter.version>
6380
<wiremock-jre8-standalone.version>2.33.2</wiremock-jre8-standalone.version>
6481
<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>
6683
<!-- Plugin Versions -->
67-
<maven-compiler.version>3.9.0</maven-compiler.version>
84+
<maven-compiler.version>3.10.1</maven-compiler.version>
6885
<maven-surefire.version>2.22.2</maven-surefire.version>
6986
<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>
7188
<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>
7592
<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>
7794
<maven-source.version>3.2.1</maven-source.version>
7895
<!-- JaCoCo Properties -->
7996
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
@@ -323,6 +340,8 @@
323340
<includeGetters>true</includeGetters>
324341
<includeHashcodeAndEquals>false</includeHashcodeAndEquals>
325342
<useTitleAsClassname>true</useTitleAsClassname>
343+
<!-- Removed dot in default Delimiters as workaround for v0.8.8 property regression. -->
344+
<refFragmentPathDelimiters>#/</refFragmentPathDelimiters>
326345
</configuration>
327346
<executions>
328347
<execution>

0 commit comments

Comments
 (0)