File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 build :
10- uses : valitydev/java-workflow/.github/workflows/maven-library-build.yml@v3
10+ uses : valitydev/java-workflow/.github/workflows/maven-library-build.yml@v4
Original file line number Diff line number Diff line change 88
99jobs :
1010 deploy :
11- uses : valitydev/java-workflow/.github/workflows/maven-library-deploy.yml@v3
11+ uses : valitydev/java-workflow/.github/workflows/maven-library-deploy.yml@v4
1212 secrets :
1313 server-username : ${{ secrets.OSSRH_USERNAME }}
1414 server-password : ${{ secrets.OSSRH_TOKEN }}
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >dev.vality</groupId >
99 <artifactId >library-parent-pom</artifactId >
10- <version >3 .0.1 </version >
10+ <version >4 .0.0 </version >
1111 </parent >
1212
1313 <artifactId >shared-resources</artifactId >
14- <version >3 .0.1 </version >
14+ <version >4 .0.0 </version >
1515 <packaging >jar</packaging >
1616
1717 <name >Java shared resources</name >
4242 <dependency >
4343 <groupId >org.springframework.boot</groupId >
4444 <artifactId >spring-boot</artifactId >
45- <version >3.5.0 </version >
45+ <version >4.0.1 </version >
4646 <scope >provided</scope >
4747 </dependency >
4848 <dependency >
6161 <plugins >
6262 <plugin >
6363 <artifactId >maven-remote-resources-plugin</artifactId >
64- <version >3.0 .0</version >
64+ <version >3.3 .0</version >
6565 <executions >
6666 <execution >
6767 <goals >
Original file line number Diff line number Diff line change 1- FROM ghcr.io/valitydev/temurin-jemalloc:sha-14c0b34
1+ FROM ghcr.io/valitydev/temurin-jemalloc:sha-402a042
22
33RUN useradd -s /bin/false -U -u 20000 vality
44
You can’t perform that action at this time.
0 commit comments