Skip to content

Commit e89d8ab

Browse files
committed
Bump to Spring Boot 1.5.4, Doma 2.16.1
1 parent 72cb0ce commit e89d8ab

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

pom.xml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4141
<maven.compiler.source>1.8</maven.compiler.source>
4242
<maven.compiler.target>1.8</maven.compiler.target>
43-
<doma.version>2.15.0</doma.version>
44-
<spring-boot.version>1.5.1.RELEASE</spring-boot.version>
43+
<doma.version>2.16.1</doma.version>
44+
<spring-boot.version>1.5.4.RELEASE</spring-boot.version>
4545
<rootDir>${project.basedir}</rootDir>
4646
</properties>
4747

@@ -187,6 +187,22 @@
187187
</distributionManagement>
188188

189189
<repositories>
190+
<repository>
191+
<id>spring-snapshots</id>
192+
<name>Spring Snapshots</name>
193+
<url>https://repo.spring.io/snapshot</url>
194+
<snapshots>
195+
<enabled>true</enabled>
196+
</snapshots>
197+
</repository>
198+
<repository>
199+
<id>spring-milestones</id>
200+
<name>Spring Milestones</name>
201+
<url>https://repo.spring.io/milestone</url>
202+
<snapshots>
203+
<enabled>false</enabled>
204+
</snapshots>
205+
</repository>
190206
<repository>
191207
<snapshots>
192208
<enabled>false</enabled>

0 commit comments

Comments
 (0)