Skip to content

Commit 21ecbc9

Browse files
committed
Merge branch 'master' into add-dialect
2 parents aa945b6 + 901cc61 commit 21ecbc9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
34
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
45
<modelVersion>4.0.0</modelVersion>
56

@@ -46,7 +47,7 @@
4647
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4748
<maven.compiler.source>1.8</maven.compiler.source>
4849
<maven.compiler.target>1.8</maven.compiler.target>
49-
<doma.version>2.57.1-SNAPSHOT</doma.version>
50+
<doma.version>2.58.0</doma.version>
5051
<spring-boot.version>2.7.16</spring-boot.version>
5152
<source-plugin.version>3.3.0</source-plugin.version>
5253
<javadoc-plugin.version>3.6.3</javadoc-plugin.version>
@@ -210,4 +211,4 @@
210211
</snapshots>
211212
</repository>
212213
</repositories>
213-
</project>
214+
</project>

0 commit comments

Comments
 (0)