Skip to content

Commit f6148e7

Browse files
committed
Fix: update pom.xml
1 parent d268b56 commit f6148e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dongtai-jakarta-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>iast</artifactId>
77
<groupId>com.secnium.iast</groupId>
8-
<version>${iast.version}</version>
8+
<version>1.1.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>cn.huoxian.iast</groupId>
3030
<artifactId>dongtai-spring-api</artifactId>
31-
<version>${iast.version}</version>
31+
<version>1.1.4</version>
3232
</dependency>
3333
</dependencies>
3434

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@
115115
<dependency>
116116
<groupId>com.secnium.iast</groupId>
117117
<artifactId>iast-inject</artifactId>
118-
<version>${iast.version}</version>
118+
<version>1.1.4</version>
119119
</dependency>
120120
<dependency>
121121
<groupId>com.secnium.iast</groupId>
122122
<artifactId>iast-core</artifactId>
123-
<version>${iast.version}</version>
123+
<version>1.1.4</version>
124124
<scope>test</scope>
125125
</dependency>
126126
</dependencies>

0 commit comments

Comments
 (0)