Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mindolph committed May 26, 2024
1 parent 7b4bc7a commit 56f3eb3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,25 @@
<commons.io.version>2.16.1</commons.io.version>
<commons.text.version>1.12.0</commons.text.version>
<commons.collections.version>4.4</commons.collections.version>
<commons.codec.version>1.16.1</commons.codec.version>
<commons.validator.version>1.6</commons.validator.version>
<commons.csv.version>1.10.0</commons.csv.version>
<commons.codec.version>1.17.0</commons.codec.version>
<commons.validator.version>1.8.0</commons.validator.version>
<commons.csv.version>1.11.0</commons.csv.version>
<swstate.version>2.0.1</swstate.version>
<plantuml.version>1.2024.4</plantuml.version>
<swiftboot.version>2.4.7</swiftboot.version>
<slf4j.version>2.0.13</slf4j.version>
<log4j2.version>2.23.1</log4j2.version>
<junit.version>5.10.2</junit.version>
<mfx.version>1.3.0</mfx.version>
<gson.version>2.10.1</gson.version>
<gson.version>2.11.0</gson.version>
<controlsfx.version>11.2.1</controlsfx.version>
<richtextfx.version>0.11.2</richtextfx.version>
<reactfx.version>2.0-M5</reactfx.version>
<!-- <reactor.version>3.5.3</reactor.version>-->
<jsoup.version>1.17.2</jsoup.version>
<json.version>20240303</json.version>
<flexmark.version>0.64.8</flexmark.version>
<langchain4j.version>0.30.0</langchain4j.version>
<langchain4j.version>0.31.0</langchain4j.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 56f3eb3

Please sign in to comment.