Skip to content

Commit

Permalink
Upgrading Swagger UI, Font Awesome and Tika
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Feb 1, 2025
1 parent d3fed9e commit 18965b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -442,14 +442,14 @@ under the License.
<cas-client.version>4.0.4</cas-client.version>

<swagger-core.version>2.2.28</swagger-core.version>
<swagger-ui.version>5.18.2</swagger-ui.version>
<swagger-ui.version>5.18.3</swagger-ui.version>

<jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
<jquery-cookie.version>1.4.1-1</jquery-cookie.version>

<bootbox.version>6.0.0</bootbox.version>
<bootstrap5-toggle.version>5.1.1</bootstrap5-toggle.version>
<font-awesome.version>6.7.1</font-awesome.version>
<font-awesome.version>6.7.2</font-awesome.version>
<ionicons.version>2.0.1</ionicons.version>
<codemirror.version>5.62.2</codemirror.version>
<googlediffmatchpath.version>895a9512bb</googlediffmatchpath.version>
Expand Down Expand Up @@ -891,7 +891,7 @@ under the License.
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -2055,7 +2055,7 @@ under the License.
<link>https://nightlies.apache.org/wicket/apidocs/10.x/</link>
<link>https://commons.apache.org/proper/commons-lang/javadocs/api-release/</link>
<link>https://commons.apache.org/proper/commons-jexl/apidocs/</link>
<link>https://tika.apache.org/3.0.0/api/</link>
<link>https://tika.apache.org/3.1.0/api/</link>
<link>https://docs.spring.io/spring-boot/3.4/api/java/</link>
<link>https://docs.spring.io/spring-framework/docs/6.2.x/javadoc-api/</link>
<link>https://docs.spring.io/spring-security/site/docs/6.4.x/api/</link>
Expand Down

0 comments on commit 18965b4

Please sign in to comment.