Skip to content

Commit d2e516a

Browse files
authored
Merge pull request #27 from quinnandrews/26-specification-builder-upgrade-sb-bump-project-to-v2
Update Spring Boot. Bump project to v2.
2 parents f143391 + 28b4e22 commit d2e516a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.quinnandrews</groupId>
88
<artifactId>spring-data-specification-builder</artifactId>
9-
<version>1.0.1-SNAPSHOT</version>
9+
<version>2.0.0</version>
1010

1111
<name>Specification Builder</name>
1212
<description>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.springframework.boot</groupId>
3737
<artifactId>spring-boot-dependencies</artifactId>
38-
<version>3.1.4</version>
38+
<version>3.2.0</version>
3939
<type>pom</type>
4040
<scope>import</scope>
4141
</dependency>

0 commit comments

Comments
 (0)