Skip to content

Commit ecad85a

Browse files
committed
Update dependencies
1 parent 2f0e551 commit ecad85a

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/mega-linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101

102102
# Upload MegaLinter artifacts
103103
- name: Archive production artifacts
104-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
104+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
105105
if: success() || failure()
106106
with:
107107
name: MegaLinter reports
@@ -172,7 +172,7 @@ jobs:
172172
run: sudo chown -Rc $UID .git/
173173

174174
- name: Commit and push applied linter fixes
175-
uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1
175+
uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0
176176
if: >-
177177
steps.ml.outputs.has_updated_sources == 1 &&
178178
(

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4141
<project.jdkVersion>1.8</project.jdkVersion>
4242

43-
<version.junit>5.13.4</version.junit>
43+
<version.junit>5.14.4</version.junit>
4444
<version.mockito>4.11.0</version.mockito>
4545
</properties>
4646

@@ -75,13 +75,13 @@
7575
<plugin>
7676
<groupId>org.apache.maven.plugins</groupId>
7777
<artifactId>maven-release-plugin</artifactId>
78-
<version>3.1.1</version>
78+
<version>3.3.1</version>
7979
</plugin>
8080
<!-- Source plugin -->
8181
<plugin>
8282
<groupId>org.apache.maven.plugins</groupId>
8383
<artifactId>maven-source-plugin</artifactId>
84-
<version>3.3.1</version>
84+
<version>3.4.0</version>
8585
<executions>
8686
<execution>
8787
<id>attach-sources</id>
@@ -146,7 +146,7 @@
146146
<plugin>
147147
<groupId>org.apache.maven.plugins</groupId>
148148
<artifactId>maven-compiler-plugin</artifactId>
149-
<version>3.14.1</version>
149+
<version>3.15.0</version>
150150
<configuration>
151151
<source>${project.jdkVersion}</source>
152152
<target>${project.jdkVersion}</target>
@@ -157,7 +157,7 @@
157157
<plugin>
158158
<groupId>org.apache.maven.plugins</groupId>
159159
<artifactId>maven-surefire-plugin</artifactId>
160-
<version>3.5.4</version>
160+
<version>3.5.6</version>
161161
<configuration>
162162
<!-- Force the right file encoding during unit testing -->
163163
<argLine>-Dfile.encoding=${project.build.sourceEncoding} @{argLine}</argLine>
@@ -168,7 +168,7 @@
168168
<plugin>
169169
<groupId>org.jacoco</groupId>
170170
<artifactId>jacoco-maven-plugin</artifactId>
171-
<version>0.8.13</version>
171+
<version>0.8.15</version>
172172
<executions>
173173
<execution>
174174
<id>prepare-agent</id>
@@ -186,7 +186,7 @@
186186
<dependency>
187187
<groupId>org.yaml</groupId>
188188
<artifactId>snakeyaml</artifactId>
189-
<version>2.5</version>
189+
<version>2.6</version>
190190
</dependency>
191191

192192
<!-- TypeInfo and other utils -->
@@ -200,7 +200,7 @@
200200
<dependency>
201201
<groupId>org.jetbrains</groupId>
202202
<artifactId>annotations</artifactId>
203-
<version>26.0.2</version>
203+
<version>26.1.0</version>
204204
<scope>provided</scope>
205205
</dependency>
206206

0 commit comments

Comments
 (0)