|
41 | 41 | <properties> |
42 | 42 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
43 | 43 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
| 44 | + <propertiesEncoding>UTF-8</propertiesEncoding> |
44 | 45 | <project.build.outputTimestamp>10</project.build.outputTimestamp> |
45 | 46 |
|
46 | 47 | <java.target>11</java.target> |
47 | 48 |
|
48 | 49 | <maven-plugin-api.version>3.1.0-alpha-1</maven-plugin-api.version> |
49 | | - <maven-plugin-plugin.version>3.8.2</maven-plugin-plugin.version> |
| 50 | + <maven-plugin-plugin.version>3.6.0</maven-plugin-plugin.version> |
50 | 51 |
|
51 | 52 | <junit.version>4.13.2</junit.version> |
52 | 53 | <mockito.version>5.1.1</mockito.version> |
|
100 | 101 | </plugin> |
101 | 102 | <plugin> |
102 | 103 | <artifactId>maven-assembly-plugin</artifactId> |
103 | | - <version>3.5.0</version> |
| 104 | + <version>3.4.2</version> |
104 | 105 | </plugin> |
105 | 106 | <plugin> |
106 | 107 | <artifactId>maven-dependency-plugin</artifactId> |
|
112 | 113 | </plugin> |
113 | 114 | <plugin> |
114 | 115 | <artifactId>maven-enforcer-plugin</artifactId> |
115 | | - <version>3.3.0</version> |
| 116 | + <version>3.2.1</version> |
116 | 117 | </plugin> |
117 | 118 | <plugin> |
118 | 119 | <artifactId>maven-compiler-plugin</artifactId> |
119 | | - <version>3.11.0</version> |
| 120 | + <version>3.8.1</version> |
120 | 121 | </plugin> |
121 | 122 | <plugin> |
122 | 123 | <artifactId>maven-gpg-plugin</artifactId> |
123 | 124 | <version>3.0.1</version> |
124 | 125 | </plugin> |
125 | 126 | <plugin> |
126 | 127 | <artifactId>maven-clean-plugin</artifactId> |
127 | | - <version>3.2.0</version> |
| 128 | + <version>3.1.0</version> |
128 | 129 | </plugin> |
129 | 130 | <plugin> |
130 | 131 | <artifactId>maven-resources-plugin</artifactId> |
131 | | - <version>3.3.0</version> |
| 132 | + <version>3.1.0</version> |
132 | 133 | </plugin> |
133 | 134 | <plugin> |
134 | 135 | <artifactId>maven-jar-plugin</artifactId> |
135 | | - <version>3.3.0</version> |
| 136 | + <version>3.2.0</version> |
136 | 137 | </plugin> |
137 | 138 | <plugin> |
138 | 139 | <artifactId>maven-plugin-plugin</artifactId> |
139 | 140 | <version>${maven-plugin-plugin.version}</version> |
140 | 141 | </plugin> |
141 | 142 | <plugin> |
142 | 143 | <artifactId>maven-surefire-plugin</artifactId> |
143 | | - <version>3.1.0</version> |
| 144 | + <version>2.22.2</version> |
144 | 145 | </plugin> |
145 | 146 | <plugin> |
146 | 147 | <artifactId>maven-install-plugin</artifactId> |
147 | | - <version>3.1.1</version> |
| 148 | + <version>2.5.2</version> |
148 | 149 | </plugin> |
149 | 150 | <plugin> |
150 | 151 | <artifactId>maven-deploy-plugin</artifactId> |
|
156 | 157 | </plugin> |
157 | 158 | <plugin> |
158 | 159 | <artifactId>maven-javadoc-plugin</artifactId> |
159 | | - <version>3.5.0</version> |
| 160 | + <version>3.2.0</version> |
160 | 161 | </plugin> |
161 | 162 | <plugin> |
162 | 163 | <artifactId>maven-source-plugin</artifactId> |
|
240 | 241 | <groupId>org.apache.maven</groupId> |
241 | 242 | <artifactId>maven-plugin-api</artifactId> |
242 | 243 | <version>${maven-plugin-api.version}</version> |
| 244 | + <scope>provided</scope> |
243 | 245 | </dependency> |
244 | 246 | <dependency> |
245 | 247 | <groupId>org.apache.maven</groupId> |
246 | 248 | <artifactId>maven-core</artifactId> |
247 | 249 | <version>${maven-plugin-api.version}</version> |
| 250 | + <scope>provided</scope> |
248 | 251 | </dependency> |
249 | 252 |
|
250 | 253 | <dependency> |
|
449 | 452 | <dependency> |
450 | 453 | <groupId>javax.xml.bind</groupId> |
451 | 454 | <artifactId>jaxb-api</artifactId> |
452 | | - <version>2.3.1</version> |
| 455 | + <version>2.2.3</version> |
453 | 456 | </dependency> |
454 | 457 | </dependencies> |
455 | 458 | </plugin> |
|
473 | 476 | <profile> |
474 | 477 | <id>checkstyle</id> |
475 | 478 | <properties> |
476 | | - <maven-checkstyle-plugin.version>3.2.2</maven-checkstyle-plugin.version> |
| 479 | + <maven-checkstyle-plugin.version>3.1.0</maven-checkstyle-plugin.version> |
477 | 480 | <!-- if you update the checkstyle version make sure you update the google_checks.xml inside the repository --> |
478 | 481 | <checkstyle.version>8.25</checkstyle.version> |
479 | 482 | <checkstyle.config.path>${basedir}/.github/.checkstyle</checkstyle.config.path> |
|
0 commit comments