|
58 | 58 | <derby.version>10.15.2.0</derby.version> |
59 | 59 | <guava.version>33.5.0-jre</guava.version> |
60 | 60 |
|
61 | | - <maven-jar.version>3.4.2</maven-jar.version> |
| 61 | + <maven-jar.version>3.5.0</maven-jar.version> |
| 62 | + <maven-assembly.version>3.8.0</maven-assembly.version> |
62 | 63 | <junit-platform-surefire-provider>1.3.2</junit-platform-surefire-provider> |
63 | 64 | <junit5.platform.launcher.version>1.14.1</junit5.platform.launcher.version> |
64 | 65 | <junit5.jupiter.version>5.14.1</junit5.jupiter.version> |
|
71 | 72 | <plugins> |
72 | 73 | <plugin> |
73 | 74 | <artifactId>maven-compiler-plugin</artifactId> |
74 | | - <version>3.8.1</version> |
| 75 | + <version>3.14.1</version> |
75 | 76 | <configuration> |
76 | 77 | <source>8</source> |
77 | 78 | <target>8</target> |
|
100 | 101 | <plugin> |
101 | 102 | <groupId>org.apache.maven.plugins</groupId> |
102 | 103 | <artifactId>maven-source-plugin</artifactId> |
103 | | - <version>3.2.1</version> |
| 104 | + <version>3.4.0</version> |
104 | 105 | <executions> |
105 | 106 | <execution> |
106 | 107 | <id>attach-sources</id> |
|
114 | 115 | <plugin> |
115 | 116 | <groupId>org.apache.maven.plugins</groupId> |
116 | 117 | <artifactId>maven-surefire-plugin</artifactId> |
117 | | - <version>2.22.2</version> |
| 118 | + <version>2.22.0</version> |
118 | 119 | <configuration> |
119 | 120 | <testFailureIgnore>false</testFailureIgnore> |
120 | 121 | <forkCount>1</forkCount> |
|
125 | 126 | <plugin> |
126 | 127 | <groupId>org.jacoco</groupId> |
127 | 128 | <artifactId>jacoco-maven-plugin</artifactId> |
128 | | - <version>0.8.4</version> |
| 129 | + <version>0.8.14</version> |
129 | 130 | <executions> |
130 | 131 | <execution> |
131 | 132 | <id>start-agent</id> |
|
151 | 152 | <plugin> |
152 | 153 | <groupId>org.sonatype.central</groupId> |
153 | 154 | <artifactId>central-publishing-maven-plugin</artifactId> |
154 | | - <version>0.8.0</version> |
| 155 | + <version>0.9.0</version> |
155 | 156 | <extensions>true</extensions> |
156 | 157 | <configuration> |
157 | 158 | <publishingServerId>central</publishingServerId> |
|
162 | 163 | <plugin> |
163 | 164 | <groupId>org.apache.maven.plugins</groupId> |
164 | 165 | <artifactId>maven-gpg-plugin</artifactId> |
165 | | - <version>1.6</version> |
| 166 | + <version>3.2.8</version> |
166 | 167 | <executions> |
167 | 168 | <execution> |
168 | 169 | <id>sign-artifacts</id> |
|
176 | 177 | <plugin> |
177 | 178 | <groupId>org.apache.maven.plugins</groupId> |
178 | 179 | <artifactId>maven-javadoc-plugin</artifactId> |
179 | | - <version>3.4.0</version> |
| 180 | + <version>3.12.0</version> |
180 | 181 | <configuration> |
181 | 182 | <additionalparam>-Xdoclint:none</additionalparam> |
182 | 183 | <source>8</source> |
|
193 | 194 | <plugin> |
194 | 195 | <groupId>org.apache.maven.plugins</groupId> |
195 | 196 | <artifactId>maven-enforcer-plugin</artifactId> |
196 | | - <version>3.5.0</version> |
| 197 | + <version>3.6.2</version> |
197 | 198 | <executions> |
198 | 199 | <execution> |
199 | 200 | <id>enforce-maven</id> |
|
0 commit comments