diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index 5613a11..343bd63 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -9,14 +9,8 @@ jobs:
with:
fetch-depth: 0
- - uses: actions/setup-java@v5
- with:
- distribution: 'temurin'
- java-version-file: .java-version
- cache: 'maven'
-
- name: Setup Python
- uses: actions/setup-python@v6
+ uses: actions/setup-python@v7
- name: Run pre-commit
uses: pre-commit/actions@v3.0.1
diff --git a/pom.xml b/pom.xml
index 327a9b0..2b84fb4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
org.junit
junit-bom
- 6.1.1
+ 6.1.3
pom
import
@@ -63,7 +63,7 @@
com.fasterxml.jackson.core
jackson-databind
- 2.22.0
+ 2.22.1
true
@@ -81,7 +81,7 @@
tools.jackson.core
jackson-databind
- 3.2.0
+ 3.2.1
true
@@ -94,7 +94,7 @@
ch.qos.logback
logback-classic
- 1.5.37
+ 1.6.1
test
@@ -264,7 +264,7 @@
org.sonatype.central
central-publishing-maven-plugin
- 0.10.0
+ 0.11.0
true
central