Skip to content

Commit

Permalink
Merge pull request #51 from RADAR-base/release-0.4.4
Browse files Browse the repository at this point in the history
release 0.4.4
  • Loading branch information
Bdegraaf1234 authored Mar 22, 2024
2 parents c58f606 + 0d15500 commit 0fed135
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: Main test
# Run in master and dev branches and in all pull requests to those branches
on:
push:
branches: [ master, dev ]
branches: [ master, dev, v0.4 ]
pull_request:
branches: [ master, dev ]
branches: [ master, dev, v0.4 ]

jobs:
# Build and test the code
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/snyk.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Snyk test
on:
pull_request:
branches:
- master
branches: [ master, dev, v0.4 ]
jobs:
security:
runs-on: ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jacksonVersion=2.14.1

jsoupVersion=1.15.3
okhttpVersion=4.10.0
mpVersion=0.8.1
mpVersion=0.8.2
antlrVersion=4.11.1
radarJerseyVersion=0.9.2
radarJerseyVersion=0.9.3
log4j2Version=2.19.0
slf4jVersion=2.0.6
hazelcastHibernateVersion=5.0.0
hazelcastVersion=5.2.1
hazelcastVersion=5.3.5
hazelcastKubernetesVersion=2.2.3
junitVersion=5.9.2

0 comments on commit 0fed135

Please sign in to comment.