Skip to content

Commit

Permalink
Update wiremock version and Java in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
3keyroman committed Jun 16, 2024
1 parent cf77f96 commit 25e4b57
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 17
uses: actions/setup-java@v3
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: 'temurin'
- name: Cache Maven packages
uses: actions/cache@v3
Expand All @@ -38,10 +38,10 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 17
uses: actions/setup-java@v3
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: 'temurin'
- name: Cache SonarQube packages
uses: actions/cache@v3
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<sonar.projectKey>3KeyCompany_CZERTAINLY-Dependencies</sonar.projectKey>
<spring.data.common>3.3.1</spring.data.common>
<fasterxml.jackson>2.17.1</fasterxml.jackson>
<wiremock.version>3.0.1</wiremock.version>
<wiremock.version>3.6.0</wiremock.version>
<log4j.version>2.0.13</log4j.version>
<kxml2.version>2.3.0</kxml2.version>
<jaxws-rt.version>4.0.2</jaxws-rt.version>
Expand Down Expand Up @@ -164,7 +164,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<version>${wiremock.version}</version>
<scope>test</scope>
Expand Down

0 comments on commit 25e4b57

Please sign in to comment.