File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ import com.expediagroup.graphql.plugin.gradle.tasks.GraphQLGenerateClientTask
2
2
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
3
3
4
4
plugins {
5
- kotlin(" jvm" ) version " 1.9.24 "
6
- kotlin(" plugin.spring" ) version " 1.9.24 "
7
- kotlin(" plugin.jpa" ) version " 1.9.24 "
8
- id(" org.springframework.boot" ) version " 3.2.5 "
5
+ kotlin(" jvm" ) version " 2.0.0 "
6
+ kotlin(" plugin.spring" ) version " 2.0.0 "
7
+ kotlin(" plugin.jpa" ) version " 2.0.0 "
8
+ id(" org.springframework.boot" ) version " 3.3.0 "
9
9
id(" io.spring.dependency-management" ) version " 1.1.5"
10
10
id(" com.expediagroup.graphql" ) version " 7.1.1"
11
11
id(" org.sonarqube" ) version " 5.0.0.4638"
@@ -23,7 +23,7 @@ configurations {
23
23
}
24
24
25
25
val confluentVersion = " 7.6.1"
26
- val springCloudVersion = " 4.1.2 "
26
+ val springCloudVersion = " 4.1.3 "
27
27
val logstashLogbackEncoderVersion = " 7.4"
28
28
val tokenSupportVersion = " 4.1.7"
29
29
val retryVersion = " 2.0.6"
You can’t perform that action at this time.
0 commit comments