Skip to content

Commit

Permalink
Merge branch 'main' into snyk-upgrade-afac8c1c5099979ce747556b32d45c1f
Browse files Browse the repository at this point in the history
  • Loading branch information
ahndmal authored Mar 5, 2024
2 parents f74f178 + 0df3f36 commit 68328ff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.10.0</version>
<version>4.12.0</version>
</dependency>

<!-- <dependency>-->
Expand All @@ -63,13 +63,13 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.15.2</version>
<version>2.16.0</version>
</dependency>
<!-- XML -->
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.15.2</version>
<version>2.16.0</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down Expand Up @@ -153,7 +153,7 @@
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny</artifactId>
<version>2.3.1</version>
<version>2.5.6</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
Expand All @@ -168,7 +168,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.15.3</version>
<version>1.17.1</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 68328ff

Please sign in to comment.