Skip to content

Commit

Permalink
bumping angular and pom dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JanisBe committed Feb 15, 2024
1 parent 2419e79 commit f4740a2
Show file tree
Hide file tree
Showing 3 changed files with 2,709 additions and 2,366 deletions.
19 changes: 15 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>pl.janis</groupId>
Expand All @@ -16,7 +16,7 @@
<properties>
<java.version>17</java.version>
<org.mapstruct.version>1.5.5.Final</org.mapstruct.version>
<sprinv-version>3.2.1</sprinv-version>
<sprinv-version>3.2.2</sprinv-version>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -84,12 +84,23 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
<version>${sprinv-version}</version>
<exclusions>
<exclusion>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.14.0</version>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
Expand All @@ -107,7 +118,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.7</version>
<version>2.16.2</version>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -136,7 +147,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<version>3.12.1</version>
<configuration>
<annotationProcessorPaths>
<path>
Expand Down
Loading

0 comments on commit f4740a2

Please sign in to comment.