|
57 | 57 | <properties> |
58 | 58 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
59 | 59 | <oh.java.version>11</oh.java.version> |
60 | | - <maven.compiler.source>${oh.java.version}</maven.compiler.source> |
61 | | - <maven.compiler.target>${oh.java.version}</maven.compiler.target> |
62 | | - <maven.compiler.compilerVersion>${oh.java.version}</maven.compiler.compilerVersion> |
| 60 | + <maven.compiler.release>${oh.java.version}</maven.compiler.release> |
63 | 61 | <maven.eclipse.version>2.10</maven.eclipse.version> |
64 | 62 | <junit.version>5.11.4</junit.version> |
65 | 63 | <commons.io.version>2.21.0</commons.io.version> |
|
69 | 67 | <pmd.version>7.18.0</pmd.version> |
70 | 68 | <checkstyle.version>10.26.1</checkstyle.version> |
71 | 69 | <spotbugs.version>4.9.8</spotbugs.version> |
72 | | - <maven.core.version>3.9.9</maven.core.version> |
| 70 | + <maven.core.version>3.9.11</maven.core.version> |
73 | 71 | <maven.plugin.api.version>3.9.11</maven.plugin.api.version> |
74 | 72 | <maven.plugin.annotations.version>3.15.2</maven.plugin.annotations.version> |
75 | 73 | <maven.plugin.plugin.version>3.8.2</maven.plugin.plugin.version> |
76 | 74 | <maven.plugin.compiler.version>3.14.1</maven.plugin.compiler.version> |
77 | 75 | <mojo.executor.version>2.4.1</mojo.executor.version> |
78 | | - <org.jsoup.version>1.18.3</org.jsoup.version> |
| 76 | + <org.jsoup.version>1.19.1</org.jsoup.version> |
79 | 77 | <sat.version>0.17.0</sat.version> |
80 | 78 | <jdt-annotations.version>2.3.100</jdt-annotations.version> |
81 | 79 | <flexmark.version>0.64.8</flexmark.version> |
|
130 | 128 | <!-- Required for Checkstyle tests --> |
131 | 129 | <groupId>com.google.truth</groupId> |
132 | 130 | <artifactId>truth</artifactId> |
133 | | - <version>1.4.4</version> |
| 131 | + <version>1.4.5</version> |
134 | 132 | <scope>test</scope> |
135 | 133 | </dependency> |
136 | 134 | <dependency> |
|
0 commit comments