Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/src/orders/org.apache.maven…
Browse files Browse the repository at this point in the history
….plugins-maven-compiler-plugin-3.12.1
  • Loading branch information
mergify[bot] authored Jan 1, 2024
2 parents 2efcd58 + 867684f commit f5aa892
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/orders/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.0</version>
<version>3.2.1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.amazon.sample</groupId>
Expand Down Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.16.0</version>
<version>2.16.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit f5aa892

Please sign in to comment.