diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7b9577e9f..8d4b8bec0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,7 +18,7 @@ on:
jobs:
ci-optimization:
name: CI optimization
- uses: dargmuesli/github-actions/.github/workflows/ci-optimization.yml@714a68188444d710ffa3e9f35a05f6a9d420931d # 3.2.0
+ uses: dargmuesli/github-actions/.github/workflows/ci-optimization.yml@2fb9bdae5c8ce52ea7f9546d1ba22c34921246de # 5.1.3
permissions:
pull-requests: read
build:
@@ -33,11 +33,11 @@ jobs:
java: ["17", "25"]
steps:
- name: Checkout git repository
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0 # fetch complete history to find the last git tag
- name: Set up JDK
- uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
+ uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
with:
cache: maven
distribution: temurin
@@ -45,7 +45,7 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Upload code coverage
- uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
+ uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Release
diff --git a/pom.xml b/pom.xml
index b0e905bc6..452e6f55b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,18 +59,18 @@
org.junit.jupiter
junit-jupiter
- 6.0.1
+ 6.0.3
test
com.fasterxml.jackson.core
jackson-databind
- 2.20.1
+ 2.21.2
com.google.code.gson
gson
- 2.13.2
+ 2.14.0
com.neovisionaries
@@ -80,12 +80,12 @@
org.apache.httpcomponents.client5
httpclient5-cache
- 5.5.1
+ 5.6.1
org.mockito
mockito-core
- 5.20.0
+ 5.23.0
test
@@ -102,7 +102,7 @@
org.wiremock
wiremock
- 3.13.1
+ 3.13.2
test
@@ -139,7 +139,7 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.14.1
+ 3.15.0
9
9
@@ -148,12 +148,12 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.5.4
+ 3.5.5
org.apache.maven.plugins
maven-jar-plugin
- 3.4.2
+ 3.5.0
@@ -172,7 +172,7 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.14.1
+ 3.15.0
9
9
@@ -229,7 +229,7 @@
org.apache.maven.plugins
maven-source-plugin
- 3.3.1
+ 3.4.0
attach-sources