Skip to content

Commit b64a4bf

Browse files
committed
update build dependencies
1 parent ee6a351 commit b64a4bf

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
#os: [ubuntu-latest, windows-latest, macOS-latest]
1515

1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
- name: Set up JDK ${{ matrix.jdk }}
1919
uses: actions/setup-java@v5
2020
with:

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<maven.compiler.source>1.8</maven.compiler.source>
6767
<maven.compiler.target>1.8</maven.compiler.target>
6868

69-
<junit.version>5.14.0</junit.version>
69+
<junit.version>5.14.2</junit.version>
7070
</properties>
7171

7272
<dependencyManagement>
@@ -118,12 +118,12 @@
118118
<plugin>
119119
<groupId>org.apache.maven.plugins</groupId>
120120
<artifactId>maven-source-plugin</artifactId>
121-
<version>3.3.1</version>
121+
<version>3.4.0</version>
122122
</plugin>
123123
<plugin>
124124
<groupId>org.apache.maven.plugins</groupId>
125125
<artifactId>maven-resources-plugin</artifactId>
126-
<version>3.3.1</version>
126+
<version>3.4.0</version>
127127
</plugin>
128128
<plugin>
129129
<groupId>org.apache.maven.plugins</groupId>
@@ -143,7 +143,7 @@
143143
<plugin>
144144
<groupId>org.apache.maven.plugins</groupId>
145145
<artifactId>maven-jar-plugin</artifactId>
146-
<version>3.4.2</version>
146+
<version>3.5.0</version>
147147
</plugin>
148148
<plugin>
149149
<groupId>org.apache.maven.plugins</groupId>
@@ -158,7 +158,7 @@
158158
<plugin>
159159
<groupId>org.owasp</groupId>
160160
<artifactId>dependency-check-maven</artifactId>
161-
<version>12.1.8</version>
161+
<version>12.1.9</version>
162162
<configuration>
163163
<nvdApiKeyEnvironmentVariable>NVD_API_KEY</nvdApiKeyEnvironmentVariable>
164164
</configuration>

0 commit comments

Comments
 (0)