File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
kotlin(" plugin.jpa" ) version " 2.0.21"
8
8
id(" org.springframework.boot" ) version " 3.3.5"
9
9
id(" io.spring.dependency-management" ) version " 1.1.6"
10
- id(" com.expediagroup.graphql" ) version " 8.2.0 "
10
+ id(" com.expediagroup.graphql" ) version " 8.2.1 "
11
11
id(" org.sonarqube" ) version " 5.1.0.4882"
12
12
jacoco
13
13
}
@@ -37,7 +37,7 @@ val springMockkVersion = "4.0.2"
37
37
val mockkVersion = " 1.13.13"
38
38
val guavaVersion = " 33.3.1-jre"
39
39
val orgJsonVersion = " 20240303"
40
- val graphQLKotlinVersion = " 8.2.0 "
40
+ val graphQLKotlinVersion = " 8.2.1 "
41
41
val k9FormatVersion = " 9.5.0"
42
42
val teamDokumenthåndteringAvroSchemaVersion = " 357738b9"
43
43
val testContainersVersion = " 1.20.3"
@@ -136,7 +136,7 @@ dependencies {
136
136
}
137
137
implementation(" io.confluent:kafka-connect-avro-converter:$confluentVersion " )
138
138
implementation(" io.confluent:kafka-avro-serializer:$confluentVersion " )
139
- implementation(" org.apache.avro:avro:1.11.4 " )
139
+ implementation(" org.apache.avro:avro:1.12.0 " )
140
140
testImplementation(" org.springframework.kafka:spring-kafka-test" )
141
141
142
142
// PDF
You can’t perform that action at this time.
0 commit comments