77
88 <groupId >io.github.isa-group</groupId >
99 <artifactId >Pricing4Java</artifactId >
10- <version >4.0.1 </version >
10+ <version >5.1.0 </version >
1111
1212 <name >${project.groupId} :${project.artifactId} </name >
1313 <description >A pricing driven feature toggling library for java</description >
14- <url >https://github.com/Alex-GF/pricingplans-4j </url >
14+ <url >https://github.com/isa-group/Pricing4Java </url >
1515 <packaging >jar</packaging >
1616
1717 <licenses >
5353 <aspectj .version>1.9.7</aspectj .version>
5454 <spring .version>6.1.5</spring .version>
5555 <spring .boot.version>3.2.0</spring .boot.version>
56- <maven .compiler.source>11</maven .compiler.source>
57- <maven .compiler.target>11</maven .compiler.target>
58- </properties >
56+ <maven .compiler.source>17</maven .compiler.source>
57+ <maven .compiler.target>17</maven .compiler.target>
58+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
59+ </properties >
5960
6061
6162 <dependencies >
140141 <version >5.10.2</version >
141142 <scope >test</scope >
142143 </dependency >
144+ <dependency >
145+ <groupId >org.junit.jupiter</groupId >
146+ <artifactId >junit-jupiter-params</artifactId >
147+ <version >5.10.2</version >
148+ <scope >test</scope >
149+ </dependency >
143150
144151 <!-- JSON WEB TOKEN -->
145152 <dependency >
157164 <dependency >
158165 <groupId >org.yaml</groupId >
159166 <artifactId >snakeyaml</artifactId >
160- <version >1.33 </version >
167+ <version >2.3 </version >
161168 </dependency >
162169
163170 <!-- API, java.xml.bind module -->
183190 <plugin >
184191 <groupId >org.apache.maven.plugins</groupId >
185192 <artifactId >maven-gpg-plugin</artifactId >
193+ <version >3.2.7</version >
186194 <executions >
187195 <execution >
188196 <id >sign-artifacts</id >
189197 <phase >verify</phase >
190198 <goals >
191199 <goal >sign</goal >
192200 </goals >
201+ <configuration >
202+ <gpgArguments >
203+ <arg >--pinentry-mode</arg >
204+ <arg >loopback</arg >
205+ </gpgArguments >
206+ </configuration >
193207 </execution >
194208 </executions >
195209 </plugin >
212226 </dependencies >
213227 </plugin >
214228 <plugin >
215- <groupId >org.apache.maven.plugins</groupId >
216229 <artifactId >maven-surefire-plugin</artifactId >
217- <version >3.2.5</version >
230+ <version >3.5.2</version >
231+ <dependencies >
232+ <dependency >
233+ <groupId >me.fabriciorby</groupId >
234+ <artifactId >maven-surefire-junit5-tree-reporter</artifactId >
235+ <version >1.4.0</version >
236+ </dependency >
237+ </dependencies >
238+ <configuration >
239+ <reportFormat >plain</reportFormat >
240+ <consoleOutputReporter >
241+ <disable >true</disable >
242+ </consoleOutputReporter >
243+ <statelessTestsetInfoReporter
244+ implementation=" org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter" >
245+ <printStacktraceOnError >true</printStacktraceOnError >
246+ <printStacktraceOnFailure >true</printStacktraceOnFailure >
247+ <printStdoutOnError >true</printStdoutOnError >
248+ <printStdoutOnFailure >true</printStdoutOnFailure >
249+ <printStdoutOnSuccess >false</printStdoutOnSuccess >
250+ <printStderrOnError >true</printStderrOnError >
251+ <printStderrOnFailure >true</printStderrOnFailure >
252+ <printStderrOnSuccess >false</printStderrOnSuccess >
253+ </statelessTestsetInfoReporter >
254+ </configuration >
218255 </plugin >
219256 <plugin >
220257 <groupId >org.apache.maven.plugins</groupId >
245282 <plugin >
246283 <groupId >org.jacoco</groupId >
247284 <artifactId >jacoco-maven-plugin</artifactId >
248- <version >0.8.11 </version >
285+ <version >0.8.12 </version >
249286 <executions >
250287 <execution >
251288 <goals >
263300 </plugin >
264301 </plugins >
265302 </build >
266- </project >
303+ </project >
0 commit comments