File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed
Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.github.bbottema</groupId >
88 <artifactId >modular-project-parent</artifactId >
9- <version >1.0.14 </version >
9+ <version >1.0.16 </version >
1010 </parent >
1111
1212 <groupId >org.simplejavamail</groupId >
6565 <dependency >
6666 <groupId >org.powermock</groupId >
6767 <artifactId >powermock-module-junit4</artifactId >
68- <version >2.0.4 </version >
68+ <version >2.0.9 </version >
6969 <scope >test</scope >
7070 </dependency >
7171 <dependency >
7272 <groupId >org.powermock</groupId >
7373 <artifactId >powermock-api-mockito2</artifactId >
74- <version >2.0.4 </version >
74+ <version >2.0.9 </version >
7575 <scope >test</scope >
7676 </dependency >
7777 <dependency >
100100 <artifactId >jsr305</artifactId >
101101 <version >3.0.2</version >
102102 </dependency >
103+ <dependency >
104+ <groupId >net.bytebuddy</groupId >
105+ <artifactId >byte-buddy-agent</artifactId >
106+ <version >1.10.14</version >
107+ </dependency >
108+ <dependency >
109+ <groupId >net.bytebuddy</groupId >
110+ <artifactId >byte-buddy</artifactId >
111+ <version >1.10.14</version >
112+ </dependency >
113+ <dependency >
114+ <groupId >junit</groupId >
115+ <artifactId >junit</artifactId >
116+ <version >4.13.1</version >
117+ </dependency >
103118 </dependencies >
104119 </dependencyManagement >
105120
You can’t perform that action at this time.
0 commit comments