6 Commits

Author SHA1 Message Date
df24cc14d0 Pin dependencies
All checks were successful
Build / build (pull_request) Successful in 57s
2026-05-03 18:57:15 +00:00
81a438acf3 Merge pull request 'Update eclipse-temurin Docker tag to v25' (#14) from renovate/eclipse-temurin-25.x into master
All checks were successful
Deploy / build (push) Successful in 1m26s
Reviewed-on: #14
2026-05-03 18:39:12 +02:00
148ad8d52e Merge branch 'master' into renovate/eclipse-temurin-25.x
All checks were successful
Build / build (pull_request) Successful in 52s
2026-05-03 18:38:15 +02:00
2c21af81c4 Merge pull request 'Update all minor and patch updates' (#19) from renovate/all-minor-patch into master
All checks were successful
Deploy / build (push) Successful in 1m8s
2026-05-03 13:16:08 +02:00
c10ff0de3b Update all minor and patch updates
All checks were successful
Build / build (pull_request) Successful in 1m33s
2026-05-03 11:08:07 +00:00
7cd63fa01d Update eclipse-temurin Docker tag to v25
All checks were successful
Build / build (pull_request) Successful in 1m9s
2026-05-02 21:00:59 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM eclipse-temurin:21-alpine@sha256:bcc7ec7e8fef937ba9f01ee5f810361d722c6b5dbe19ac188ab7b25c1a4dd2c9
FROM eclipse-temurin:25-alpine@sha256:30d9f87d702c2c1c601ed0d31e0c88ea1ea474ee7676cda7b7a59e759181c4dd
WORKDIR /app
ADD ./build/libs/pcinv-0.0.1-SNAPSHOT.jar /app/pcinv.jar
ENTRYPOINT ["java", "-jar", "pcinv.jar"]

View File

@@ -29,7 +29,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.3")
implementation("org.modelmapper:modelmapper:3.2.3")
implementation("org.modelmapper:modelmapper:3.2.6")
compileOnly("org.projectlombok:lombok")
developmentOnly("org.springframework.boot:spring-boot-devtools")
runtimeOnly("org.postgresql:postgresql")

View File

@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME