Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaSenchenko committed Oct 13, 2023
1 parent ad077d3 commit 70c48c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
<dependency>
<groupId>org.folio</groupId>
<artifactId>mod-source-record-storage-client</artifactId>
<version>5.7.0-SNAPSHOT</version>
<version>5.7.0</version>
<exclusions>
<!-- This is provided by JDK >= 9 causing a compile error (Eclipse doesn't suppress this compile error):
"The package org.xml.sax is accessible from more than one module: <unnamed>, java.xml"
Expand All @@ -241,7 +241,7 @@
<dependency>
<groupId>org.folio</groupId>
<artifactId>mod-source-record-manager-client</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.0</version>
<exclusions>
<!-- This is provided by JDK >= 9 causing a compile error (Eclipse doesn't suppress this compile error):
"The package org.xml.sax is accessible from more than one module: <unnamed>, java.xml"
Expand Down Expand Up @@ -322,7 +322,7 @@
<vertx.version>4.3.3</vertx.version>
<jsonschema2pojo_output_dir>${project.build.directory}/generated-sources/jsonschema2pojo</jsonschema2pojo_output_dir>
<httpcomponents.version>4.5.13</httpcomponents.version>
<lombok.version>1.18.22</lombok.version>
<lombok.version>1.18.30</lombok.version>
<postgres.version>42.5.1</postgres.version>
<liquibase.version>4.9.1</liquibase.version>
<kafkaclients.version>3.1.0</kafkaclients.version>
Expand Down

0 comments on commit 70c48c9

Please sign in to comment.