Skip to content

Commit bca1a2f

Browse files
committed
fix: build
1 parent 0f8a258 commit bca1a2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backend/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ the specific language governing permissions and limitations under the License. -
122122
<dependency>
123123
<groupId>com.tngtech.archunit</groupId>
124124
<artifactId>archunit-junit5</artifactId>
125-
<version>1.4.0</version>
125+
<version>1.4.1</version>
126126
<scope>test</scope>
127127
</dependency>
128128
</dependencies>
@@ -132,13 +132,13 @@ the specific language governing permissions and limitations under the License. -
132132
<groupId>org.springdoc</groupId>
133133
<artifactId>springdoc-openapi-maven-plugin</artifactId>
134134
<version>1.3</version>
135-
<executions>
135+
<executions>
136136
<execution>
137137
<phase>integration-test</phase>
138138
<goals>
139139
<goal>generate</goal>
140140
</goals>
141-
</execution>
141+
</execution>
142142
</executions>
143143
</plugin>
144144
<plugin>

0 commit comments

Comments
 (0)