File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies {
37
37
compileOnly ' org.slf4j:slf4j-api:2.0.7'
38
38
compileOnly ' org.pf4j:pf4j:3.10.0'
39
39
40
- api (' javax.xml.bind:jaxb-api:2.3.1 ' )
40
+ api (' javax.xml.bind:jaxb-api:2.4.0-b180830.0359 ' )
41
41
api (' com.amazonaws:aws-java-sdk-s3:1.12.429' )
42
42
api (' com.amazonaws:aws-java-sdk-ec2:1.12.429' )
43
43
api (' com.amazonaws:aws-java-sdk-batch:1.12.429' )
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ nf-amazon changelog
5
5
- Fix security vulnerabilities (#4513) [a310c777]
6
6
- Fix typos (#4519) [ci fast] [6b1ea726]
7
7
- Fix Fusion symlinks when publishing files (#4348) [89f09fe0]
8
+ - Bump javax.xml.bind:jaxb-api:2.4.0-b180830.0359
8
9
9
10
2.1.4 - 10 Oct 2023
10
11
- Improve S3 endpoint validation [2b9ae6aa]
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies {
37
37
compileOnly ' org.slf4j:slf4j-api:2.0.7'
38
38
compileOnly ' org.pf4j:pf4j:3.10.0'
39
39
40
- api (' javax.xml.bind:jaxb-api:2.3.1 ' )
40
+ api (' javax.xml.bind:jaxb-api:2.4.0-b180830.0359 ' )
41
41
api (' com.amazonaws:aws-java-sdk-codecommit:1.12.429' )
42
42
43
43
testImplementation(testFixtures(project(" :nextflow" )))
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ nf-amazon changelog
2
2
===================
3
3
0.1.6 - 24 Nov 2023
4
4
- Fix security vulnerabilities (#4513) [a310c777]
5
+ - Bump javax.xml.bind:jaxb-api:2.4.0-b180830.0359
5
6
6
7
0.1.5 - 15 May 2023
7
8
- Update logging libraries [d7eae86e]
You can’t perform that action at this time.
0 commit comments