Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 11, 2023
1 parent 6808c75 commit dfb293d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- uses: graalvm/setup-graalvm@v1.0.12
- uses: graalvm/setup-graalvm@v1.1.3
with:
java-version: '17'
# distribution: 'graalvm'
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
run: echo "image-name=$(mvn help:evaluate -Dexpression=image.name -q -DforceStdout)" >> $GITHUB_OUTPUT

- name: Scan Docker Image for Vulnerabilities
uses: aquasecurity/trivy-action@0.11.2
uses: aquasecurity/trivy-action@0.12.0
with:
image-ref: ${{ steps.get-image-name.outputs.image-name }}
format: sarif
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- uses: graalvm/setup-graalvm@v1.0.12
- uses: graalvm/setup-graalvm@v1.1.3
with:
java-version: '17'
# distribution: 'graalvm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: echo "image-name=$(mvn help:evaluate -Dexpression=image.name -q -DforceStdout)" >> $GITHUB_OUTPUT

- name: Scan Docker Image for Vulnerabilities
uses: aquasecurity/trivy-action@0.11.2
uses: aquasecurity/trivy-action@0.12.0
with:
image-ref: ${{ steps.get-image-name.outputs.image-name }}
format: sarif
Expand Down
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.3/apache-maven-3.9.3-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.4/apache-maven-3.9.4-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
<relativePath/>
</parent>

Expand All @@ -32,7 +32,7 @@
<image.name>ghcr.io/darkatra/${project.artifactId}:${project.version}</image.name>

<java.version>17</java.version>
<kotlin.version>1.8.22</kotlin.version>
<kotlin.version>1.9.10</kotlin.version>
<kotlin.code.style>official</kotlin.code.style>

<kord.version>0.10.0</kord.version>
Expand All @@ -44,8 +44,8 @@
<!-- FIXME: remove coroutines version once spring updated to 1.7.x -->
<kotlin-coroutines.version>1.7.2</kotlin-coroutines.version>

<mockito-kotlin.version>5.0.0</mockito-kotlin.version>
<wiremock.version>3.0.0-beta-10</wiremock.version>
<mockito-kotlin.version>5.1.0</mockito-kotlin.version>
<wiremock.version>3.0.1</wiremock.version>
</properties>

<dependencies>
Expand Down

0 comments on commit dfb293d

Please sign in to comment.