File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
repo/artifacts-tests/src/test/resources/org/jetbrains/kotlin/kotlin-project Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 110
110
</dependency >
111
111
</dependencies >
112
112
113
+ <dependencyManagement >
114
+ <dependencies >
115
+ <dependency >
116
+ <!-- Force commons-io to 2.18.0 because of vulnerability -->
117
+ <!-- KT-80213 Vulnerability in tools/kotlin-maven-plugin-test/pom.xml -->
118
+ <groupId >commons-io</groupId >
119
+ <artifactId >commons-io</artifactId >
120
+ <version >2.18.0</version >
121
+ </dependency >
122
+ </dependencies >
123
+ </dependencyManagement >
124
+
113
125
<build >
114
126
<pluginManagement >
115
127
<plugins >
Original file line number Diff line number Diff line change 110
110
</dependency >
111
111
</dependencies >
112
112
113
+ <dependencyManagement >
114
+ <dependencies >
115
+ <dependency >
116
+ <!-- Force commons-io to 2.18.0 because of vulnerability -->
117
+ <!-- KT-80213 Vulnerability in tools/kotlin-maven-plugin-test/pom.xml -->
118
+ <groupId >commons-io</groupId >
119
+ <artifactId >commons-io</artifactId >
120
+ <version >2.18.0</version >
121
+ </dependency >
122
+ </dependencies >
123
+ </dependencyManagement >
124
+
113
125
<build >
114
126
<pluginManagement >
115
127
<plugins >
You can’t perform that action at this time.
0 commit comments