File tree Expand file tree Collapse file tree
src/test/java/org/sonarsource/scanner/lib/internal/cache Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 <scope >test</scope >
6969 </dependency >
7070 <dependency >
71- <groupId >commons-lang </groupId >
72- <artifactId >commons-lang </artifactId >
71+ <groupId >org.apache. commons</groupId >
72+ <artifactId >commons-lang3 </artifactId >
7373 <scope >test</scope >
7474 </dependency >
7575 <dependency >
Original file line number Diff line number Diff line change 2222import java .io .File ;
2323import java .io .IOException ;
2424import java .nio .file .Files ;
25- import org .apache .commons .lang .SystemUtils ;
25+ import org .apache .commons .lang3 .SystemUtils ;
2626import org .junit .Rule ;
2727import org .junit .Test ;
2828import org .junit .rules .TemporaryFolder ;
Original file line number Diff line number Diff line change 6060 <dependencyManagement >
6161 <dependencies >
6262 <dependency >
63- <groupId >commons-lang </groupId >
64- <artifactId >commons-lang </artifactId >
65- <version >2.6 </version >
63+ <groupId >org.apache. commons</groupId >
64+ <artifactId >commons-lang3 </artifactId >
65+ <version >3.14.0 </version >
6666 </dependency >
6767 <dependency >
6868 <groupId >commons-io</groupId >
You can’t perform that action at this time.
0 commit comments