Skip to content

Commit 77935c7

Browse files
authored
build: Bump libraries and actions (#120)
1 parent a9fa8f2 commit 77935c7

2 files changed

Lines changed: 6 additions & 12 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,8 @@ jobs:
99
with:
1010
fetch-depth: 0
1111

12-
- uses: actions/setup-java@v5
13-
with:
14-
distribution: 'temurin'
15-
java-version-file: .java-version
16-
cache: 'maven'
17-
1812
- name: Setup Python
19-
uses: actions/setup-python@v6
13+
uses: actions/setup-python@v7
2014

2115
- name: Run pre-commit
2216
uses: pre-commit/actions@v3.0.1

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.junit</groupId>
4747
<artifactId>junit-bom</artifactId>
48-
<version>6.1.1</version>
48+
<version>6.1.3</version>
4949
<type>pom</type>
5050
<scope>import</scope>
5151
</dependency>
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>com.fasterxml.jackson.core</groupId>
6565
<artifactId>jackson-databind</artifactId>
66-
<version>2.22.0</version>
66+
<version>2.22.1</version>
6767
<optional>true</optional>
6868
</dependency>
6969
<dependency>
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>tools.jackson.core</groupId>
8383
<artifactId>jackson-databind</artifactId>
84-
<version>3.2.0</version>
84+
<version>3.2.1</version>
8585
<optional>true</optional>
8686
</dependency>
8787
<dependency>
@@ -94,7 +94,7 @@
9494
<dependency>
9595
<groupId>ch.qos.logback</groupId>
9696
<artifactId>logback-classic</artifactId>
97-
<version>1.5.37</version>
97+
<version>1.6.1</version>
9898
<scope>test</scope>
9999
</dependency>
100100
<dependency>
@@ -264,7 +264,7 @@
264264
<plugin>
265265
<groupId>org.sonatype.central</groupId>
266266
<artifactId>central-publishing-maven-plugin</artifactId>
267-
<version>0.10.0</version>
267+
<version>0.11.0</version>
268268
<extensions>true</extensions>
269269
<configuration>
270270
<publishingServerId>central</publishingServerId>

0 commit comments

Comments
 (0)