|
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.1</version.junit> |
| 43 | + <version.junit>5.13.4</version.junit> |
44 | 44 | <version.mockito>4.11.0</version.mockito> |
45 | 45 | </properties> |
46 | 46 |
|
|
95 | 95 | <plugin> |
96 | 96 | <groupId>org.apache.maven.plugins</groupId> |
97 | 97 | <artifactId>maven-javadoc-plugin</artifactId> |
98 | | - <version>3.11.2</version> |
| 98 | + <version>3.12.0</version> |
99 | 99 | <executions> |
100 | 100 | <execution> |
101 | 101 | <id>attach-javadocs</id> |
|
109 | 109 | <plugin> |
110 | 110 | <groupId>org.apache.maven.plugins</groupId> |
111 | 111 | <artifactId>maven-gpg-plugin</artifactId> |
112 | | - <version>3.2.7</version> |
| 112 | + <version>3.2.8</version> |
113 | 113 | <executions> |
114 | 114 | <execution> |
115 | 115 | <id>sign-artifacts</id> |
|
146 | 146 | <plugin> |
147 | 147 | <groupId>org.apache.maven.plugins</groupId> |
148 | 148 | <artifactId>maven-compiler-plugin</artifactId> |
149 | | - <version>3.14.0</version> |
| 149 | + <version>3.14.1</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.3</version> |
| 160 | + <version>3.5.4</version> |
161 | 161 | <configuration> |
162 | 162 | <!-- Force the right file encoding during unit testing --> |
163 | 163 | <argLine>-Dfile.encoding=${project.build.sourceEncoding} @{argLine}</argLine> |
|
186 | 186 | <dependency> |
187 | 187 | <groupId>org.yaml</groupId> |
188 | 188 | <artifactId>snakeyaml</artifactId> |
189 | | - <version>2.4</version> |
| 189 | + <version>2.5</version> |
190 | 190 | </dependency> |
191 | 191 |
|
192 | 192 | <!-- TypeInfo and other utils --> |
|
0 commit comments