Pre Merge pull request !74 from 商先森/2.5.0-release-fixCVE-2024-38809

pull/74/MERGE
商先森 5 months ago committed by Gitee
commit 7247026caa
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -147,5 +147,4 @@
</distributionManagement> </distributionManagement>
</profile> </profile>
</profiles> </profiles>
</project> </project>

@ -0,0 +1 @@
docker build -t yfp-acr-registry.cn-beijing.cr.aliyuncs.com/cssyq/qyd/xxl-job:2.5.1 .

@ -15,6 +15,13 @@
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>${spring.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>

Loading…
Cancel
Save