Skip to content

Commit

Permalink
Bump all spring and angular dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nck974 committed Sep 14, 2023
1 parent dd0edad commit 351f597
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 126 deletions.
14 changes: 7 additions & 7 deletions diogenes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.2</version>
<relativePath /> <!-- lookup parent from repository -->
<version>3.1.3</version>
<relativePath />
</parent>
<groupId>dev.nichoko</groupId>
<artifactId>diogenes</artifactId>
Expand Down Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.5.4</version>
<version>42.6.0</version>
</dependency>

<!-- In memory database for unit test -->
Expand All @@ -61,21 +61,21 @@
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>9.8.1</version>
<version>9.22.0</version>
</dependency>

<!-- Open API -->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.0.4</version>
<version>2.2.0</version>
</dependency>

<!-- Test coverage -->
<dependency>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<version>0.8.10</version>
</dependency>

<!-- AOP logging -->
Expand Down Expand Up @@ -117,7 +117,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<version>0.8.10</version>
<executions>
<execution>
<goals>
Expand Down
Loading

0 comments on commit 351f597

Please sign in to comment.