Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent 649af96 commit 5325fe6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
solr:
image: solr:9.7
image: solr:9.8
ports:
- "1044:1044" # Debugging port
- "8983:8983" # Solr admin interface
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<version.assertj>3.27.2</version.assertj>
<version.assertj>3.27.3</version.assertj>
<version.assertj-json>1.2.0</version.assertj-json>
<version.byteseek>2.0.3</version.byteseek>
<version.commons-text>1.13.0</version.commons-text>
<version.junit>5.11.4</version.junit>
<version.mockito>5.15.2</version.mockito>
<version.slf4j>2.0.16</version.slf4j>
<version.solr>9.7.0</version.solr>
<version.solr>9.8.0</version.solr>
<version.lucene>9.11.1</version.lucene>
<version.fmt-maven-plugin>2.25</version.fmt-maven-plugin>
<version.maven-gpg-plugin>3.2.7</version.maven-gpg-plugin>
Expand Down

0 comments on commit 5325fe6

Please sign in to comment.