File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 71
71
<plugin >
72
72
<groupId >org.apache.maven.plugins</groupId >
73
73
<artifactId >maven-javadoc-plugin</artifactId >
74
- <version >3.11.1 </version >
74
+ <version >3.11.2 </version >
75
75
<executions >
76
76
<execution >
77
77
<id >attach-javadoc</id >
111
111
<plugins >
112
112
<plugin >
113
113
<artifactId >maven-compiler-plugin</artifactId >
114
- <version >3.13 .0</version >
114
+ <version >3.14 .0</version >
115
115
<configuration >
116
116
<source >1.7</source >
117
117
<target >1.7</target >
128
128
<dependency >
129
129
<groupId >com.google.guava</groupId >
130
130
<artifactId >guava</artifactId >
131
- <version >33.3.1 -jre</version >
131
+ <version >33.4.8 -jre</version >
132
132
</dependency >
133
133
<dependency >
134
134
<groupId >junit</groupId >
139
139
<dependency >
140
140
<groupId >org.apache.logging.log4j</groupId >
141
141
<artifactId >log4j-core</artifactId >
142
- <version >2.24.1 </version >
142
+ <version >2.25.0 </version >
143
143
</dependency >
144
144
</dependencies >
145
145
You can’t perform that action at this time.
0 commit comments