Skip to content

Commit

Permalink
Merge pull request #27 from quinnandrews/26-specification-builder-upg…
Browse files Browse the repository at this point in the history
…rade-sb-bump-project-to-v2

Update Spring Boot. Bump project to v2.
  • Loading branch information
quinnandrews authored Jan 29, 2024
2 parents f143391 + 28b4e22 commit d2e516a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.quinnandrews</groupId>
<artifactId>spring-data-specification-builder</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>2.0.0</version>

<name>Specification Builder</name>
<description>
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.1.4</version>
<version>3.2.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit d2e516a

Please sign in to comment.