@@ -42,7 +42,7 @@ limitations under the License.
42
42
43
43
<maven .compiler.source>1.8</maven .compiler.source>
44
44
<maven .compiler.target>1.8</maven .compiler.target>
45
- <jettyVersion >9.4.36.v20210114 </jettyVersion >
45
+ <jettyVersion >9.4.51.v20230217 </jettyVersion >
46
46
</properties >
47
47
48
48
<!-- Dependency versions -->
@@ -123,7 +123,7 @@ limitations under the License.
123
123
<dependency >
124
124
<groupId >commons-io</groupId >
125
125
<artifactId >commons-io</artifactId >
126
- <version >2.11 .0</version >
126
+ <version >2.14 .0</version >
127
127
</dependency >
128
128
<dependency >
129
129
<groupId >org.apache.commons</groupId >
@@ -133,13 +133,13 @@ limitations under the License.
133
133
<dependency >
134
134
<groupId >org.apache.commons</groupId >
135
135
<artifactId >commons-compress</artifactId >
136
- <version >1.21 </version >
136
+ <version >1.26.0 </version >
137
137
</dependency >
138
138
139
139
<dependency >
140
140
<groupId >com.google.code.gson</groupId >
141
141
<artifactId >gson</artifactId >
142
- <version >2.8.6 </version >
142
+ <version >2.8.9 </version >
143
143
</dependency >
144
144
145
145
<dependency >
@@ -171,7 +171,7 @@ limitations under the License.
171
171
<dependency >
172
172
<groupId >org.apache.thrift</groupId >
173
173
<artifactId >libthrift</artifactId >
174
- <version >0.13 .0</version >
174
+ <version >0.14 .0</version >
175
175
<exclusions >
176
176
<exclusion >
177
177
<artifactId >slf4j-api</artifactId >
0 commit comments