Skip to content

Commit

Permalink
Merge pull request #388 from RADAR-base/security/upgrade
Browse files Browse the repository at this point in the history
[Security] Patch security vulnerabilities and make 0.8.12 release #388
  • Loading branch information
pvannierop authored Oct 8, 2024
2 parents 58655e0 + b0730eb commit 2f4c98e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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
4 changes: 2 additions & 2 deletions java-sdk/buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
object Versions {
const val project = "0.8.11"
const val project = "0.8.12"

const val kotlin = "1.9.10"
const val java = 17
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 2f4c98e

Please sign in to comment.