Skip to content

Commit 8ccb171

Browse files
committed
Update airbase to version 139
1 parent 1a529fd commit 8ccb171

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

docs/pom.xml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,16 @@
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>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>
@@ -2211,7 +2211,7 @@
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>

0 commit comments

Comments
 (0)