Skip to content

Commit

Permalink
#4545 - Upgrade dependencies
Browse files Browse the repository at this point in the history
- commons-logging 1.3.0 -> 1.3.1
- byte-buddy 1.14.2 -> 1.14.3
- opensaml 4.3.0 -> 4.3.1
- spring-security 5.8.10 -> 5.8.11
- springdoc 1.7.0 -> 1.8.0
- swagger 2.2.20 -> 2.2.21
- wicket/wicketstuff 9.16.0 -> 9.17.0
- elasticsearch 7.17.18 -> 7.17.19
- rdf4j 4.3.10 -> 4.3.11
  • Loading branch information
reckart committed Apr 3, 2024
1 parent 3076222 commit ced0a28
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions inception/inception-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</dependency>

<!-- Jena -->
Expand Down Expand Up @@ -689,12 +689,12 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.12</version>
<version>1.14.13</version>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.14.12</version>
<version>1.14.13</version>
</dependency>
<dependency>
<groupId>org.wicketstuff</groupId>
Expand Down Expand Up @@ -774,7 +774,7 @@
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-bom</artifactId>
<version>4.3.0</version>
<version>4.3.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@
<spring.version>5.3.33</spring.version>
<spring.boot.version>2.7.18</spring.boot.version>
<spring.data.version>2.7.18</spring.data.version>
<spring.security.version>5.8.10</spring.security.version>
<springdoc.version>1.7.0</springdoc.version>
<swagger.version>2.2.20</swagger.version>
<spring.security.version>5.8.11</spring.security.version>
<springdoc.version>1.8.0</springdoc.version>
<swagger.version>2.2.21</swagger.version>
<jjwt.version>0.12.5</jjwt.version>

<slf4j.version>2.0.12</slf4j.version>
Expand All @@ -107,8 +107,8 @@
<hibernate.version>5.6.15.Final</hibernate.version>
<hibernate.validator.version>6.2.5.Final</hibernate.validator.version>

<wicket.version>9.16.0</wicket.version>
<wicketstuff.version>9.16.0</wicketstuff.version>
<wicket.version>9.17.0</wicket.version>
<wicketstuff.version>9.17.0</wicketstuff.version>
<wicket-jquery-ui.version>9.12.0</wicket-jquery-ui.version>
<wicket-bootstrap.version>6.0.5</wicket-bootstrap.version>
<wicket-jquery-selectors.version>3.0.6</wicket-jquery-selectors.version>
Expand All @@ -125,7 +125,7 @@
<!-- * 8.11.1.0 depends on Lucene 8.11.1 -->
<!-- no mtas depends on Lucene 9.x -->

<elasticsearch.version>7.17.18</elasticsearch.version>
<elasticsearch.version>7.17.19</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 -->
Expand All @@ -134,7 +134,7 @@
<!-- * 1.3.5 depends on Lucene 8.10.1 -->
<!-- 2.x depends on Lucene 9.x -->

<rdf4j.version>4.3.10</rdf4j.version>
<rdf4j.version>4.3.11</rdf4j.version>
<!-- * 4.3.x depends on Lucene 8.9.x -->
<!-- * 5.x.x depends on Lucene 9.x.x -->

Expand Down

0 comments on commit ced0a28

Please sign in to comment.