Skip to content

Commit 9f3d508

Browse files
committed
chore: update to maven-wrapper-plugin 3.3.3
1 parent 059f7fc commit 9f3d508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/managers/maven.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pub fn get_task_command_map() -> HashMap<String, String> {
5656
{
5757
if let Ok(code) = std::fs::read_to_string(".mvn/wrapper/maven-wrapper.properties") {
5858
if !code.contains("apache-maven-3.9.11") {
59-
task_command_map.insert("self-update".to_string(), format!("{} org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper -Dmaven=3.9.11", mvn_command));
59+
task_command_map.insert("self-update".to_string(), format!("{} org.apache.maven.plugins:maven-wrapper-plugin:3.3.3:wrapper -Dmaven=3.9.11", mvn_command));
6060
}
6161
}
6262
}

0 commit comments

Comments
 (0)