Skip to content

Commit

Permalink
[backend] Upgrade Spring Boot Starter Parent from 3.3.5 to 3.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
RomuDeuxfois authored Jan 6, 2025
1 parent 056d1b1 commit e3da48d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.5</version>
<version>3.3.7</version>
</parent>

<groupId>io.openbas</groupId>
Expand Down Expand Up @@ -70,11 +70,6 @@
<scope>runtime</scope>
<version>42.7.4</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>10.1.34</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit e3da48d

Please sign in to comment.