Skip to content

Commit

Permalink
[3.0.2] Bump version.
Browse files Browse the repository at this point in the history
Update to Spring Boot 3.1.5.
  • Loading branch information
ledsoft committed Nov 15, 2023
1 parent 3f8f0bb commit f8fea6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.3</version>
<version>3.1.5</version>
</parent>

<artifactId>termit</artifactId>
<version>3.0.1</version>
<version>3.0.2</version>
<name>TermIt</name>
<description>Terminology manager based on Semantic Web technologies.</description>
<packaging>${packaging}</packaging>
Expand Down Expand Up @@ -110,7 +110,7 @@
<dependency>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-rio-rdfxml</artifactId>
<version>4.3.4</version>
<version>4.3.7</version>
</dependency>


Expand Down

0 comments on commit f8fea6a

Please sign in to comment.