File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 3131
3232 <!-- versions of transitive dependencies we need to override to avoid vulnerability alerts -->
3333 <junit-version >4.13.2</junit-version >
34+ <kotlin-version >1.6.21</kotlin-version >
3435
3536 <!-- This property should be empty by default. -->
3637 <surefireJvmArgs ></surefireJvmArgs >
151152 <version >${powermock-version} </version >
152153 <scope >test</scope >
153154 </dependency >
154- </dependencies >
155+ <dependency >
156+ <groupId >org.jetbrains.kotlin</groupId >
157+ <artifactId >kotlin-stdlib-jdk8</artifactId >
158+ <version >${kotlin-version} </version >
159+ </dependency >
160+ <dependency >
161+ <groupId >org.jetbrains.kotlin</groupId >
162+ <artifactId >kotlin-stdlib</artifactId >
163+ <version >${kotlin-version} </version >
164+ </dependency >
165+ </dependencies >
155166
156167 <build >
157168 <plugins >
You can’t perform that action at this time.
0 commit comments