Skip to content

Commit

Permalink
feat(NF-545): bump deps versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidosm committed Nov 14, 2023
1 parent 98c5588 commit a227581
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
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
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<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>
<h2.version>2.2.224</h2.version>
<snakeyaml.version>2.2</snakeyaml.version>
</properties>

<modules>
Expand All @@ -38,6 +40,16 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>${h2.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit a227581

Please sign in to comment.