Skip to content

Commit

Permalink
Security: Dependabot findings.
Browse files Browse the repository at this point in the history
  • Loading branch information
sumathi-thirumani committed Jan 23, 2025
1 parent d006790 commit 18922fb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
<maven.compiler.version>3.10.1</maven.compiler.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<org.mapstruct.version>1.3.1.Final</org.mapstruct.version>
<org.mapstruct.version>1.6.3</org.mapstruct.version>
<springdoc.version>2.0.2</springdoc.version>
<log4j.version>2.18.0</log4j.version>
<shedlock.version>4.38.0</shedlock.version>
<log4j.version>2.24.3</log4j.version>
<shedlock.version>4.41.0</shedlock.version>
</properties>

<parent>
Expand Down Expand Up @@ -154,7 +154,7 @@
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc11</artifactId>
<version>21.6.0.0.1</version>
<version>23.6.0.24.10</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -212,7 +212,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20220320</version>
<version>20231013</version>
</dependency>
</dependencies>

Expand All @@ -237,7 +237,7 @@
<plugin>
<groupId>org.hibernate.orm.tooling</groupId>
<artifactId>hibernate-enhance-maven-plugin</artifactId>
<version>6.1.1.Final</version>
<version>6.6.5.Final</version>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 18922fb

Please sign in to comment.