Skip to content

Commit 933d3e1

Browse files
committed
chore: update to maven-wrapper-plugin:3.3.2
1 parent 1014ffd commit 933d3e1

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
@@ -52,7 +52,7 @@ pub fn get_task_command_map() -> HashMap<String, String> {
5252
{
5353
if let Ok(code) = std::fs::read_to_string(".mvn/wrapper/maven-wrapper.properties") {
5454
if !code.contains("apache-maven-3.9.11") {
55-
task_command_map.insert("self-update".to_string(), format!("{} org.apache.maven.plugins:maven-wrapper-plugin:3.3.0:wrapper -Dmaven=3.9.11", mvn_command));
55+
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));
5656
}
5757
}
5858
}

0 commit comments

Comments
 (0)