|
68 | 68 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
69 | 69 |
|
70 | 70 | <java.version>11</java.version> |
71 | | - <maven.version>3.5.0</maven.version> |
| 71 | + <maven.version>3.6.2</maven.version> |
72 | 72 |
|
73 | 73 | <repo.releases.url>OVERRIDE_REPO_URL</repo.releases.url> |
74 | 74 | <repo.snapshots.url>OVERRIDE_REPO_URL</repo.snapshots.url> |
75 | 75 |
|
76 | 76 | <!-- dependency.version>0.0.0</dependency.version --> |
77 | | - <commons-lang3.version>3.8.1</commons-lang3.version> |
78 | | - <commons-collections4.version>4.2</commons-collections4.version> |
79 | | - <commons-codec.version>1.11</commons-codec.version> |
| 77 | + <commons-lang3.version>3.12.0</commons-lang3.version> |
| 78 | + <commons-collections4.version>4.4</commons-collections4.version> |
| 79 | + <commons-codec.version>1.15</commons-codec.version> |
80 | 80 | <commons-io.version>2.7</commons-io.version> |
81 | 81 | <commons-cli.version>1.4</commons-cli.version> |
82 | 82 | <log4j.version>2.17.0</log4j.version> |
83 | | - <junit.version>4.13.1</junit.version> |
| 83 | + <junit.version>4.13.2</junit.version> |
84 | 84 | <jersey.version>2.33</jersey.version> |
85 | 85 | <jaxb.api.version>2.3.1</jaxb.api.version> |
86 | 86 | <jaxb-runtime.version>2.3.2</jaxb-runtime.version> |
87 | | - <com.helger.version>3.0.2</com.helger.version> |
| 87 | + <com.helger.version>4.4.2</com.helger.version> |
88 | 88 |
|
89 | 89 | <!-- plugin.version>0.0.0</plugin.version --> |
90 | | - <maven-enforcer-plugin.version>3.0.0-M2</maven-enforcer-plugin.version> |
91 | | - <maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version> |
| 90 | + <maven-enforcer-plugin.version>3.0.0</maven-enforcer-plugin.version> |
| 91 | + <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version> |
92 | 92 | <maven-release-plugin.version>2.5.3</maven-release-plugin.version> |
93 | 93 | <nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version> |
94 | | - <maven-source-plugin.version>3.0.1</maven-source-plugin.version> |
| 94 | + <maven-source-plugin.version>3.2.1</maven-source-plugin.version> |
95 | 95 | <maven-javadoc-plugin.version>3.3.0</maven-javadoc-plugin.version> |
96 | | - <maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version> |
| 96 | + <maven-dependency-plugin.version>3.1.2</maven-dependency-plugin.version> |
97 | 97 | <maven-gpg-plugin.version>1.6</maven-gpg-plugin.version> |
98 | 98 | <!-- TODO(AY): change version when the new release comes. Java 11 Warning https://github.com/highsource/maven-jaxb2-plugin/issues/148 --> |
99 | 99 | <maven-jaxb2-plugin.version>0.14.0</maven-jaxb2-plugin.version> |
100 | 100 | <jaxb.version>2.3.1</jaxb.version> |
101 | | - <build-helper-maven-plugin.version>3.0.0</build-helper-maven-plugin.version> |
102 | | - <maven-resources-plugin.version>3.1.0</maven-resources-plugin.version> |
103 | | - <maven-jar-plugin.version>3.1.1</maven-jar-plugin.version> |
104 | | - <maven-shade-plugin.version>3.2.1</maven-shade-plugin.version> |
105 | | - <maven-bundle-plugin.version>4.0.0</maven-bundle-plugin.version> |
106 | | - <javax.activation.version>1.1.1</javax.activation.version> |
| 101 | + <build-helper-maven-plugin.version>3.2.0</build-helper-maven-plugin.version> |
| 102 | + <maven-resources-plugin.version>3.2.0</maven-resources-plugin.version> |
| 103 | + <maven-jar-plugin.version>3.2.0</maven-jar-plugin.version> |
| 104 | + <maven-shade-plugin.version>3.2.4</maven-shade-plugin.version> |
| 105 | + <maven-bundle-plugin.version>5.1.1</maven-bundle-plugin.version> |
107 | 106 | </properties> |
108 | 107 |
|
109 | 108 | <build> |
|
273 | 272 | </plugin> |
274 | 273 | </plugins> |
275 | 274 | </pluginManagement> |
| 275 | + |
| 276 | + <plugins> |
| 277 | + <plugin> |
| 278 | + <groupId>org.apache.maven.plugins</groupId> |
| 279 | + <artifactId>maven-enforcer-plugin</artifactId> |
| 280 | + </plugin> |
| 281 | + </plugins> |
276 | 282 | </build> |
277 | 283 |
|
278 | 284 | <dependencyManagement> |
|
0 commit comments