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 d0d1321 commit c8ebaaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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@v4
with:
Expand Down
8 changes: 4 additions & 4 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<org.mapstruct.version>1.5.2.Final</org.mapstruct.version>
<springdoc.version>1.6.9</springdoc.version>
<shedlock.version>4.20.0</shedlock.version>
<shedlock.version>4.39.0</shedlock.version>
<nats.version>2.11.0</nats.version>
<guava.version>30.1.1-jre</guava.version>
<guava.version>33.4.0-jre</guava.version>
<log4j.version>2.18.0</log4j.version>
<resilience4j.version>1.7.1</resilience4j.version>
</properties>
Expand Down Expand Up @@ -278,7 +278,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 @@ -368,7 +368,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 c8ebaaf

Please sign in to comment.