|
65 | 65 | <dependency>
|
66 | 66 | <groupId>org.junit.jupiter</groupId>
|
67 | 67 | <artifactId>junit-jupiter</artifactId>
|
68 |
| - <version>5.7.1</version> |
| 68 | + <version>5.11.3</version> |
69 | 69 | <scope>test</scope>
|
70 | 70 | </dependency>
|
71 | 71 | <dependency>
|
72 | 72 | <groupId>org.assertj</groupId>
|
73 | 73 | <artifactId>assertj-core</artifactId>
|
74 |
| - <version>3.19.0</version> |
| 74 | + <version>3.26.3</version> |
75 | 75 | <scope>test</scope>
|
76 | 76 | </dependency>
|
77 | 77 | </dependencies>
|
|
81 | 81 | <plugin>
|
82 | 82 | <groupId>org.apache.maven.plugins</groupId>
|
83 | 83 | <artifactId>maven-release-plugin</artifactId>
|
84 |
| - <version>2.5.3</version> |
| 84 | + <version>3.1.1</version> |
85 | 85 | <configuration>
|
86 | 86 | <localCheckout>true</localCheckout>
|
87 | 87 | <pushChanges>false</pushChanges>
|
|
91 | 91 | <plugin>
|
92 | 92 | <groupId>org.apache.felix</groupId>
|
93 | 93 | <artifactId>maven-bundle-plugin</artifactId>
|
94 |
| - <version>3.3.0</version> |
| 94 | + <version>3.5.1</version> |
95 | 95 | <executions>
|
96 | 96 | <execution>
|
97 | 97 | <id>bundle-manifest</id>
|
|
105 | 105 | <plugin>
|
106 | 106 | <groupId>org.apache.maven.plugins</groupId>
|
107 | 107 | <artifactId>maven-javadoc-plugin</artifactId>
|
108 |
| - <version>3.1.1</version> |
| 108 | + <version>3.11.1</version> |
109 | 109 | <configuration>
|
110 | 110 | <additionalparam>${javadoc.opts}</additionalparam>
|
111 | 111 | <doclint>none</doclint>
|
|
122 | 122 | <plugin>
|
123 | 123 | <groupId>org.apache.maven.plugins</groupId>
|
124 | 124 | <artifactId>maven-checkstyle-plugin</artifactId>
|
125 |
| - <version>3.1.0</version> |
| 125 | + <version>3.6.0</version> |
126 | 126 | <executions>
|
127 | 127 | <execution>
|
128 | 128 | <id>verify-style</id>
|
|
176 | 176 | <plugin>
|
177 | 177 | <groupId>org.apache.maven.plugins</groupId>
|
178 | 178 | <artifactId>maven-surefire-plugin</artifactId>
|
179 |
| - <version>3.0.0-M4</version> |
| 179 | + <version>3.5.2</version> |
180 | 180 | <configuration>
|
181 | 181 | <excludes>
|
182 | 182 | <exclude>**/LR*.java</exclude>
|
|
199 | 199 | <plugin>
|
200 | 200 | <groupId>org.apache.maven.plugins</groupId>
|
201 | 201 | <artifactId>maven-gpg-plugin</artifactId>
|
202 |
| - <version>1.6</version> |
| 202 | + <version>3.2.7</version> |
203 | 203 | <executions>
|
204 | 204 | <execution>
|
205 | 205 | <id>sign-artifacts</id>
|
|
0 commit comments