Skip to content

Commit

Permalink
Security upgrade org.springframework.boot:spring-boot-starter-web fro…
Browse files Browse the repository at this point in the history
…m 3.3.0 to 3.4.0
  • Loading branch information
hmiguim committed Nov 27, 2024
1 parent 3c808f0 commit af83140
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<metrics.version>3.2.6</metrics.version>
<roda_community_url>https://roda-community.org</roda_community_url>
<testng.groups>all</testng.groups>
<springboot.version>3.3.4</springboot.version>
<springboot.version>3.4.0</springboot.version>
<scope.gwt-dev>provided</scope.gwt-dev>
</properties>
<profiles>
Expand Down Expand Up @@ -866,6 +866,11 @@
<artifactId>guava</artifactId>
<version>32.1.3-jre</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-solrj</artifactId>
Expand Down

0 comments on commit af83140

Please sign in to comment.