Skip to content

Commit

Permalink
Merge pull request #389 from RADAR-base/security/upgrade
Browse files Browse the repository at this point in the history
[Security] Fix software vulnerabilities for 0.8.11 release
  • Loading branch information
pvannierop authored Oct 8, 2024
2 parents 58655e0 + d3e9af7 commit b74f887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/snyk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
branches:
- master
- release-*

jobs:
security:
Expand Down
2 changes: 1 addition & 1 deletion java-sdk/buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Versions {
const val avroGenerator = "1.9.1"

const val radarCommons = "1.1.2"
const val avro = "1.11.3"
const val avro = "1.11.4"
const val jackson = "2.16.1"
const val argparse = "0.9.0"
const val radarJersey = "0.11.1"
Expand Down

0 comments on commit b74f887

Please sign in to comment.