File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.springframework.boot</groupId >
66 <artifactId >spring-boot-starter-parent</artifactId >
7- <version >3.1.9 </version >
7+ <version >3.4.3 </version >
88 <relativePath />
99 </parent >
1010
5151
5252 <properties >
5353 <java .version>17</java .version>
54- <tosan .mask.version>2.2 .0</tosan .mask.version>
54+ <tosan .mask.version>2.3 .0</tosan .mask.version>
5555 </properties >
5656
5757 <dependencyManagement >
110110 <plugin >
111111 <groupId >org.apache.maven.plugins</groupId >
112112 <artifactId >maven-release-plugin</artifactId >
113- <version >3.0 .1</version >
113+ <version >3.1 .1</version >
114114 <configuration >
115115 <tagNameFormat >v@{project.version}</tagNameFormat >
116116 <releaseProfiles >release</releaseProfiles >
149149 <plugin >
150150 <groupId >org.apache.maven.plugins</groupId >
151151 <artifactId >maven-gpg-plugin</artifactId >
152- <version >3.1.0 </version >
152+ <version >3.2.7 </version >
153153 <executions >
154154 <execution >
155155 <id >sign-artifacts</id >
169169 <plugin >
170170 <groupId >org.sonatype.plugins</groupId >
171171 <artifactId >nexus-staging-maven-plugin</artifactId >
172- <version >1.6.13 </version >
172+ <version >1.6.14 </version >
173173 <extensions >true</extensions >
174174 <configuration >
175175 <serverId >ossrh</serverId >
192192 </distributionManagement >
193193 </profile >
194194 </profiles >
195- </project >
195+ </project >
You can’t perform that action at this time.
0 commit comments