Skip to content

Commit 5df7adf

Browse files
authored
Merge pull request #101 from IABTechLab/aul-UID2-000-remove-pebble-due-to-vulnerability
Remove vulnerable dependency - it's not used anyway
2 parents 2b8c0bb + a8f5e13 commit 5df7adf

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.uid2</groupId>
88
<artifactId>uid2-e2e</artifactId>
9-
<version>4.0.20</version>
9+
<version>4.0.21-alpha-68-SNAPSHOT</version>
1010

1111
<properties>
1212
<maven.compiler.source>21</maven.compiler.source>
@@ -76,11 +76,6 @@
7676
<artifactId>vertx-auth-oauth2</artifactId>
7777
<version>${vertx.version}</version>
7878
</dependency>
79-
<dependency>
80-
<groupId>io.vertx</groupId>
81-
<artifactId>vertx-web-templ-pebble</artifactId>
82-
<version>${vertx.version}</version>
83-
</dependency>
8479
<dependency>
8580
<groupId>com.fasterxml.jackson.core</groupId>
8681
<artifactId>jackson-databind</artifactId>

0 commit comments

Comments
 (0)