Skip to content

Commit

Permalink
bump spring boot.
Browse files Browse the repository at this point in the history
alexsilaghi committed Jan 27, 2025
1 parent d65a435 commit 6d03175
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.3</version>
<version>3.3.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>edu.stanford.protege</groupId>
@@ -114,12 +114,6 @@
<version>22.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.4</version>
</dependency>


<dependency>
<groupId>org.testcontainers</groupId>

0 comments on commit 6d03175

Please sign in to comment.