Skip to content

Commit

Permalink
[MINDEXER-193] Update dependencies (#320)
Browse files Browse the repository at this point in the history
* [MINDEXER-193] Update dependencies

Changes:
* spring 5.3.27 (demos)
* javax.annotation-api 1.3.2 (demos)
* sisu 0.9.0.M2
* resolver 1.9.11
* jetty 9.4.51 (test)

---

https://issues.apache.org/jira/browse/MINDEXER-193
  • Loading branch information
cstamas authored Jun 13, 2023
1 parent 3286aa6 commit c5ea36d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions indexer-examples/indexer-examples-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ under the License.
<description>This module contains Maven Indexer usage examples for integration with Spring.</description>

<properties>
<version.spring>5.3.26</version.spring>
<version.spring>5.3.27</version.spring>
</properties>

<dependencies>
<!-- For search app in general -->
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.2</version>
<version>1.3.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ under the License.
<failsafe.redirectTestOutputToFile>true</failsafe.redirectTestOutputToFile>
<checkstyle.violation.ignore>MagicNumber,ParameterNumber,MethodLength,JavadocType,AvoidNestedBlocks,InterfaceIsType</checkstyle.violation.ignore>

<eclipse-sisu.version>0.3.5</eclipse-sisu.version>
<eclipse-sisu.version>0.9.0.M2</eclipse-sisu.version>
<guice.version>5.1.0</guice.version>
<lucene.version>9.6.0</lucene.version>
<maven.version>3.9.1</maven.version>
Expand Down Expand Up @@ -266,7 +266,7 @@ under the License.
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-webapp</artifactId>
<version>9.4.49.v20220914</version>
<version>9.4.51.v20230217</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit c5ea36d

Please sign in to comment.