File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 146
146
<netty4 .version>4.1.118.Final</netty4 .version>
147
147
<snappy-java .version>1.1.10.4</snappy-java .version>
148
148
<lz4-java .version>1.7.1</lz4-java .version>
149
- <byte-buddy .version>1.15.11 </byte-buddy .version>
149
+ <byte-buddy .version>1.17.6 </byte-buddy .version>
150
150
151
151
<!-- Maven protoc compiler -->
152
152
<protobuf-maven-plugin .version>0.5.1</protobuf-maven-plugin .version>
2219
2219
<groupId >org.apache.maven.plugins</groupId >
2220
2220
<artifactId >maven-shade-plugin</artifactId >
2221
2221
<version >${maven-shade-plugin.version} </version >
2222
+ <dependencies >
2223
+ <!--
2224
+ TODO: Remove ASM version management once upstream change released
2225
+ https://github.com/apache/maven-shade-plugin/pull/744
2226
+ -->
2227
+ <dependency >
2228
+ <groupId >org.ow2.asm</groupId >
2229
+ <artifactId >asm</artifactId >
2230
+ <version >9.8</version >
2231
+ </dependency >
2232
+ <dependency >
2233
+ <groupId >org.ow2.asm</groupId >
2234
+ <artifactId >asm-commons</artifactId >
2235
+ <version >9.8</version >
2236
+ </dependency >
2237
+ </dependencies >
2222
2238
</plugin >
2223
2239
<plugin >
2224
2240
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments