File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
7
7
8
8
### Dependencies
9
9
- Bumps ` org.apache.httpcomponents.core5:httpcore5-h2 ` from 5.3 to 5.3.1
10
+ - Bumps ` org.owasp.dependencycheck ` from 10.0.2 to 11.1.0
10
11
11
12
### Changed
12
13
Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ plugins {
48
48
java
49
49
`java- library`
50
50
`maven- publish`
51
- id(" com.github.jk1.dependency-license-report" ) version " 2.8 "
52
- id(" org.owasp.dependencycheck" ) version " 10.0.2 "
51
+ id(" com.github.jk1.dependency-license-report" ) version " 2.9 "
52
+ id(" org.owasp.dependencycheck" ) version " 11.1.0 "
53
53
54
54
id(" opensearch-java.spotless-conventions" )
55
55
}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ buildscript {
31
31
plugins {
32
32
application
33
33
id(" com.github.jk1.dependency-license-report" ) version " 2.9"
34
- id(" org.owasp.dependencycheck" ) version " 10.0.4 "
34
+ id(" org.owasp.dependencycheck" ) version " 11.1.0 "
35
35
id(" de.undercouch.download" ) version " 5.6.0"
36
36
37
37
id(" opensearch-java.spotless-conventions" )
You can’t perform that action at this time.
0 commit comments