Skip to content

Commit 53d025e

Browse files
committed
2 parents 04bf974 + de59056 commit 53d025e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
java-version: '17'
3030
distribution: 'temurin'
3131
- name: Build with Gradle
32-
uses: gradle/gradle-build-action@f9b4995b32aa953765e0bc3fba98953bbd7b45cb
32+
uses: gradle/gradle-build-action@3122f2c659b52a78671a7862f5bc93f72823bb43
3333
with:
3434
arguments: build

build.gradle.kts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
plugins {
4-
id("org.springframework.boot") version "3.1.2"
4+
id("org.springframework.boot") version "3.1.3"
55
id("io.spring.dependency-management") version "1.1.3"
6-
kotlin("jvm") version "1.9.0"
7-
kotlin("plugin.spring") version "1.9.0"
8-
kotlin("plugin.serialization") version "1.9.0"
6+
kotlin("jvm") version "1.9.10"
7+
kotlin("plugin.spring") version "1.9.10"
8+
kotlin("plugin.serialization") version "1.9.10"
99
}
1010

1111
group = "com.fraktalio.example"
@@ -26,9 +26,9 @@ repositories {
2626
mavenCentral()
2727
}
2828

29-
extra["testcontainersVersion"] = "1.18.3"
29+
extra["testcontainersVersion"] = "1.19.0"
3030
extra["fmodelVersion"] = "3.5.0"
31-
extra["kotlinxSerializationJson"] = "1.5.1"
31+
extra["kotlinxSerializationJson"] = "1.6.0"
3232
extra["kotlinxCollectionsImmutable"] = "0.3.5"
3333
extra["kotlinLogging"] = "3.0.5"
3434
extra["kotlinxCoroutinesTest"] = "1.7.3"

0 commit comments

Comments
 (0)