File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 3.14.2
1+ 3.14.3
Original file line number Diff line number Diff line change 33 - build
44
55gradle-package :
6- image : gradle:9.3.0 -jdk25-alpine
6+ image : gradle:9.3.1 -jdk25-alpine
77 stage : package
88 script :
99 - gradle --build-cache assemble
Original file line number Diff line number Diff line change 1- FROM eclipse-temurin:25.0.1_8 -jre-alpine
1+ FROM eclipse-temurin:25.0.2_10 -jre-alpine
22
33COPY build/libs/app.jar /app.jar
44
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ version = "${version}"
55description = " ${description} "
66
77plugins {
8- kotlin(" jvm" ) version " 2.3.0 "
9- kotlin(" plugin.noarg" ) version " 2.3.0 "
10- kotlin(" plugin.spring" ) version " 2.3.0 "
8+ kotlin(" jvm" ) version " 2.3.10 "
9+ kotlin(" plugin.noarg" ) version " 2.3.10 "
10+ kotlin(" plugin.spring" ) version " 2.3.10 "
1111 id(" io.spring.dependency-management" ) version " 1.1.7"
12- id(" org.springframework.boot" ) version " 4.0.1 "
12+ id(" org.springframework.boot" ) version " 4.0.2 "
1313 id(" org.flywaydb.flyway" ) version " 12.0.0"
1414}
1515
@@ -48,7 +48,7 @@ dependencies {
4848 implementation(" org.apache.commons:commons-lang3" )
4949 implementation(" org.apache.commons:commons-pool2" )
5050 implementation(" org.apache.httpcomponents.client5:httpclient5" )
51- implementation(" org.apache.poi:poi-ooxml:5.4.0 " )
51+ implementation(" org.apache.poi:poi-ooxml:5.5.1 " )
5252 implementation(" org.flywaydb:flyway-core:12.0.0" )
5353 implementation(" org.flywaydb:flyway-mysql:12.0.0" )
5454 implementation(" org.mybatis.spring.boot:mybatis-spring-boot-starter:4.0.1" )
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.3.0 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.3.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 55 license = " MIT"
66 name = " code-generator-for-springboot"
77 readme = " README.md"
8- requires-python = " >=3.14.2 "
8+ requires-python = " >=3.14.3 "
99 version = " 1.0.0"
1010
1111[dependency-groups ]
12- dev = [" ruff>=0.14.11 " ]
12+ dev = [" ruff>=0.15.0 " ]
You can’t perform that action at this time.
0 commit comments