|
40 | 40 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
41 | 41 | <project.jdkVersion>1.8</project.jdkVersion> |
42 | 42 |
|
43 | | - <version.junit>5.13.4</version.junit> |
| 43 | + <version.junit>5.14.4</version.junit> |
44 | 44 | <version.mockito>4.11.0</version.mockito> |
45 | 45 | </properties> |
46 | 46 |
|
|
75 | 75 | <plugin> |
76 | 76 | <groupId>org.apache.maven.plugins</groupId> |
77 | 77 | <artifactId>maven-release-plugin</artifactId> |
78 | | - <version>3.1.1</version> |
| 78 | + <version>3.3.1</version> |
79 | 79 | </plugin> |
80 | 80 | <!-- Source plugin --> |
81 | 81 | <plugin> |
82 | 82 | <groupId>org.apache.maven.plugins</groupId> |
83 | 83 | <artifactId>maven-source-plugin</artifactId> |
84 | | - <version>3.3.1</version> |
| 84 | + <version>3.4.0</version> |
85 | 85 | <executions> |
86 | 86 | <execution> |
87 | 87 | <id>attach-sources</id> |
|
146 | 146 | <plugin> |
147 | 147 | <groupId>org.apache.maven.plugins</groupId> |
148 | 148 | <artifactId>maven-compiler-plugin</artifactId> |
149 | | - <version>3.14.1</version> |
| 149 | + <version>3.15.0</version> |
150 | 150 | <configuration> |
151 | 151 | <source>${project.jdkVersion}</source> |
152 | 152 | <target>${project.jdkVersion}</target> |
|
157 | 157 | <plugin> |
158 | 158 | <groupId>org.apache.maven.plugins</groupId> |
159 | 159 | <artifactId>maven-surefire-plugin</artifactId> |
160 | | - <version>3.5.4</version> |
| 160 | + <version>3.5.6</version> |
161 | 161 | <configuration> |
162 | 162 | <!-- Force the right file encoding during unit testing --> |
163 | 163 | <argLine>-Dfile.encoding=${project.build.sourceEncoding} @{argLine}</argLine> |
|
168 | 168 | <plugin> |
169 | 169 | <groupId>org.jacoco</groupId> |
170 | 170 | <artifactId>jacoco-maven-plugin</artifactId> |
171 | | - <version>0.8.13</version> |
| 171 | + <version>0.8.15</version> |
172 | 172 | <executions> |
173 | 173 | <execution> |
174 | 174 | <id>prepare-agent</id> |
|
186 | 186 | <dependency> |
187 | 187 | <groupId>org.yaml</groupId> |
188 | 188 | <artifactId>snakeyaml</artifactId> |
189 | | - <version>2.5</version> |
| 189 | + <version>2.6</version> |
190 | 190 | </dependency> |
191 | 191 |
|
192 | 192 | <!-- TypeInfo and other utils --> |
|
200 | 200 | <dependency> |
201 | 201 | <groupId>org.jetbrains</groupId> |
202 | 202 | <artifactId>annotations</artifactId> |
203 | | - <version>26.0.2</version> |
| 203 | + <version>26.1.0</version> |
204 | 204 | <scope>provided</scope> |
205 | 205 | </dependency> |
206 | 206 |
|
|
0 commit comments