Skip to content

Commit

Permalink
bump mongo, kmongo versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brambg committed Oct 2, 2023
1 parent 0684aea commit c26fd03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
<jena.version>4.9.0</jena.version>
<json.version>20230227</json.version>
<kotlinx-cli-jvm.version>0.3.6</kotlinx-cli-jvm.version>
<kmongo.version>4.9.0</kmongo.version>
<mongodb.version>4.10.0</mongodb.version>
<kmongo.version>4.10.0</kmongo.version>
<mongodb.version>4.10.1</mongodb.version>
<mordant.version>2.1.0</mordant.version>
<problem.version>0.27.1</problem.version>
<slf4j.version>2.0.3</slf4j.version>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<dependency>
<groupId>org.litote.kmongo</groupId>
<artifactId>kmongo-native</artifactId>
<version>${mongodb.version}</version>
<version>${kmongo.version}</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
Expand Down

0 comments on commit c26fd03

Please sign in to comment.