Skip to content

Commit

Permalink
Updated dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
649000 committed Feb 3, 2024
1 parent e7a3db3 commit 6b64516
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,22 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.2</version>
<version>3.2.0</version>
</parent>

<groupId>com.example</groupId>
<artifactId>dynamodb</artifactId>
<groupId>com.N649000</groupId>
<artifactId>library-api</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>dynamodb</name>
<description>Spring Boot REST API with AWS DynamoDB</description>
<name>Library Rest API</name>
<description>Library REST API with DynamoDB</description>

<properties>
<java.version>11</java.version>
<lombok.version>1.18.24</lombok.version>
<dynamodb.sdk.version>1.12.341</dynamodb.sdk.version>
<spring.dynamodb.version>5.1.0</spring.dynamodb.version>
<spring.openapi.version>1.6.12</spring.openapi.version>
<mapstruct.version>1.5.3.Final</mapstruct.version>
<lombok.version>1.18.30</lombok.version>
<spring.openapi.version>2.0.2</spring.openapi.version>
<apache.common.version>3.12.0</apache.common.version>
<dynamodb.sdk.version>1.12.610</dynamodb.sdk.version>
<spring.dynamodb.version>5.1.0</spring.dynamodb.version>
<mapstruct.version>1.5.3.Final</mapstruct.version>
<lombok.mapstruct.version>0.2.0</lombok.mapstruct.version>
</properties>

Expand Down Expand Up @@ -114,8 +112,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>11</source> <!-- depending on your project -->
<target>11</target> <!-- depending on your project -->
<source>21</source> <!-- depending on your project -->
<target>21</target> <!-- depending on your project -->
<annotationProcessorPaths>
<path>
<groupId>org.mapstruct</groupId>
Expand Down

0 comments on commit 6b64516

Please sign in to comment.