Skip to content

Commit ad762f1

Browse files
authored
Bump java to 25 (#43)
1 parent 0e636bc commit ad762f1

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ on:
77

88
jobs:
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

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
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 }}

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
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>
@@ -42,7 +42,7 @@
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>
@@ -61,7 +61,7 @@
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>

src/main/resources/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/valitydev/temurin-jemalloc:sha-14c0b34
1+
FROM ghcr.io/valitydev/temurin-jemalloc:sha-402a042
22

33
RUN useradd -s /bin/false -U -u 20000 vality
44

0 commit comments

Comments
 (0)