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 2626 name : Set up Docker Buildx
2727 uses : docker/setup-buildx-action@v3
2828 - name : Validate Gradle wrapper
29- uses : gradle/actions/wrapper-validation@49ec880f92204d92aac59e81f28195de48b4a7fa
29+ uses : gradle/actions/wrapper-validation@0723195856401067f7a2779048b490ace7a47d7c
3030 - name : Build package
3131 run : ./gradlew build
3232 env :
Original file line number Diff line number Diff line change 2020 java-version : " 18"
2121 cache : " gradle"
2222 - name : Validate Gradle wrapper
23- uses : gradle/actions/wrapper-validation@49ec880f92204d92aac59e81f28195de48b4a7fa
23+ uses : gradle/actions/wrapper-validation@0723195856401067f7a2779048b490ace7a47d7c
2424 - name : Setup Gradle
25- uses : gradle/actions/setup-gradle@49ec880f92204d92aac59e81f28195de48b4a7fa
25+ uses : gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c
2626 - name : Publish Package
2727 env :
2828 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 88
99RUN gradle jar --no-daemon
1010
11- FROM eclipse-temurin:21.0.9_10 -jre
11+ FROM eclipse-temurin:21.0.10_7 -jre
1212
1313COPY --from=build /code/lib/build/libs/*.jar /app/app.jar
1414
Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ dependencies {
4646
4747 testImplementation ' io.grpc:grpc-testing:1.79.0'
4848 testImplementation ' io.grpc:grpc-inprocess:1.79.0'
49- testImplementation platform(' org.junit:junit-bom:6.0.2 ' )
50- testImplementation ' org.junit.jupiter:junit-jupiter:6.0.2 '
51- testImplementation ' org.junit.jupiter:junit-jupiter-api:6.0.2 '
49+ testImplementation platform(' org.junit:junit-bom:6.0.3 ' )
50+ testImplementation ' org.junit.jupiter:junit-jupiter:6.0.3 '
51+ testImplementation ' org.junit.jupiter:junit-jupiter-api:6.0.3 '
5252 testImplementation ' org.mockito:mockito-core:5.21.0'
5353 testImplementation ' org.mockito:mockito-junit-jupiter:5.21.0'
5454 testImplementation ' nl.jqno.equalsverifier:equalsverifier:4.4'
You can’t perform that action at this time.
0 commit comments