|
50 | 50 |
|
51 | 51 | <maven.compiler.release>8</maven.compiler.release> |
52 | 52 |
|
53 | | - <lombook.version>1.18.32</lombook.version> |
| 53 | + <lombook.version>1.18.34</lombook.version> |
54 | 54 |
|
55 | 55 | <floodgate.version>2.2.3-SNAPSHOT</floodgate.version> |
56 | 56 | <geyser.version>2.2.1-SNAPSHOT</geyser.version> |
|
106 | 106 | <plugin> |
107 | 107 | <groupId>com.mycila</groupId> |
108 | 108 | <artifactId>license-maven-plugin</artifactId> |
109 | | - <version>4.4</version> |
| 109 | + <version>4.5</version> |
110 | 110 | <configuration> |
111 | 111 | <licenseSets> |
112 | 112 | <licenseSet> |
|
134 | 134 | </plugin> |
135 | 135 | <plugin> |
136 | 136 | <artifactId>maven-checkstyle-plugin</artifactId> |
137 | | - <version>3.3.1</version> |
| 137 | + <version>3.4.0</version> |
138 | 138 | <configuration> |
139 | 139 | <configLocation>checkstyle.xml</configLocation> |
140 | 140 | <consoleOutput>true</consoleOutput> |
|
145 | 145 | <dependency> |
146 | 146 | <groupId>com.puppycrawl.tools</groupId> |
147 | 147 | <artifactId>checkstyle</artifactId> |
148 | | - <version>10.16.0</version> |
| 148 | + <version>10.17.0</version> |
149 | 149 | </dependency> |
150 | 150 | </dependencies> |
151 | 151 | <executions> |
|
162 | 162 | <!-- Require newer versions for Junit5 support --> |
163 | 163 | <plugin> |
164 | 164 | <artifactId>maven-surefire-plugin</artifactId> |
165 | | - <version>3.2.5</version> |
| 165 | + <version>3.3.0</version> |
166 | 166 | <configuration> |
167 | 167 | <!-- Work-around to make multi-release classes discoverable |
168 | 168 | https://issues.apache.org/jira/browse/SUREFIRE-1731 --> |
|
179 | 179 |
|
180 | 180 | <plugin> |
181 | 181 | <artifactId>maven-jar-plugin</artifactId> |
182 | | - <version>3.4.1</version> |
| 182 | + <version>3.4.2</version> |
183 | 183 | <!-- Explicitly enable multi-release for the scheduler, |
184 | 184 | because detection from class shading doesn't work --> |
185 | 185 | <executions> |
|
0 commit comments