We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d84d6c commit e912be5Copy full SHA for e912be5
1 file changed
spring-cloud-function-context/pom.xml
@@ -98,11 +98,13 @@
98
<dependency>
99
<groupId>org.jetbrains.kotlin</groupId>
100
<artifactId>kotlin-stdlib-jdk8</artifactId>
101
+ <version>2.2.20</version>
102
<optional>true</optional>
103
</dependency>
104
105
106
<artifactId>kotlin-reflect</artifactId>
107
108
109
110
@@ -169,6 +171,7 @@
169
171
<plugin>
170
172
<artifactId>kotlin-maven-plugin</artifactId>
173
174
175
<executions>
176
<execution>
177
<id>compile</id>
0 commit comments