|
59 | 59 | <parent> |
60 | 60 | <groupId>org.springframework.boot</groupId> |
61 | 61 | <artifactId>spring-boot-starter-parent</artifactId> |
62 | | - <version>2.7.18</version> |
| 62 | + <version>3.3.5</version> |
63 | 63 | <relativePath/> |
64 | 64 | </parent> |
65 | 65 |
|
66 | 66 | <properties> |
67 | 67 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
68 | 68 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
69 | 69 |
|
70 | | - <java.version>1.8</java.version> |
| 70 | + <java.version>17</java.version> |
71 | 71 |
|
72 | | - <maven-gpg-plugin.version>3.2.7</maven-gpg-plugin.version> |
73 | | - <maven-javadoc-plugin.version>3.8.0</maven-javadoc-plugin.version> |
74 | | - <maven-source-plugin.version>3.3.1</maven-source-plugin.version> |
75 | | - |
76 | | - <commons-io.version>2.16.1</commons-io.version> |
77 | | - <commons-lang3.version>3.15.0</commons-lang3.version> |
| 72 | + <commons-io.version>2.18.0</commons-io.version> |
| 73 | + <commons-lang3.version>3.17.0</commons-lang3.version> |
78 | 74 | <commons-compress.version>1.27.1</commons-compress.version> |
79 | | - <jackson-dataformat-yaml.version>2.17.2</jackson-dataformat-yaml.version> |
| 75 | + <jackson-dataformat-yaml.version>2.18.1</jackson-dataformat-yaml.version> |
| 76 | + |
| 77 | + <spring-cloud-contract-wiremock.version>4.1.4</spring-cloud-contract-wiremock.version> |
80 | 78 |
|
81 | | - <spring-cloud-contract-wiremock.version>3.1.10</spring-cloud-contract-wiremock.version> |
| 79 | + <maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version> |
| 80 | + <maven-gpg-plugin.version>3.2.7</maven-gpg-plugin.version> |
| 81 | + <maven-javadoc-plugin.version>3.11.1</maven-javadoc-plugin.version> |
| 82 | + <maven-source-plugin.version>3.3.1</maven-source-plugin.version> |
82 | 83 | </properties> |
83 | 84 |
|
84 | 85 | <dependencies> |
|
155 | 156 | <target>${java.version}</target> |
156 | 157 | </configuration> |
157 | 158 | </plugin> |
158 | | - <plugin> |
159 | | - <groupId>org.apache.maven.plugins</groupId> |
160 | | - <artifactId>maven-javadoc-plugin</artifactId> |
161 | | - <version>${maven-javadoc-plugin.version}</version> |
162 | | - <executions> |
163 | | - <execution> |
164 | | - <id>attach-javadocs</id> |
165 | | - <goals> |
166 | | - <goal>jar</goal> |
167 | | - </goals> |
168 | | - </execution> |
169 | | - </executions> |
170 | | - </plugin> |
171 | | - <plugin> |
172 | | - <groupId>org.apache.maven.plugins</groupId> |
173 | | - <artifactId>maven-source-plugin</artifactId> |
174 | | - <version>${maven-source-plugin.version}</version> |
175 | | - <executions> |
176 | | - <execution> |
177 | | - <id>attach-sources</id> |
178 | | - <goals> |
179 | | - <goal>jar-no-fork</goal> |
180 | | - </goals> |
181 | | - </execution> |
182 | | - </executions> |
183 | | - </plugin> |
184 | 159 | </plugins> |
185 | | - |
186 | 160 | </build> |
| 161 | + |
187 | 162 | <profiles> |
188 | 163 | <profile> |
189 | 164 | <id>ossrh</id> |
190 | 165 | <build> |
191 | 166 | <plugins> |
| 167 | + <plugin> |
| 168 | + <groupId>org.apache.maven.plugins</groupId> |
| 169 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 170 | + <version>${maven-javadoc-plugin.version}</version> |
| 171 | + <executions> |
| 172 | + <execution> |
| 173 | + <id>attach-javadocs</id> |
| 174 | + <goals> |
| 175 | + <goal>jar</goal> |
| 176 | + </goals> |
| 177 | + </execution> |
| 178 | + </executions> |
| 179 | + </plugin> |
| 180 | + <plugin> |
| 181 | + <groupId>org.apache.maven.plugins</groupId> |
| 182 | + <artifactId>maven-source-plugin</artifactId> |
| 183 | + <version>${maven-source-plugin.version}</version> |
| 184 | + <executions> |
| 185 | + <execution> |
| 186 | + <id>attach-sources</id> |
| 187 | + <goals> |
| 188 | + <goal>jar-no-fork</goal> |
| 189 | + </goals> |
| 190 | + </execution> |
| 191 | + </executions> |
| 192 | + </plugin> |
192 | 193 | <plugin> |
193 | 194 | <groupId>org.apache.maven.plugins</groupId> |
194 | 195 | <artifactId>maven-gpg-plugin</artifactId> |
|
0 commit comments