Skip to content

Commit

Permalink
#3673 - Update dependencies
Browse files Browse the repository at this point in the history
- junit 5.9.3 -> 5.9.10
- junit-platform 1.9.3 -> 1.10.0
- spring 5.3.28 -> 5.3.29
- spring-boot 2.7.13 -> 2.7.14
- spring-data 2.7.13 -> 2.7.14
- sentry 6.25.2 -> 6.27.0
- wicket-jquery-seletors 3.0.4 -> 3.0.5
- wicket-webjars 3.0.6 -> 3.0.7
- elasticsearch 7.17.9 -> 7.17.12
- rdf4j 4.3.3 -> 4.3.4
- commons-lang3 3.12.0 -> 3.13.0
- caffeine 3.1.6 -> 3.1.7
- jaxb-core 2.3.0 -> 2.3.0.1
- picocli-spring-boot 4.7.0 -> 4.7.4
  • Loading branch information
reckart committed Jul 29, 2023
1 parent 6b2449e commit 91b22c2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion inception/installEclipseSettings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function installPrefs {
cp -v $JDT_UI_PREFS $1/.settings/
}

installPrefsinception-active-learning
installPrefs inception-active-learning
installPrefs inception-agreement
installPrefs inception-annotation-storage
installPrefs inception-api
Expand Down
34 changes: 17 additions & 17 deletions inception/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
<dkpro.core.testCachePath>${session.executionRootDirectory}/cache/dkpro-core-datasets</dkpro.core.testCachePath>
<excludedTestCategories>slow</excludedTestCategories>

<junit-jupiter.version>5.9.3</junit-jupiter.version>
<junit-platform.version>1.9.3</junit-platform.version>
<junit-jupiter.version>5.10.0</junit-jupiter.version>
<junit-platform.version>1.10.0</junit-platform.version>
<mockito.version>5.4.0</mockito.version>
<assertj.version>3.24.2</assertj.version>

Expand All @@ -77,9 +77,9 @@

<pdfbox.version>2.0.29</pdfbox.version>

<spring.version>5.3.28</spring.version>
<spring.boot.version>2.7.13</spring.boot.version>
<spring.data.version>2.7.13</spring.data.version>
<spring.version>5.3.29</spring.version>
<spring.boot.version>2.7.14</spring.boot.version>
<spring.data.version>2.7.14</spring.data.version>
<spring.security.version>5.8.5</spring.security.version>
<springdoc.version>1.6.14</springdoc.version>
<swagger.version>2.2.15</swagger.version>
Expand All @@ -88,7 +88,7 @@
<slf4j.version>2.0.7</slf4j.version>
<log4j2.version>2.20.0</log4j2.version>
<jboss.logging.version>3.5.3.Final</jboss.logging.version>
<sentry.version>6.25.2</sentry.version>
<sentry.version>6.27.0</sentry.version>

<tomcat.version>9.0.78</tomcat.version>
<servlet-api.version>4.0.1</servlet-api.version>
Expand All @@ -102,8 +102,8 @@
<wicketstuff.version>9.14.0</wicketstuff.version>
<wicket-jquery-ui.version>9.12.0</wicket-jquery-ui.version>
<wicket-bootstrap.version>6.0.4</wicket-bootstrap.version>
<wicket-jquery-selectors.version>3.0.4</wicket-jquery-selectors.version>
<wicket-webjars.version>3.0.6</wicket-webjars.version>
<wicket-jquery-selectors.version>3.0.5</wicket-jquery-selectors.version>
<wicket-webjars.version>3.0.7</wicket-webjars.version>
<!-- Stuck with 3.1.6: https://github.com/MarcGiffing/wicket-spring-boot/issues/199 -->
<wicket-spring-boot.version>3.1.6</wicket-spring-boot.version>

Expand All @@ -116,16 +116,16 @@
<!-- * 8.11.1.0 depends on Lucene 8.11.1 -->
<!-- no mtas depends on Lucene 9.x -->

<elasticsearch.version>7.17.9</elasticsearch.version>
<!-- 7.10.2 depends on Lucene 8.7.0 - last ASL 2.0 version! -->
<!-- * 7.17.1 depends on Lucene 8.11.1 -->
<!-- 8.1.1 depends on Lucene 9.0.0 -->
<elasticsearch.version>7.17.12</elasticsearch.version>
<!-- 7.10.x depends on Lucene 8.7.0 - last ASL 2.0 version! -->
<!-- * 7.17.x depends on Lucene 8.11.1 -->
<!-- 8.1.x depends on Lucene 9.0.0 -->

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

<rdf4j.version>4.3.3</rdf4j.version>
<rdf4j.version>4.3.4</rdf4j.version>
<!-- * 4.3.x depends on Lucene 8.9.x -->

<jena.version>4.6.1</jena.version>
Expand Down Expand Up @@ -1909,7 +1909,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
<version>3.13.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand All @@ -1929,7 +1929,7 @@
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>3.1.6</version>
<version>3.1.7</version>
</dependency>
<dependency>
<groupId>org.xerial.snappy</groupId>
Expand All @@ -1946,7 +1946,7 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>2.3.0</version>
<version>2.3.0.1</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
Expand Down Expand Up @@ -2209,7 +2209,7 @@
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli-spring-boot-starter</artifactId>
<version>4.7.0</version>
<version>4.7.4</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 91b22c2

Please sign in to comment.