|
34 | 34 | <properties> |
35 | 35 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
36 | 36 | <maven.compiler.release>11</maven.compiler.release> |
37 | | - <junit.jupiter.version>5.10.2</junit.jupiter.version> |
| 37 | + <junit.jupiter.version>5.13.4</junit.jupiter.version> |
38 | 38 | <maven.surefire.version>3.2.5</maven.surefire.version> |
39 | 39 | </properties> |
40 | 40 | <dependencies> |
|
78 | 78 | <!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle --> |
79 | 79 | <plugin> |
80 | 80 | <artifactId>maven-clean-plugin</artifactId> |
81 | | - <version>3.1.0</version> |
| 81 | + <version>3.5.0</version> |
82 | 82 | </plugin> |
83 | 83 | <!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging --> |
84 | 84 | <plugin> |
85 | 85 | <artifactId>maven-resources-plugin</artifactId> |
86 | | - <version>3.0.2</version> |
| 86 | + <version>3.3.1</version> |
87 | 87 | </plugin> |
88 | 88 | <plugin> |
89 | 89 | <artifactId>maven-compiler-plugin</artifactId> |
90 | | - <version>3.8.0</version> |
| 90 | + <version>3.14.0</version> |
91 | 91 | </plugin> |
92 | 92 | <plugin> |
93 | 93 | <artifactId>maven-surefire-plugin</artifactId> |
94 | | - <version>2.22.1</version> |
| 94 | + <version>3.5.3</version> |
95 | 95 | </plugin> |
96 | 96 | <plugin> |
97 | 97 | <artifactId>maven-jar-plugin</artifactId> |
|
108 | 108 | <!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle --> |
109 | 109 | <plugin> |
110 | 110 | <artifactId>maven-site-plugin</artifactId> |
111 | | - <version>3.7.1</version> |
| 111 | + <version>3.21.0</version> |
112 | 112 | </plugin> |
113 | 113 | <plugin> |
114 | 114 | <artifactId>maven-project-info-reports-plugin</artifactId> |
115 | | - <version>3.0.0</version> |
| 115 | + <version>3.9.0</version> |
116 | 116 | </plugin> |
117 | 117 | </plugins> |
118 | 118 | </pluginManagement> |
119 | 119 | <plugins> |
120 | 120 | <plugin> |
121 | 121 | <groupId>org.apache.maven.plugins</groupId> |
122 | 122 | <artifactId>maven-compiler-plugin</artifactId> |
123 | | - <version>3.13.0</version> |
| 123 | + <version>3.14.0</version> |
124 | 124 | <configuration> |
125 | 125 | <source>11</source> |
126 | 126 | <target>11</target> |
|
0 commit comments