Skip to content

Commit

Permalink
#4221 - Upgrade dependencies
Browse files Browse the repository at this point in the history
- opensearch 1.3.12 -> 1.3.13
- opensearch-runner 1.3.7.0 -> 1.3.13.0
- commons-pool2 -> 2.12.0
- commons-dbcp2 -> 2.10.0
- commons-io 2.13.0 -> 2.14.0
- snappy 1.1.10.4 -> 1.1.10.5
- spring-boot 2.7.14 -> 2.17.15
- spring-data 2.7.14 -> 2.17.15
- sentry 6.29.0 -> 6.30.0
  • Loading branch information
reckart committed Oct 2, 2023
1 parent 1c9f184 commit d61cdd9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
16 changes: 13 additions & 3 deletions inception/inception-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,16 @@
<artifactId>commons-fileupload</artifactId>
<version>1.5</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
<version>2.12.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-dbcp2</artifactId>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
Expand Down Expand Up @@ -936,7 +946,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.13.0</version>
<version>2.14.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -971,7 +981,7 @@
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>1.1.10.4</version>
<version>1.1.10.5</version>
</dependency>

<!-- JAXB DEPENDENCIES -->
Expand Down Expand Up @@ -1139,7 +1149,7 @@
<groupId>org.codelibs.opensearch</groupId>
<artifactId>opensearch-runner</artifactId>
<!-- <version>${opensearch.version}.0</version>-->
<version>1.3.7.0</version>
<version>${opensearch.version}.0</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
<pdfbox.version>2.0.29</pdfbox.version>

<spring.version>5.3.30</spring.version>
<spring.boot.version>2.7.15</spring.boot.version>
<spring.data.version>2.7.15</spring.data.version>
<spring.boot.version>2.7.16</spring.boot.version>
<spring.data.version>2.7.16</spring.data.version>
<spring.security.version>5.8.7</spring.security.version>
<springdoc.version>1.7.0</springdoc.version>
<swagger.version>2.2.16</swagger.version>
Expand All @@ -93,7 +93,7 @@
<slf4j.version>2.0.9</slf4j.version>
<log4j2.version>2.20.0</log4j2.version>
<jboss.logging.version>3.5.3.Final</jboss.logging.version>
<sentry.version>6.29.0</sentry.version>
<sentry.version>6.30.0</sentry.version>

<tomcat.version>9.0.80</tomcat.version>
<servlet-api.version>4.0.1</servlet-api.version>
Expand Down Expand Up @@ -126,7 +126,7 @@
<!-- * 7.17.x depends on Lucene 8.11.1 -->
<!-- 8.1.x depends on Lucene 9.0.0 -->

<opensearch.version>1.3.12</opensearch.version>
<opensearch.version>1.3.13</opensearch.version>
<!-- * 1.3.5 depends on Lucene 8.10.1 -->
<!-- 2.x depends on Lucene 9.x -->

Expand Down

0 comments on commit d61cdd9

Please sign in to comment.