Skip to content

Commit

Permalink
Updated a few more libs
Browse files Browse the repository at this point in the history
  • Loading branch information
James Wood authored and James Wood committed Jan 23, 2025
1 parent 3a17b27 commit f591cea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
### Fixed
### Security
- **Upgraded dependency libraries and fixed snyk vulnerabilities**


## [0.11.0]
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ dependencies {
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.15.2'

testImplementation 'org.openjdk.jmh:jmh-core:1.26' // Can't update
testAnnotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess:1.26'
testImplementation 'org.openjdk.jmh:jmh-core:1.37'
testAnnotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess:1.37'

antJUnit 'org.apache.ant:ant-junit:1.10.15'
implementation group: "com.github.everit-org.json-schema", name: "org.everit.json.schema", version: "1.14.4"
implementation group: 'org.quartz-scheduler', name: 'quartz', version: '2.3.2' // Can't update
implementation group: 'org.quartz-scheduler', name: 'quartz', version: '2.3.2'

implementation group: 'com.beust', name: 'jcommander', version: '1.82'
implementation group: 'org.jdom', name: 'jdom2', version: '2.0.6.1'
Expand Down

0 comments on commit f591cea

Please sign in to comment.