Skip to content

Commit

Permalink
Merge pull request #632 from GluuFederation/version_4.5.3_libs_update
Browse files Browse the repository at this point in the history
chore: Version 4.5.3 libs update
  • Loading branch information
duttarnab authored Nov 21, 2023
2 parents c90fd5d + 0203728 commit c854520
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions oxd-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<properties>
<dbcp.version>1.4</dbcp.version>
<h2.version>2.1.210</h2.version>
<dropwizard.version>3.0.0</dropwizard.version>
<dropwizard.version>3.0.4</dropwizard.version>
<jersey-test-framework-provider>2.29.1</jersey-test-framework-provider>
<generate.windows.exe>false</generate.windows.exe>
<commons-daemon.bin.version>1.2.1</commons-daemon.bin.version>
Expand Down Expand Up @@ -437,6 +437,12 @@
<artifactId>oxd-gen-client</artifactId>
<version>${project.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.gluu</groupId>
Expand Down Expand Up @@ -494,7 +500,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
<version>2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -544,10 +550,21 @@
<artifactId>zipkin-reporter</artifactId>
<version>2.16.4</version>
</dependency>
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>io.zipkin.reporter2</groupId>
<artifactId>zipkin-sender-okhttp3</artifactId>
<version>2.16.4</version>
<exclusions>
<exclusion>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.gluu</groupId>
Expand Down Expand Up @@ -624,11 +641,23 @@
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-remote-driver</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-support</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
Expand Down

0 comments on commit c854520

Please sign in to comment.