File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4747
4848 - name : Extract metadata (tags, labels) for Docker
4949 id : meta
50- uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8 .0
50+ uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10 .0
5151 with :
5252 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5353
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114
115115 - name : Extract metadata (tags, labels) for Docker
116116 id : meta
117- uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8 .0
117+ uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10 .0
118118 if : (steps.tag-action.outputs.tag != '')
119119 with :
120120 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
Original file line number Diff line number Diff line change 1- FROM --platform=linux/x86_64 eclipse-temurin:21.0.8_9 -jre-alpine@sha256:990397e0495ac088ab6ee3d949a2e97b715a134d8b96c561c5d130b3786a489d
1+ FROM --platform=linux/x86_64 eclipse-temurin:21.0.9_10 -jre-alpine@sha256:326837fba06a8ff5482a17bafbd65319e64a6e997febb7c85ebe7e3f73c12b11
22
33RUN apk --no-cache upgrade && apk --no-cache add curl ca-certificates
44
Original file line number Diff line number Diff line change 11import com.expediagroup.graphql.plugin.gradle.tasks.GraphQLGenerateClientTask
22
33plugins {
4- id(" org.springframework.boot" ) version " 3.5.7 "
4+ id(" org.springframework.boot" ) version " 3.5.8 "
55 id(" io.spring.dependency-management" ) version " 1.1.7"
66 id(" com.expediagroup.graphql" ) version " 8.8.1"
77 id(" io.gitlab.arturbosch.detekt" ) version " 1.23.8"
8- kotlin(" jvm" ) version " 2.0 .21"
9- kotlin(" plugin.spring" ) version " 2.0 .21"
8+ kotlin(" jvm" ) version " 2.2 .21"
9+ kotlin(" plugin.spring" ) version " 2.2 .21"
1010 jacoco
1111}
1212
@@ -23,7 +23,7 @@ repositories {
2323 mavenCentral()
2424}
2525
26- extra[" springCloudVersion" ] = " 2025.0 .0"
26+ extra[" springCloudVersion" ] = " 2025.1 .0"
2727
2828dependencyManagement {
2929 imports {
@@ -43,7 +43,7 @@ dependencies {
4343 implementation(" org.jetbrains.kotlin:kotlin-reflect" )
4444 implementation(" com.fasterxml.jackson.core:jackson-annotations:2.20" )
4545 implementation(" com.expediagroup:graphql-kotlin-spring-client:8.8.1" )
46- developmentOnly(" io.netty:netty-resolver-dns-native-macos:4.2.7 .Final" ) {
46+ developmentOnly(" io.netty:netty-resolver-dns-native-macos:4.2.8 .Final" ) {
4747 artifact {
4848 classifier = " osx-aarch_64"
4949 }
You can’t perform that action at this time.
0 commit comments