Skip to content

Commit

Permalink
Upgrade library version to fix CVEs
Browse files Browse the repository at this point in the history
Signed-off-by: Zelin Hao <[email protected]>
  • Loading branch information
zelinh committed Aug 29, 2024
1 parent f756506 commit 5965d12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,10 @@ sharedLibrary {
dependency('org.jenkins-ci.plugins', 'script-security', '1229.v4880b_b_e905a_6')
dependency('org.jenkins-ci.plugins', 'credentials', '1112.vc87b_7a_3597f6')
dependency('org.jenkins-ci.plugins', 'git-client', '3.11.1')
dependency('org.apache.sshd', 'sshd-core', '2.9.2')
dependency('org.apache.sshd', 'sshd-core', '2.12.0')
dependency('org.jenkins-ci.plugins', 'junit', '1166.1168.vd6b_8042a_06de')
dependency('org.jenkins-ci.plugins', 'mailer', '408.vd726a_1130320') // https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/mailer/
dependency('org.springframework.security', 'spring-security-web', '6.3.3') // https://mvnrepository.com/artifact/org.springframework.security/spring-security-web
}
}

Expand Down

0 comments on commit 5965d12

Please sign in to comment.