Skip to content

Commit

Permalink
#3688 - Update dependencies
Browse files Browse the repository at this point in the history
- wicket-spring-boot 3.1.7-> 3.1.6 -- downgrade due to Problem with 3.1.7 MarcGiffing/wicket-spring-boot#199
- tomcat 9.0.69 -> 9.0.70
  • Loading branch information
reckart committed Jan 5, 2023
1 parent e9ed862 commit 93a5197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inception/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

<groovy.version>3.0.14</groovy.version>

<tomcat.version>9.0.69</tomcat.version>
<tomcat.version>9.0.70</tomcat.version>
<servlet-api.version>4.0.1</servlet-api.version>

<mariadb.driver.version>2.7.7</mariadb.driver.version>
Expand All @@ -102,7 +102,7 @@
<wicket-bootstrap.version>6.0.0</wicket-bootstrap.version>
<wicket-jquery-selectors.version>3.0.4</wicket-jquery-selectors.version>
<wicket-webjars.version>3.0.6</wicket-webjars.version>
<wicket-spring-boot.version>3.1.7</wicket-spring-boot.version>
<wicket-spring-boot.version>3.1.6</wicket-spring-boot.version>

<!--
- These are all interconnected - because they share the dependency on Lucene.
Expand Down

0 comments on commit 93a5197

Please sign in to comment.