|
46 | 46 | <plugins> |
47 | 47 | <plugin> |
48 | 48 | <artifactId>maven-compiler-plugin</artifactId> |
49 | | - <version>3.14.0</version> |
| 49 | + <version>3.15.0</version> |
50 | 50 | <configuration> |
51 | 51 | <release>17</release> |
52 | 52 | <encoding>UTF-8</encoding> |
53 | 53 | </configuration> |
54 | 54 | </plugin> |
55 | 55 | <plugin> |
56 | 56 | <artifactId>maven-javadoc-plugin</artifactId> |
57 | | - <version>3.11.2</version> |
| 57 | + <version>3.12.0</version> |
58 | 58 | <configuration> |
59 | 59 | <encoding>UTF-8</encoding> |
60 | 60 | <docencoding>UTF-8</docencoding> |
|
64 | 64 | <plugin> |
65 | 65 | <groupId>org.apache.maven.plugins</groupId> |
66 | 66 | <artifactId>maven-surefire-plugin</artifactId> |
67 | | - <version>3.5.3</version> |
| 67 | + <version>3.5.5</version> |
68 | 68 | <configuration> |
69 | 69 | <useSystemClassLoader>false</useSystemClassLoader> |
70 | 70 | </configuration> |
71 | 71 | </plugin> |
72 | 72 | <plugin> |
73 | 73 | <groupId>org.jacoco</groupId> |
74 | 74 | <artifactId>jacoco-maven-plugin</artifactId> |
75 | | - <version>0.8.13</version> |
| 75 | + <version>0.8.14</version> |
76 | 76 | <executions> |
77 | 77 | <execution> |
78 | 78 | <goals> |
|
113 | 113 | <plugin> |
114 | 114 | <groupId>net.revelc.code.formatter</groupId> |
115 | 115 | <artifactId>formatter-maven-plugin</artifactId> |
116 | | - <version>2.26.0</version> |
| 116 | + <version>2.29.0</version> |
117 | 117 | <executions> |
118 | 118 | <execution> |
119 | 119 | <goals> |
|
125 | 125 | <configFile>https://www.codelibs.org/assets/formatter/eclipse-formatter-1.0.xml</configFile> |
126 | 126 | </configuration> |
127 | 127 | </plugin> |
128 | | - <plugin> |
129 | | - <groupId>org.apache.maven.plugins</groupId> |
130 | | - <artifactId>maven-gpg-plugin</artifactId> |
131 | | - <version>3.2.7</version> |
132 | | - <executions> |
133 | | - <execution> |
134 | | - <id>sign-artifacts</id> |
135 | | - <phase>verify</phase> |
136 | | - <goals> |
137 | | - <goal>sign</goal> |
138 | | - </goals> |
139 | | - </execution> |
140 | | - </executions> |
141 | | - </plugin> |
142 | 128 | <plugin> |
143 | 129 | <groupId>org.sonatype.central</groupId> |
144 | 130 | <artifactId>central-publishing-maven-plugin</artifactId> |
145 | | - <version>0.7.0</version> |
| 131 | + <version>0.10.0</version> |
146 | 132 | <extensions>true</extensions> |
147 | 133 | <configuration> |
148 | 134 | <publishingServerId>central</publishingServerId> |
149 | 135 | </configuration> |
150 | 136 | </plugin> |
151 | 137 | </plugins> |
152 | 138 | </build> |
| 139 | + <profiles> |
| 140 | + <profile> |
| 141 | + <id>release</id> |
| 142 | + <build> |
| 143 | + <plugins> |
| 144 | + <plugin> |
| 145 | + <groupId>org.apache.maven.plugins</groupId> |
| 146 | + <artifactId>maven-gpg-plugin</artifactId> |
| 147 | + <version>3.2.8</version> |
| 148 | + <executions> |
| 149 | + <execution> |
| 150 | + <id>sign-artifacts</id> |
| 151 | + <phase>verify</phase> |
| 152 | + <goals> |
| 153 | + <goal>sign</goal> |
| 154 | + </goals> |
| 155 | + <configuration> |
| 156 | + <bestPractices>true</bestPractices> |
| 157 | + </configuration> |
| 158 | + </execution> |
| 159 | + </executions> |
| 160 | + </plugin> |
| 161 | + </plugins> |
| 162 | + </build> |
| 163 | + </profile> |
| 164 | + </profiles> |
153 | 165 | <repositories> |
154 | 166 | <repository> |
155 | 167 | <id>snapshots.central.sonatype.com</id> |
|
176 | 188 | <dependency> |
177 | 189 | <groupId>org.codelibs</groupId> |
178 | 190 | <artifactId>curl4j</artifactId> |
179 | | - <version>1.3.0</version> |
| 191 | + <version>1.3.2</version> |
180 | 192 | </dependency> |
181 | 193 | <dependency> |
182 | 194 | <groupId>org.junit.jupiter</groupId> |
|
0 commit comments