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.2.4 to 3.2.5 #3149
  • Loading branch information
hmiguim committed May 6, 2024
1 parent 461df87 commit 1dbfd71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dev/codeserver/pom.xml
Expand Up @@ -120,12 +120,12 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
<classifier>sources</classifier>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -110,7 +110,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.2.4</springboot.version>
<springboot.version>3.2.5</springboot.version>
<scope.gwt-dev>provided</scope.gwt-dev>
</properties>
<profiles>
Expand Down

0 comments on commit 1dbfd71

Please sign in to comment.