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 17, 2025
1 parent 035a47c commit 9a8634b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/on.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 18
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
distribution: 'corretto'
java-version: 18
- uses: actions/cache@v1
with:
Expand Down
13 changes: 4 additions & 9 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<org.mapstruct.version>1.3.1.Final</org.mapstruct.version>
<springdoc.version>2.0.2</springdoc.version>
<maven.test.skip>false</maven.test.skip>
<log4j.version>2.18.0</log4j.version>
<log4j.version>2.20.0</log4j.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -158,18 +158,13 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
<version>2.18.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.15</version>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>2.0.26</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
Expand Down Expand Up @@ -209,7 +204,7 @@
<plugin>
<groupId>org.hibernate.orm.tooling</groupId>
<artifactId>hibernate-enhance-maven-plugin</artifactId>
<version>6.1.1.Final</version>
<version>6.6.4.Final</version>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -293,7 +288,7 @@
<plugin>
<groupId>org.hibernate.orm.tooling</groupId>
<artifactId>hibernate-enhance-maven-plugin</artifactId>
<version>6.1.1.Final</version>
<version>6.6.4.Final</version>
<executions>
<execution>
<configuration>
Expand Down

0 comments on commit 9a8634b

Please sign in to comment.