Skip to content

Commit e912be5

Browse files
committed
Fix Kotlin versions
1 parent 3d84d6c commit e912be5

File tree

1 file changed

+3
-0
lines changed
  • spring-cloud-function-context

1 file changed

+3
-0
lines changed

spring-cloud-function-context/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,13 @@
9898
<dependency>
9999
<groupId>org.jetbrains.kotlin</groupId>
100100
<artifactId>kotlin-stdlib-jdk8</artifactId>
101+
<version>2.2.20</version>
101102
<optional>true</optional>
102103
</dependency>
103104
<dependency>
104105
<groupId>org.jetbrains.kotlin</groupId>
105106
<artifactId>kotlin-reflect</artifactId>
107+
<version>2.2.20</version>
106108
<optional>true</optional>
107109
</dependency>
108110
<dependency>
@@ -169,6 +171,7 @@
169171
<plugin>
170172
<artifactId>kotlin-maven-plugin</artifactId>
171173
<groupId>org.jetbrains.kotlin</groupId>
174+
<version>2.2.20</version>
172175
<executions>
173176
<execution>
174177
<id>compile</id>

0 commit comments

Comments
 (0)