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 110110 </dependency >
111111 </dependencies >
112112
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+
113125 <build >
114126 <pluginManagement >
115127 <plugins >
Original file line number Diff line number Diff line change 110110 </dependency >
111111 </dependencies >
112112
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+
113125 <build >
114126 <pluginManagement >
115127 <plugins >
You can’t perform that action at this time.
0 commit comments