File tree 3 files changed +3
-2
lines changed 3 files changed +3
-2
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
### Dependencies
8
8
- Bump ` org.junit:junit-bom ` from 5.11.3 to 5.11.4 ([ #1367 ] ( https://github.com/opensearch-project/opensearch-java/pull/1367 ) )
9
9
- Bumps ` org.apache.httpcomponents.core5:httpcore5 ` from 5.3 to 5.3.2 ([ #1383 ] ( https://github.com/opensearch-project/opensearch-java/pull/1383 ) )
10
+ - Bump ` org.owasp.dependencycheck ` from 11.1.1 to 12.0.0 ([ #1381 ] ( https://github.com/opensearch-project/opensearch-java/pull/1381 ) )
10
11
11
12
### Changed
12
13
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ plugins {
49
49
`java- library`
50
50
`maven- publish`
51
51
id(" com.github.jk1.dependency-license-report" ) version " 2.9"
52
- id(" org.owasp.dependencycheck" ) version " 11.1.1 "
52
+ id(" org.owasp.dependencycheck" ) version " 12.0.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 " 11.1.1 "
34
+ id(" org.owasp.dependencycheck" ) version " 12.0.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