File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 2323 <groupId >com.mycila</groupId >
2424 <artifactId >license-maven-plugin</artifactId >
2525 <configuration >
26- <excludes combine.children=" append" >
27- <exclude >**/*.conf</exclude >
28- <exclude >**/*.css</exclude >
29- <exclude >**/*.js</exclude >
30- <exclude >**/*.fragment</exclude >
31- </excludes >
26+ <licenseSets >
27+ <licenseSet >
28+ <excludes combine.children=" append" >
29+ <exclude >**/*.conf</exclude >
30+ <exclude >**/*.css</exclude >
31+ <exclude >**/*.js</exclude >
32+ <exclude >**/*.fragment</exclude >
33+ </excludes >
34+ </licenseSet >
35+ </licenseSets >
3236 </configuration >
3337 </plugin >
3438 </plugins >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >io.airlift</groupId >
77 <artifactId >airbase</artifactId >
8- <version >138 </version >
8+ <version >139 </version >
99 </parent >
1010
1111 <groupId >io.trino</groupId >
22112211 <DynamicDependency >
22122212 <groupId >org.junit.platform</groupId >
22132213 <artifactId >junit-platform-launcher</artifactId >
2214- <version >1.9.2 </version > <!-- legacy version which Surefire seems to need for some reason -->
2214+ <version >1.9.3 </version > <!-- legacy version which Surefire seems to need for some reason -->
22152215 <type >jar</type >
22162216 <repositoryType >MAIN</repositoryType >
22172217 </DynamicDependency >
You can’t perform that action at this time.
0 commit comments