Skip to content

Commit 3b43b77

Browse files
committed
Fix incorrect version of spring-ai-core dependency
Signed-off-by: jitokim <[email protected]>
1 parent ef06515 commit 3b43b77

File tree

1 file changed

+1
-1
lines changed
  • auto-configurations/common/spring-ai-autoconfigure-tool

1 file changed

+1
-1
lines changed

auto-configurations/common/spring-ai-autoconfigure-tool/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.springframework.ai</groupId>
2929
<artifactId>spring-ai-core</artifactId>
30-
<version>${parent.version}</version>
30+
<version>${project.parent.version}</version>
3131
</dependency>
3232

3333
<!-- Boot dependencies -->

0 commit comments

Comments
 (0)