Skip to content

Commit

Permalink
some minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Jan 16, 2025
1 parent cb0a728 commit 8c37dab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions poms-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<bytebuddy.version>1.15.11</bytebuddy.version>
<assertj.version>3.27.2</assertj.version>
<xmlunit.version>2.10.0</xmlunit.version>
<wiremock.version>3.9.2</wiremock.version>
<wiremock.version>3.10.0</wiremock.version>


<resteasy.version>7.0.0.Alpha4</resteasy.version>
Expand All @@ -88,14 +88,14 @@
<httpcomponents.version>4.5.14</httpcomponents.version>
<httpcomponentscore.version>4.4.16</httpcomponentscore.version>

<swagger3.version>2.2.27</swagger3.version>
<swagger3.version>2.2.28</swagger3.version>
<swagger3-parser.version>2.1.24</swagger3-parser.version>

<ehcache3.version>3.10.8</ehcache3.version>
<wss4j.version>2.2.1</wss4j.version> <!-- cxf version depends -->
<saxon.version>12.5</saxon.version>
<javassist.version>3.30.2-GA</javassist.version>
<scala.version>2.13.15</scala.version>
<scala.version>2.13.16</scala.version>

<!-- https://github.com/elastic/elasticsearch-py/issues/1639 -->

Expand Down Expand Up @@ -724,12 +724,12 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.12.0</version>
<version>1.13.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
<version>1.12.0</version>
<version>1.13.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 8c37dab

Please sign in to comment.