Skip to content

Commit 6601cbd

Browse files
committed
upgrade webjars-locator to 0.48
1 parent e5bf13c commit 6601cbd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<swagger-api.version>2.1.12</swagger-api.version>
6767
<swagger-ui.version>4.2.1</swagger-ui.version>
6868
<classgraph.version>4.8.138</classgraph.version>
69-
<webjars-locator-core.version>0.45</webjars-locator-core.version>
69+
<webjars-locator-core.version>0.48</webjars-locator-core.version>
7070
<gmavenplus-plugin.version>1.13.1</gmavenplus-plugin.version>
7171
<jaxb-impl.version>2.1</jaxb-impl.version>
7272
<javax.jws-api.version>1.1</javax.jws-api.version>
@@ -99,6 +99,10 @@
9999
<groupId>io.github.classgraph</groupId>
100100
<artifactId>classgraph</artifactId>
101101
</exclusion>
102+
<exclusion>
103+
<groupId>com.fasterxml.jackson.core</groupId>
104+
<artifactId>jackson-core</artifactId>
105+
</exclusion>
102106
</exclusions>
103107
</dependency>
104108
<dependency>

0 commit comments

Comments
 (0)