Skip to content
Snippets Groups Projects
Commit bf24a6a9 authored by Lars Johansson's avatar Lars Johansson
Browse files

Update versions for springdoc, testcontainers

Update springdoc version to 1.7.0.
Update testcontainers version to 1.18.0.
parent 2a863247
No related branches found
No related tags found
No related merge requests found
Pipeline #143317 passed
......@@ -66,7 +66,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.15</version>
<version>1.7.0</version>
</dependency>
<dependency>
......@@ -95,13 +95,13 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>1.17.6</version>
<version>1.18.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>1.17.6</version>
<version>1.18.0</version>
<scope>test</scope>
</dependency>
</dependencies>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment