Skip to content

Commit

Permalink
Merge pull request #33 from levigo/feat/NF-545-cv-es-adressieren
Browse files Browse the repository at this point in the history
Feat/nf 545 cv es adressieren
  • Loading branch information
ebidosm authored Nov 20, 2023
2 parents 910d61c + e84a078 commit 35a8783
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions neverpile-commons-locking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
</parent>
<artifactId>neverpile-commons-locking</artifactId>

<properties>
<h2.version>2.2.224</h2.version>
</properties>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -38,6 +42,7 @@
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>test</scope>
<version>${h2.version}</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand Down
2 changes: 1 addition & 1 deletion neverpile-commons-swagger-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>org.webjars</groupId>
<artifactId>swagger-ui</artifactId>
<version>4.1.3</version>
<version>4.18.1</version>
</dependency>
</dependencies>

Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<spring-boot.version>3.1.5</spring-boot.version>
<snakeyaml.version>2.2</snakeyaml.version>
</properties>

<modules>
Expand All @@ -38,6 +39,12 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- TODO: delete the following dependencies when spring-boot provide a newer version of them without vulnerabilities -->
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 35a8783

Please sign in to comment.