File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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 >
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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments