File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 matrix :
1414 java : [17]
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - name : Set up JDK
1818 uses : actions/setup-java@v5
1919 with :
3838 runs-on : ubuntu-24.04
3939 needs : build
4040 steps :
41- - uses : actions/checkout@v5
41+ - uses : actions/checkout@v6
4242 - uses : actions/cache@v4
4343 env :
4444 cache-name : cache-maven-artifacts
Original file line number Diff line number Diff line change 8181 <dependency >
8282 <groupId >org.testcontainers</groupId >
8383 <artifactId >testcontainers-junit-jupiter</artifactId >
84- <version >2.0.1 </version >
84+ <version >2.0.2 </version >
8585 <scope >test</scope >
8686 </dependency >
8787 <dependency >
Original file line number Diff line number Diff line change 8181 <dependency >
8282 <groupId >net.logstash.logback</groupId >
8383 <artifactId >logstash-logback-encoder</artifactId >
84- <version >8.1 </version >
84+ <version >9.0 </version >
8585 </dependency >
8686 <dependency >
8787 <groupId >org.mockito</groupId >
173173 <plugin >
174174 <groupId >org.jacoco</groupId >
175175 <artifactId >jacoco-maven-plugin</artifactId >
176- <version >0.8.13 </version >
176+ <version >0.8.14 </version >
177177 </plugin >
178178 <plugin >
179179 <groupId >org.codehaus.mojo</groupId >
You can’t perform that action at this time.
0 commit comments